-
近期文章
近期评论
- 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 年十一月
分类目录
功能
月归档:2007 年十二月
2007
12-16
12-16
#include <stdlib.h>#include <stdio.h>#include <windows.h>#include <sql.h>#include <sqlext.h>#include <Sqltypes.h>#include<string.h>#define SNO_LEN 30#define N....
Read More >
2007
12-16
12-16
#include<stdio.h>#include<time.h>#include<stdlib.h>typedef struct prc{ int ch; int l; int s; struct prc *last; struct prc *next;}pr;pr *get(pr *p);int n=0;in....
Read More >
2007
12-16
12-16
2007
12-16
12-16
#include<stdio.h>#include<stdlib.h>#include<ctype.h>#include<time.h>#define MAX 128#define S 1typedef struct{ int i; //记录页面号 char *t;//记....
Read More >
2007
12-11
12-11
请高手帮我解答一下下面的笔试题,有些忘记了,只记得大概的。急啊急啊,对本很人重要啊。关系生活幸福和将来,高手帮帮忙了。。
1。如何引用一个定义过的全局变量
2。找错 string string1[10]; char *str="0123456789"; strcpy(string1,str);
3.给出一串数,输入第K大数的位置。例如{1,4....
Read More >
1、输入一个整数,判断它能否被3,5,7整除,并输入以下信息:(1)能同时被3,5,7整除(2)能被其中两个数整除(要指出那两个);(3)能被其中一个数整除(指出那一个);(4)不能被任何一个整除。
2、用户输入任意三个正整数,求这三个正整数的最大公约数。
3、输入n值,输出如下所示的由*组成的高和上底均为n的等腰梯形
*** ************....
Read More >
2007
12-11
12-11
代码太多了大体是class Window extends JFrame implements ActionListener,KeyListener{ Window(String s) { JButton b= new JButton("aaaa....
Read More >
2007
12-11
12-11
【程序7】题目:输出特殊图案,请在c环境中运行,看一看,Very Beautiful!1.程序分析:字符共有256个。不同字符,图形不一样。 2.程序源代码:#include "stdio.h"#include "conio.h"main(){ char a=176,b=219; printf("%c%c%c%c%c\n",b,a,a,a,b)....
Read More >
2007
12-06
12-06
江湖救急啊,老师出了两条题,各位大哥指点一下吧,都是改错题,要找出程序的错误,并注释一下错误的原因1.class Time{ public: Time(int day){ iMonth=5; iDay=day; iYear=2000; } Timt(int month, int day=7 ) { iMonth=month; iDay=day; iYe....
Read More >
2007
12-05
12-05
我的Vista系统下的tc不能用,都不能最大化,用起来不爽,有哪位推荐一个比价好的版本,我比较喜欢能最大化的界面。。。。。。
谢谢呀!!!!
我的qq是648270235。。。。。。....
Read More >