回 帖 发 新 帖 刷新版面

主题:C语言经典100例 for(EXP=1,EXP<=100,EXP++);

[url=http://www.softexam.cn/type/tech/details.asp?catalogf=2&catalogs=3&catalogt=0&article_id=10091&type=24]C语言经典100例[/url]

回复列表 (共174个回复)

161 楼

亲爱的朋友你们好!
    我也来这个网站不久,在这里也学到了一些东西,我有一个问题不知道你们有没有时间帮我这个忙啊!  最近老师叫我们弄一个 c语言程序设计!最麻烦的是要有流程图。不得要于30行, 三个人做  不得少于  100行,请朋友门  帮帮忙哈,谢谢你们了!

162 楼

我不知道啊

163 楼

11111
12221
12321
12221
11111
那位  可以借给我点时间 把它的方阵程序和推倒出它的N*N的方阵程序
小弟 感激流涕啊

164 楼

[em17][em17][em17][em17]
那位高手能教教我这个程序怎么编啊,我想了N天还是在for中徘徊,郁闷啊
有2的n次个种子选手和m个非种子选手打比赛,要设计一程序将赛程安排出来,比赛是淘汰制,要求要用链表做,而且要打印出赛程。
那位高手教教我啊,我的邮箱是liu19855614@163.com
谢谢。

165 楼

http://www.e-mu.cn/bbs/read.php?tid=37&fpage=1&toread=1
这里也有不错的C源程序100例,呵呵!

166 楼

你真是他妈的有病

167 楼

谢谢哦。。。 帮帮忙哦感激不尽~~~~




1。Suppose that arr is declared by
double arr[4];
a. what is the data type of the element of arr?

b . what are the permissible values of arr's subscripts?

c . write a statement to assign the value 256.8 to arr[0].

d. write a statement that will print out the value of arr[2].

2. Suppose salary and i are declared by
double salary[10]:
int i;
and i has a value between 1 and 9 inclusive. Write a statement that will

a. set the first element of salary to 0.0


b. copy the first element of salary into the third element of salary .

c. assign to the sixth element of salary the average  of the fourth and fifth elements of the salary.

d. print out the value of the sixth element of salary. with two decimal places.

e. Set the i'th element of salary to 0.0

f. Set the i'th element of salary to the value as the previous element.

168 楼

对我很在帮助

169 楼

我对C语言很感兴趣  但是所知甚少  希望大家能帮我  谢谢

170 楼

不好意思   我是不是很笨啊  都看不懂

我来回复

您尚未登录,请登录后再回复。点此登录或注册