资源列表

« 1 2 ... .11 .12 .13 .14 .15 2716.17 .18 .19 .20 .21 ... 21478 »

[其他小程序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
<冰河> 在 2025-04-28 上传 | 大小: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++) {
<冰河> 在 2025-04-28 上传 | 大小:19kb | 下载:0

[其他小程序tanchishe

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

[其他小程序MP3_VHDL

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

[其他小程序saolei

说明:mfc小游戏,扫雷小游戏,和windows的差不多,增加了音效。-mfc game, mine-clearing game, and the windows of almost an increase of sound.
<dengxiangbin> 在 2025-04-28 上传 | 大小:169kb | 下载:0

[其他小程序PMS

说明:交通系统中关于各地之间可行线程的求得,急最短线程的计算.-Transport system on around the threads between the feasible to achieve, it is therefore imperative for calculating the shortest thread.
<iangi> 在 2025-04-28 上传 | 大小:1.4mb | 下载:0

[其他小程序cih14

说明:哈哈是CIH的分析代码,是我们病毒选修课的作业,现在留作业让我们编病毒!-Haha is CIH analysis code, is that we virus elective operations, and now let us stay in operation made the virus!
<> 在 2025-04-28 上传 | 大小:10kb | 下载:0

[其他小程序modify_chmod_c

说明:showing how to modify chmod attribute of file,has been writed with c lanuage.-showing how to modify chmod attribute of file, has been writed with c lanuage.
<cock> 在 2025-04-28 上传 | 大小:2kb | 下载:0

[其他小程序funning_cloud

说明:a c program simulating the sky cloud.-ac program simulating the sky cloud.
<cock> 在 2025-04-28 上传 | 大小:1kb | 下载:0

[其他小程序banker

说明:OS中的银行家算法描述内存的分配规律以及完成任务的过程!用C++描述的!-OS in the banker s algorithm described in the laws of memory allocation and completion of tasks! With C++ Described!
<buzhidao> 在 2025-04-28 上传 | 大小:2kb | 下载:0

[其他小程序GetDIP

说明:用TCL写的,根据输入的IP的掩码自动算出掩码的长度,例如:255.255.252.0会计算出结果22,在网络测试中比较有用,使用前安装TK,直接可以使用-Written with TCL, in accordance with IP input mask of the mask automatically calculated the length of, for example: 255.255.252.0 calculates t
<王凯> 在 2025-04-28 上传 | 大小:1kb | 下载:0

[其他小程序CRCcalculation

说明:用于对串口编写中的CRC进行计算,在labview8.0的环境下运行。-Serial port used for the preparation of the CRC calculation, in the labview8.0 environment.
<stokim> 在 2025-04-28 上传 | 大小:19kb | 下载:0
« 1 2 ... .11 .12 .13 .14 .15 2716.17 .18 .19 .20 .21 ... 21478 »

源码中国 www.ymcn.org