资源列表

« 1 2 ... .53 .54 .55 .56 .57 50558.59 .60 .61 .62 .63 ... 66581 »

[Shell编程ch1

说明:数据结构代码,关于数据结构的实验一 void main() { timeb t1,t2 long t double x,sum=1,sum1 int i,j,n printf("请输入x n:") scanf("%lf%d",&x,&n) ftime(&t1) // 求得当前时间 for(i=1 i<=n i++) { sum1=1 for(j=1 j<=i j++)-Data structur
<冰河> 在 上传 | 大小:3kb | 下载:0

[其他小程序ch10

说明:数据结构(严慰敏)配套纯c代码实验十 typedef int InfoType // 定义其它数据项的类型 typedef int KeyType // 定义RedType类型的关键字为整型 struct RedType // 记录类型(同c10-1.h) { KeyType key // 关键字项 InfoType otherinfo // 其它数据项 } typedef char KeysType // 定义关键字类型为字符型 #incl
<冰河> 在 上传 | 大小:13kb | 下载:0

[其他小程序mimadenglu

说明:用vc,在mfc环境下的用户密码登录,输入正确的用户帐号和密码才显示正确,否则非法。-Using vc, in the circumstances mfc user password to log in, enter the correct user ID and password to display the correct, otherwise illegal.
<dengxiangbin> 在 上传 | 大小:1.81mb | 下载:0

[其他小程序ch2

说明:#include"c1.h" typedef int ElemType #include"c2-2.h" #include"bo2-4.cpp" void MergeList_CL(LinkList &La,LinkList Lb) { LinkList p=Lb->next Lb->next=La->next La->next=p->next free(p) La=Lb }-# I
<冰河> 在 上传 | 大小:38kb | 下载:0

[其他小程序ch3

说明:// algo3-12.cpp 银行业务模拟。实现算法3.6、3.7的程序 #define Qu 4 // 客户队列数 #define Khjg 5 // 两相邻到达的客户的时间间隔最大值 #define Blsj 30 // 每个客户办理业务的时间最大值 #include"c1.h" typedef struct // 定义ElemType为结构体类型 { int OccurTime // 事件发生时刻 int NType // 事件类型,
<冰河> 在 上传 | 大小:19kb | 下载:0

[其他小程序CQQ

说明:NET版本的QQ多功能登录器传上来给大家看看源码-NET version of the QQ multifunctional log onto Mass to take a look at the source
<qmxin> 在 上传 | 大小:522kb | 下载:0

[其他小程序Backpropagation

说明:累神經系統 Backpropagation.-Tired nervous system Backpropagation.
<> 在 上传 | 大小:627kb | 下载:0

[其他小程序ch4

说明:Status StrAssign(SString T,char *chars) { // 生成一个其值等于chars的串T int i if(strlen(chars)>MAXSTRLEN) return ERROR else { T[0]=strlen(chars) for(i=1 i<=T[0] i++) T[i]=*(chars+i-1) return OK } }-Status StrAssig
<冰河> 在 上传 | 大小:17kb | 下载:0

[其他小程序ch5

说明:Status CreateSMatrix(RLSMatrix &M) { // 创建稀疏矩阵M int i Triple T Status k printf("请输入矩阵的行数,列数,非零元素数:") scanf("%d,%d,%d",&M.mu,&M.nu,&M.tu) M.data[0].i=0 // 为以下比较做准备 for(i=1 i<=M.tu i++) { do { -Status CreateSM
<冰河> 在 上传 | 大小:19kb | 下载:0

[其他小程序tanchishe

说明:简单小游戏,vc下mfc做的界面,贪吃蛇小游戏。-Simple game, vc done under the mfc interface, Snake game.
<dengxiangbin> 在 上传 | 大小:282kb | 下载:0

[其他小程序MP3_VHDL

说明:MP3的VHDL源码,用硬件语言实现的MP3,不错的资料-MP3 of the VHDL source code, using hardware language to achieve MP3, good information
<沈三思> 在 上传 | 大小:36kb | 下载:0

[Windows编程Btree

说明:网络信号减弱 设置最少的信号放大器解决问题-Weakened network signals settings of the signal amplifier at least solve the problem
<周喊> 在 上传 | 大小:6kb | 下载:0
« 1 2 ... .53 .54 .55 .56 .57 50558.59 .60 .61 .62 .63 ... 66581 »

源码中国 www.ymcn.org