-
对windows tool help api封装的COM组件,用于显示进程、线程、模块列表等...
对windows tool help api封装的COM组件,用于显示进程、线程、模块列表等-On the windows tool help api package COM components, used to display process, thread, etc. Module List
- 2022-02-07 22:21:17下载
- 积分:1
-
监视系统中被访问的文件,检查文件被篡改与否
监视系统中被访问的文件,检查文件被篡改与否-surveillance system were to visit the paper, check the documents have been tampered with or not
- 2023-08-17 01:15:02下载
- 积分:1
-
41时间读写系统实例
实例41 读写系统时间-41 examples of time reading and writing system
- 2022-02-05 12:52:17下载
- 积分:1
-
gdal的api翻译和使用经验.doc。大家可以参考一下,GDAL 的资料太少...
gdal的api翻译和使用经验.doc。大家可以参考一下,GDAL 的资料太少-gdal translate and use the api experience. doc. We can reference, GDAL little information. . .
- 2022-08-12 21:09:22下载
- 积分:1
-
visual C++写的表格处理程序,类似excel,可以处理表格,图像等功能...
visual C++写的表格处理程序,类似excel,可以处理表格,图像等功能-visual C++ written form processing procedures, similar to excel, can deal with tables, images and other functions
- 2022-01-26 02:28:26下载
- 积分:1
-
系统访问
一个获取系统信息的源程序 全是vc编写的 各位喜欢vc 的可以来-access to a system-wide source of information is prepared by the vc vc you like to look at the can
- 2022-06-15 19:01:33下载
- 积分: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
-
Advantech industrial control board VC Programming AD procedures, very good, the...
工业控制研华板卡VC编程实现AD程序,很不错的,用动态连接库的方式调用函数,适合工控软件提供的开发方法-Advantech industrial control board VC Programming AD procedures, very good, the dynamic link library of the function call, for the Industrial Control Software Development Methodology
- 2023-08-21 10:35:04下载
- 积分:1
-
push pop program for basic learning
push pop program for basic learning
- 2022-03-30 01:35:33下载
- 积分:1
-
一个比微软提供的regedit更方便的注册表编辑器
一个比微软提供的regedit更方便的注册表编辑器-Microsoft provided a much more convenient regedit Registry Editor
- 2022-01-31 13:05:03下载
- 积分:1