-
控创的JIDA32的API函数,对使用该板子的用户有帮助
控创的JIDA32的API函数,对使用该板子的用户有帮助-Kontron JIDA32 of the API function, the use of the board to help the user
- 2023-01-22 15:45:04下载
- 积分:1
-
C/C++中调用MATLAB C Math Library 的实现
C/C++中调用MATLAB C Math Library 的实现-C/C Calling MATLAB C Math Library Implementation
- 2022-04-01 05:25:29下载
- 积分:1
-
Introduced VC6.0 used in a variety of controls, multi
介绍了VC6.0中所用的各种控件、多线程、DLL及ActiveX的使用-Introduced VC6.0 used in a variety of controls, multi-threaded, DLL, and the use of ActiveX
- 2022-08-20 15:36:43下载
- 积分:1
-
银行家算法,系统资源的请求判断。并能多次进行判断
银行家算法,系统资源的请求判断。并能多次进行判断-Banker" s algorithm, the system requests for resources to judge. And can be judged on many occasions
- 2022-07-14 06:28:59下载
- 积分:1
-
windows自动登陆源码
windows自动登陆源码-windows automatic landing FOSS
- 2023-03-24 22:10:03下载
- 积分:1
-
hx8238
HX8238-A Initial Set
- 2022-03-17 07:24:02下载
- 积分:1
-
数据结构的C源码(所有结构的高质量源码)
数据结构的C源码(所有结构的高质量源码)-Data structure of the C source code (all the structure of high-quality source)
- 2022-01-21 21:26:33下载
- 积分:1
-
stnpepak source Stone and procedures to achieve the right Import Table handling...
stnpepak 源码及程序 Stone 实现了对Import Table的处理,Win32ASM源码。 -stnpepak source Stone and procedures to achieve the right Import Table handling Win32ASM source.
- 2022-12-01 17:50:03下载
- 积分:1
-
关于系统信息调用的19个WINDOWS NT 的脚本文件,包括:查看电脑硬件信息,改IP;网关;CDKey;网络号,显示所有分区的剩余空间(以MB为单位)等
关于系统信息调用的19个WINDOWS NT 的脚本文件,包括:查看电脑硬件信息,改IP;网关;CDKey;网络号,显示所有分区的剩余空间(以MB为单位)等-Calls on the system information 19 WINDOWS NT script documents, including: View of computer hardware information, change IP gateway CDKey network which indicates all partitions on the remaining space (in MB), etc.
- 2022-08-12 06:34:19下载
- 积分:1
-
graph traversal of the display (c language curriculum design data structures tha...
图的遍历的演示(c 语言 数据结构课程设计题)
/*定义图*/
typedef struct{
int V[M]
int R[M][M]
int vexnum
}Graph
/*创建图*/
void creatgraph(Graph *g,int n)
{
int i,j,r1,r2
g->vexnum=n
/*顶点用i表示*/
for(i=1 iV[i]=i
}
/*初始化R*/
for(i=1 iR[r1][r2]=1
g->R[r2][r1]=1
scanf("%d,%d",&r1,&r2)
}
}
-graph traversal of the display (c language curriculum design data structures that)/* definition of the map*/typedef s truct V (int int [M] R [M] [M]) int vexnum Graph/* create map*/void creatgraph (Graph* g, int n) (int i, j, r1, r2 g-
- 2023-05-29 19:45:03下载
- 积分:1