-
WINDOWS NT下查看所有文件,注册表项的源码.
WINDOWS NT下查看所有文件,注册表项的源码.-WINDOWS NT check all the documents, the registry of the source.
- 2023-05-24 18:05:03下载
- 积分: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
-
乔斯实验室 1: 启动一台 PC
这个实验被分成三部分。第一部分集中在越来越熟悉x86汇编语言,QEMU的x86模拟器,和PC的开机引导程序。
第二部分考察了我们的课程的内核,它驻留在实验室树的boot目录的引导加载程序。最后,第三部分深入到了
我们的课程内核本身,名为书,它驻留在内核目录的初始模板。
- 2022-03-15 18:11:02下载
- 积分:1
-
used to traverse a logical partitioning software. But software, a number of prob...
一个用来遍历逻辑分区的软件。但是软件中有几个问题:1、读取速度不是很好。2、读取C:盘时候有错误。这个2个问题,本人没有解决。还望高手可以多多指点。联系:flyz-81@163.com-used to traverse a logical partitioning software. But software, a number of problems : 1, read speed is not very good. 2, reading the C : disk is the wrong time. The two, I have not been solved. We look to the guidance of experts can be a lot. Contact : flyz-81@163.com
- 2022-08-07 14:18:59下载
- 积分:1
-
虚拟磁盘
虚拟磁盘-virtual disk for you visual stutio 6-Virtual disk-virtual disk for you visual stutio 6
- 2022-08-24 20:21:50下载
- 积分:1
-
一个用vb.net和sol编写的图书馆管理系统。
实现图书借阅、查询、图书入库等功能。...
一个用vb.net和sol编写的图书馆管理系统。
实现图书借阅、查询、图书入库等功能。-vb.net using a sol and prepared by the library management system. Readers Books, inquiries, library storage capabilities.
- 2022-01-25 18:41:34下载
- 积分:1
-
card management software can be very good pictures can be inserted to preserve a...
名片管理软件 非常的不错 可以插入图片 可以保存很多资料-card management software can be very good pictures can be inserted to preserve a lot of information
- 2022-08-09 10:54:00下载
- 积分:1
-
如何实现只保证一个实例运行
如何实现只保证一个实例运行-how to achieve only guaranteed a running example
- 2022-02-01 09:41:34下载
- 积分:1
-
Receiving Event Notifications Through WMI
Receiving Event Notifications Through WMI
- 2022-03-21 05:22:33下载
- 积分:1
-
operation of the registry categories, including read, write, etc. del operation,...
注册表操作的类,包括read,write,del等操作,很实用-operation of the registry categories, including read, write, etc. del operation, a very practical
- 2022-04-23 07:07:07下载
- 积分:1