-
近期文章
近期评论
- coolker 发表在《打造最快的Hash表》
- struggle 发表在《提供C语言教学课件(适用于初学者)》
- zhanghaibo 发表在《提供C语言教学课件(适用于初学者)》
- zhanghaibo 发表在《提供C语言教学课件(适用于初学者)》
- diys 发表在《C语言编程宝典(王大刚) 1.1 C 语言的产生与发展》
文章归档
- 2022 年十月
- 2014 年一月
- 2013 年十二月
- 2012 年十一月
- 2012 年七月
- 2012 年六月
- 2012 年五月
- 2012 年四月
- 2012 年三月
- 2012 年二月
- 2011 年十二月
- 2011 年十月
- 2011 年九月
- 2011 年八月
- 2011 年七月
- 2011 年六月
- 2011 年五月
- 2011 年四月
- 2011 年三月
- 2011 年二月
- 2011 年一月
- 2010 年十二月
- 2010 年十一月
- 2010 年十月
- 2010 年九月
- 2010 年八月
- 2010 年七月
- 2010 年六月
- 2010 年五月
- 2010 年四月
- 2010 年三月
- 2010 年二月
- 2010 年一月
- 2009 年十二月
- 2009 年十一月
- 2009 年十月
- 2009 年九月
- 2009 年八月
- 2009 年七月
- 2009 年六月
- 2009 年五月
- 2009 年四月
- 2009 年三月
- 2009 年二月
- 2009 年一月
- 2008 年十二月
- 2008 年十一月
- 2008 年十月
- 2008 年九月
- 2008 年八月
- 2008 年七月
- 2008 年六月
- 2008 年五月
- 2008 年四月
- 2008 年三月
- 2008 年二月
- 2008 年一月
- 2007 年十二月
- 2007 年十一月
- 2007 年十月
- 2007 年九月
- 2007 年八月
- 2007 年七月
- 2007 年六月
- 2007 年三月
- 2007 年二月
- 2007 年一月
- 2006 年十二月
- 2006 年十一月
- 2006 年十月
- 2006 年九月
- 2006 年八月
- 2006 年七月
- 2006 年六月
- 2006 年五月
- 2006 年四月
- 2006 年三月
- 2006 年二月
- 2006 年一月
- 2005 年十二月
- 2005 年十一月
分类目录
功能
月归档:2008 年七月
main(){int score; float average=0;int n=0;scanf("%d",&score);while(score!=0){if(score%2==0) { average+=score;n++;  ....
Read More >
2008
07-31
07-31
could you forward the requirement of the first two weeks practice? Please write a c program verify the file SCHORD.
Please write a c tools to check whehter thers is LOOP,if Yes,output the ....
Read More >
2008
07-31
07-31
利用公式 圆周率=1-1/3+1/5-1/7+....来求圆周率的近似值,直到最后一项的绝对值小于0.00001为止。我自己编的程序如下:
#include"stdio.h"#include"math.h"void main(){int i=j=1;
float x,y=0;while(fabs(x)<pow(10,-5)) {x=4*(pow(-1,j+1)*(1....
Read More >
万年历程序新旧历界限为1752年9月相关信息看论坛内http://www.vcgood.com/bbs/forum_posts.asp?TID=2567编译MinGWgcc xcal.c -o xcal.exe --std=c99windows下测试通过[code]/******************************************************************....
Read More >
2008
07-31
07-31
求输入一系列字符 要求统计其中的数字 字母 其他字符个数
#include<stdio.h>void main(){char ch;int m=0,n=0,w=0;printf("请输入一行字符:\n");while(ch=getchar()!='\n'){if((getchar()>='A')&&(getchar()<='Z'))||((getchar(....
Read More >
2008
07-31
07-31
在编译程序时 有时出现以下情况是什么意思啊
Compiling...Error spawning cl.exe
7.obj - 1 error(s), 0 warning(s)....
Read More >
2008
07-31
07-31
关于闰年 一段有趣的历史
本文根据网上一些资料收集整理完成!
关键字: 儒略历(Julian calendar) 格里历(Gregorian calendar) 1752年 9月 1582年 10月
说到闰年,人们就想到一个计算公式:能被4整除但不能被100整除,或者能被400整除的年份为闰年!但现实中真的是这样的吗?
回答这个问题以前我们有必要先了解一下现行的历法及来历!
1、公历(格....
Read More >
2008
07-30
07-30
我现在正在编一段程序,是求两两个点之间的斜率。我想用循环来做,但是不知道怎么做。举一个例子:比如说有4个点,那么我就要求1,2点的斜率,1,3点的斜率;1,4点的,2,3点的,2,4点的,3,4点的。请问这样该如何去求呢?....
Read More >
2008
07-29
07-29
目的:用气泡法对10个数排序(由小到大)
运行程序后成了随机输出了,改了半天了,还是没成(新手还请帮忙解答下)
#include "stdio.h"#define N 10void main(){int a[N+1],t,i,j;printf("shu ru 5 ge shu:\n");for(....
Read More >
2008
07-29
07-29
昨在pkuoj上作了题目1019内容就是有一个数列以1 1 2 1 2 3 1 2 3 4.....这样的规律排列下去 求数列第i个数字是什么 数列前80项是112123123412345123456123456712345678123456789123456789101234567891....
Read More >
2008
07-28
07-28
官方网站: http://sourceforge.net/projects/aisystem/
请高手来。编译完成请发邮件。
我的Email:n_goat@163.com....
Read More >