-
VC写的一个光驱控制程序 有VC源代码
VC写的一个光驱控制程序 有VC源代码-VC to write a CD-ROM control procedures have VC source code
- 2022-07-08 20:33:12下载
- 积分: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
-
获取主机网卡信息的程序,win32asm写的
获取主机网卡信息的程序,win32asm写的-Card information to obtain the host program, win32asm written
- 2023-03-28 19:15:03下载
- 积分:1
-
这是一个将指定网页截图的DLL控件!可以生成缩略图!
这是一个将指定网页截图的DLL控件!可以生成缩略图!-This is a screenshot of the specified DLL control page! Can generate thumbnails!
- 2022-01-26 07:34:46下载
- 积分:1
-
源码实现你想需要关机功能,也可以根据源码,符合您的要求进行修改。...
源码实现你想需要关机功能,也可以根据源码,符合您的要求进行修改。-Source to achieve the needs you want to shutdown function, can also be the basis of source, in line with your request to amend.
- 2022-10-15 15:50:02下载
- 积分:1
-
amount of capital conversion, Digital Converters People can write the amount of...
大写金额转换程序,能把数字转换成大写的人民币金额-amount of capital conversion, Digital Converters People can write the amount of yuan
- 2023-02-08 19:35:04下载
- 积分:1
-
显示电池使用情况的类
显示电池使用情况的类-indicate battery use of the category
- 2022-08-07 08:06:08下载
- 积分:1
-
一个系统面板调用程序,可以调用~~面板
一个系统面板调用程序,可以调用~~面板-a procedure called panel system can be called ~ ~ panels
- 2023-01-10 18:45:04下载
- 积分:1
-
Linux文件系统
在WINDOWS下模拟Linux文件操作系统,实现了一些功能,还有请大家多多提出批评-linux file system
- 2022-01-25 21:54:21下载
- 积分:1
-
此代码示范了如何利用 CreateToolhelp32Snapshot API函数枚举系统当前进程。以及如何用HANDLE OpenProcess(...),T...
此代码示范了如何利用 CreateToolhelp32Snapshot API函数枚举系统当前进程。以及如何用HANDLE OpenProcess(...),T -This code demonstrates how to use function CreateToolhelp32Snapshot API system is currently the process of enumeration. And how to use HANDLE OpenProcess (...), T
- 2022-02-27 00:57:00下载
- 积分:1