-
Windows NT平台的关机代码包的C语言头文件,只是#…
Windows NT平台下关机代码,封装为C语言头文件,只需#include "xSHUTDOWN.h"即可使用。-Windows NT platform shutdown code package for the C language header files, just# Include xSHUTDOWN.h to use.
- 2022-02-14 10:06:20下载
- 积分:1
-
一个有关VC中嵌入汇编语言代码的例子,这个是自己原创的作品,欢迎使用!...
一个有关VC中嵌入汇编语言代码的例子,这个是自己原创的作品,欢迎使用!-an embedded assembler language code examples, this is their original work, Welcome!
- 2022-04-24 07:24:08下载
- 积分:1
-
该程序是用VB源代码编写的
该程序是用VB源代码编写的-that the procedure was used VB source code prepared by the
- 2022-05-15 04:52:11下载
- 积分:1
-
WINDOWS programming memory mapping. Can easily read large data files.
WINDOWS编程中内存映射。可以方便读取大数据量文件。-WINDOWS programming memory mapping. Can easily read large data files.
- 2022-05-25 22:44:04下载
- 积分:1
-
ping命令系统检测
ping命令系统检测,在占用极少计算机资料的情况下进行网络检测,确认对方是否开网络正常。
- 2022-01-21 18:20:51下载
- 积分:1
-
动态分区方式主存的分配和回收。 通过本实验可以了解在动态分区管理方式下应怎样实现主存空间的分配和回收...
动态分区方式主存的分配和回收。 通过本实验可以了解在动态分区管理方式下应怎样实现主存空间的分配和回收-dynamic way through the distribution of the main deposit and recycling. Through this experiment can understand the dynamic partition management practice should be how to achieve the main memory space allocation and recovery
- 2022-03-06 11:13:37下载
- 积分:1
-
stmeditor 城市公交地图编辑器源代码
sample 生成的地图样例
exepack 城市公交地图编辑器可执行包与使用说明...
stmeditor 城市公交地图编辑器源代码
sample 生成的地图样例
exepack 城市公交地图编辑器可执行包与使用说明
-stmeditor urban public transport map editor source code sample to generate a map of sample exepack urban public transport map editor and use the executable package
- 2022-08-21 03:10:51下载
- 积分: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
-
将vc.net的程序转化为vc6.0源代码
将vc.net的程序转化为vc6.0源代码-vc.net procedures will be converted into source code vc6.0
- 2023-08-30 13:35:04下载
- 积分:1
-
线程池的管理,实现了多线程,是windows下的多线程软件,做成了类模块,方便移植。...
线程池的管理,实现了多线程,是windows下的多线程软件,做成了类模块,方便移植。-Thread pool management, realize the multi-threaded, is under the windows of the multi-threaded software, create a class module to facilitate the transplant.
- 2022-02-01 08:55:53下载
- 积分:1