-
近期文章
近期评论
- 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 年三月
以下程序的功能为:删除字符串中的数字字符后输出.
/* Note:Your choice is C IDE */#include "stdio.h"void delnum(char *s){int i,j; for(i=0;i<strlen(s)-1;i++) if(s[i]>='0'&&s[i]<='9')&nb....
Read More >
2008
03-06
03-06
大家好!我试图在dev c++编译器下运行其帮助文件中的程序:#include <iostream>#include <cstring>using namespace std;int main(){ printf("%s,Hello"); system("pause....
Read More >
2008
03-06
03-06
我是一个家不总么富有的农村孩子,我想学编程,那就要台电脑了,大家帮我看看这电脑值多少钱...价钱请大家说详细点,不要说1000到2000的话..感谢了...
成色: 9成新以上
笔记本品牌: 富士通/Fujitsu
富士通系列型号: 富士通其它系列
屏幕比例: 普屏4:3
笔记本尺寸: 14寸
笔记本CPU: Celeron-M/移动赛扬
笔记本CPU频率量级: 1.1G....
Read More >
2008
03-05
03-05
while( ! ( ( tmp = inportb( portaddr + 2 ) ) & 1 ) )
//portaddr为0x3f8 portaddr + 2 为中断辨识寄存器 { switch( tmp ) { case 0 : inportb( ....
Read More >
如何在C语言运行s=x*y*x/10
我刚学C语言。。.还不怎么懂
void main()
{
int x_num1,x_num2,y_num1;
printf("Enter there integer numbers:");
scanf("%d %d %d",x_num1,x_num2,y_num1);
printf("\nT....
Read More >
2008
03-04
03-04
我是一个刚学C的新手,在DEv-C++平台下运行谭浩强编著的《C程序设计》一书的中程序,在编译时总是提示错误:printf undeclared(first use this function,不知是什么原因,请各位老师们指点一下,谢谢!....
Read More >
2008
03-02
03-02