




已阅读5页,还剩1页未读, 继续免费阅读
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
经典c程序100例 61 70 经典c程序100例 61 70 经典c程序100例 61 70经典c程序100例 61 70 程序61 题目 打印出杨辉三角形 要求打印出10行如下图 1 程序分析 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1 1 5 10 10 5 1 2 程序源代码 include stdio h include conio h main int i j int a 10 10 printf n for i 0 i 10 i a i 0 1 a i i 1 for i 2 i 10 i for j 1 j i j a i j a i 1 j 1 a i 1 j for i 0 i 10 i for j 0 j i j printf 5d a i j printf n getch 程序62 题目 学习putpixel画点 1 程序分析 2 程序源代码 include stdio h include conio h include graphics h main int i j driver VGA mode VGAHI initgraph setbkcolor YELLOW for i 50 i 230 i 20 for j 50 j 230 j putpixel i j 1 for j 50 j 230 j 20 for i 50 i 230 i putpixel i j 1 getch 程序63 题目 画椭圆ellipse 1 程序分析 2 程序源代码 Page 1 of 6 2012 4 11file D st edit Czl 100example 61 70 htm include stdio h include graphics h include conio h main int x 260 y 160 driver VGA mode VGAHI int num 20 i int top bottom initgraph top y 30 bottom y 30 for i 0 i num i ellipse x 250 0 360 top bottom top 5 bottom 5 getch 程序64 题目 利用ellipse and rectangle 画图 1 程序分析 2 程序源代码 include stdio h include graphics h include conio h main int driver VGA mode VGAHI int i num 15 top 50 int left 20 right 50 initgraph for i 0 i num i ellipse 250 250 0 360 right left ellipse 250 250 0 360 20 top rectangle 20 2 i 20 2 i 10 i 2 10 i 2 right 5 left 5 top 10 getch 程序65 题目 一个最优美的图案 1 程序分析 2 程序源代码 include graphics h include math h include dos h include conio h include stdlib h include stdio h include stdarg h define MAXPTS 15 define PI 3 1415926 struct PTS int x y Page 2 of 6 2012 4 11file D st edit Czl 100example 61 70 htm double AspectRatio 0 85 void LineToDemo void struct viewporttype vp struct PTS points MAXPTS int i j h w xcenter ycenter int radius angle step double rads printf MoveTo LineTo Demonstration getviewsettings h vp bottom vp top w vp right vp left xcenter w 2 Determine the center of circle ycenter h 2 radius h 30 AspectRatio 2 step 360 MAXPTS Determine of increments angle 0 Begin at zero degrees for i 0 i MAXPTS i Determine circle intercepts rads double angle PI 180 0 Convert angle to radians points i x xcenter int cos rads radius points i y ycenter int sin rads radius AspectRatio angle step Move to next increment circle xcenter ycenter radius Draw bounding circle for i 0 i MAXPTS i Draw the cords to the circle for j i jn2 swap pointer1 pointer2 if n1 n3 swap pointer1 pointer3 if n2 n3 swap pointer2 pointer3 Page 3 of 6 2012 4 11file D st edit Czl 100example 61 70 htm printf the sorted numbers are d d d n n1 n2 n3 getch swap p1 p2 int p1 p2 int p p p1 p1 p2 p2 p 程序67 题目 输入数组 最大的与第一个元素交换 最小的与最后一个元素交换 输出数组 1 程序分析 谭浩强的书中答案有问题 2 程序源代码 include stdio h include conio h main int number 10 input number max min number output number getch input number int number 10 int i for i 0 i 9 i scanf d scanf d max min array int array 10 int max min k l int p arr end arr end array 10 max min array for p array 1 p max max p else if p min min p k max l min p array 0 array 0 l l p p array 9 array 9 k k p return output array int array 10 int p for p array p array 9 p printf d p printf d n array 9 程序68 题目 有n个整数 使其前面各数顺序向后移m个位置 最后m个数变成最前面的m个数 1 程序分析 2 程序源代码 include stdio h Page 4 of 6 2012 4 11file D st edit Czl 100example 61 70 htm include conio h main int number 20 n m i printf the total numbers is scanf d printf back m scanf d for i 0 i n 1 i scanf d scanf d move number n m for i 0 iarray p p p 1 array array end m if m 0 move array n m 程序69 题目 有n个人围成一圈 顺序排号 从第一个人开始报数 从1到3报数 凡报到3的人退出 圈子 问最后留下的是原来第几号的那位 1 程序分析 2 程序源代码 include stdio h include conio h define nmax 50 main int i k m n num nmax p printf please input the total of numbers scanf d p num for i 0 i n i p i i 1 i 0 k 0 m 0 while m n 1 if p i 0 k if k 3 p i 0 k 0 m i if i n i 0 while p 0 p printf d is left n p getch Page 5 of 6 2012 4 11file D st edit Czl 100example 61 70 htm 程序70 题目 写一个函数 求一个字符串的长度 在main函数中输入字符串 并输出其长度 1 程序分析 2 程序源代码 include stdio h include conio h main int len char str 20 printf p
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 医院药房的年度工作总结
- 2025北京大学党委办公室校长办公室招聘考前自测高频考点模拟试题附答案详解(突破训练)
- 2025福建三明市教育局华东师范大学附属三明中学招聘紧缺急需专业工作人员18人(省外高校专场)考前自测高频考点模拟试题及答案详解一套
- 2025湖南郴州桂东县城市管理和综合执法局辅助执法临聘人员招聘考前自测高频考点模拟试题及完整答案详解1套
- 2025江苏苏州市相城金融控股(集团)有限公司人员招聘考前自测高频考点模拟试题及答案详解一套
- 2025广东省江门市蓬江区教师招聘23人考前自测高频考点模拟试题完整答案详解
- 2025安徽蚌埠市固镇县新马桥镇选聘村级后备人才4人考前自测高频考点模拟试题及参考答案详解1套
- 2025甘肃平凉市灵台县第二批城镇公益性岗位人员招聘114人考前自测高频考点模拟试题及答案详解1套
- 2025年国家统计局平顶山调查队面向社会公开招聘劳务派遣人员4名模拟试卷及1套完整答案详解
- 2025江苏苏州高新区通安镇退管协管员招聘2人考前自测高频考点模拟试题及答案详解(夺冠系列)
- 湖北省重点高中智学联盟2024-2025学年高三上学期10月联考物理试题(解析版)
- 海关报关操作手册
- 《智慧运输运营》全套教学课件
- 2024新教材高中历史 第八单元 中华民族的抗日战争和人民解放战争 第25课 人民解放战争教学设计 部编版必修中外历史纲要上
- 《建设项目安全设施“三同时”监督管理办法》培训课件2024
- 《统计分析与SPSS的应用(第7版)》课件全套 第1-12章 SPSS统计分析软件概述
- 《酒店营销与数字化实务》 习题答案
- IPD项目-TR6-评审要素表
- 机收甘蔗杂质含量抽样检测操作规程
- 2023年成人学位英语高频词汇
- GB/T 11376-2020金属及其他无机覆盖层金属的磷化膜
评论
0/150
提交评论