-
WM 系统操作注册表的类,包括导入reg文件
WM 系统操作注册表的类,包括导入reg文件-WM system registry categories, including import reg file
- 2022-02-13 01:15:57下载
- 积分:1
-
系统端口查看工具 不能查看系统进程的端口
系统端口查看工具 不能查看系统进程的端口-System Ports View tool is not a systematic process to check the port
- 2022-07-27 12:30:56下载
- 积分:1
-
应用内存映射文件方式,实现了在应用程序的进程之间进行共享数据...
应用内存映射文件方式,实现了在应用程序的进程之间进行共享数据-application memory mapping document, achieved in the application process for sharing data between
- 2022-05-05 17:42:47下载
- 积分:1
-
得到NTFS卷信息的程序
得到NTFS卷信息的程序- Obtains the NTFS volume information the procedure
- 2023-03-20 10:35:03下载
- 积分:1
-
自己写的。用信号量机制来解决哲学家问题中的死锁。附有详细注解。...
自己写的。用信号量机制来解决哲学家问题中的死锁。附有详细注解。-wrote it myself. Using signal volume philosopher mechanism to solve the problem of deadlock. Accompanied by a detailed explanation.
- 2022-01-20 23:24:34下载
- 积分:1
-
控制面板程序编写的一个简单的例子!cpl格式的文件,把testcpl.cpl拷贝到c:windowssystem32后,打开控制面板后自动加载此文件,实现了记录...
控制面板程序编写的一个简单的例子!cpl格式的文件,把testcpl.cpl拷贝到c:windowssystem32后,打开控制面板后自动加载此文件,实现了记录双击这个程序的次数。-Control panel program written in a simple example! cpl file formats to testcpl.cpl copy to c: windows system32, open the Control Panel will automatically load this file, double-click the program achieved a record number of times.
- 2022-08-03 16:59:07下载
- 积分:1
-
be completed decimal to binary and decimal to binary conversion between the
可以完成十进制到二进制和二进制到十进制之间的转换-be completed decimal to binary and decimal to binary conversion between the
- 2022-02-27 01:46:23下载
- 积分:1
-
设置windows定时关机。
设置windows定时关机。-Mytob.BSNotes installed windows.
- 2023-07-08 15:30: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
-
讲述一个简单的win32应用程序的创建,包括其主要的组成部分
讲述一个简单的win32应用程序的创建,包括其主要的组成部分-On a simple win32 application creation, including its major components
- 2022-03-18 04:28:51下载
- 积分:1