-
使win9x处于ring0模式下的代码
使win9x处于ring0模式下的代码-Code which make win9x to run in ring0 mode
- 2022-07-24 00:51:41下载
- 积分:1
-
read Intel CPU serial number of procedures
读取Intel CPU序列号的程序-read Intel CPU serial number of procedures
- 2022-03-26 05:05:47下载
- 积分:1
-
操作系统页面置换算法模拟,好东西不容错过.值得参考.
操作系统页面置换算法模拟,好东西不容错过.值得参考.-Operating system page replacement algorithm simulation, good things should not be missed. It is also useful.
- 2022-10-27 15:55:03下载
- 积分:1
-
可执行文件EXE、DLL、OCX的程序资源查看程序,可以看ICO,BMP,DIALOG,STRING等各种资源,非常值得看一看...
可执行文件EXE、DLL、OCX的程序资源查看程序,可以看ICO,BMP,DIALOG,STRING等各种资源,非常值得看一看-executable EXE, DLL, OCX procedures resources View procedures can be seen ICO, BMP, DIALOG, STRING and other resources, is worth looking at the very
- 2022-02-20 14:36:06下载
- 积分: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
-
本代码穷举系统进程,然后可以杀死进程,用到了 CreateToolhelp32Snapshot 和一些排序操作...
本代码穷举系统进程,然后可以杀死进程,用到了 CreateToolhelp32Snapshot 和一些排序操作-the system code exhaustive process, and then kill the process, and the use of some sort CreateToolhelp32Snapshot operation
- 2022-03-19 18:51:30下载
- 积分:1
-
vc++实现了系统的几个小功能,比如:获得磁盘的序列号,磁盘的格式,网卡的序列号,不用安装,可以直接使用...
vc++实现了系统的几个小功能,比如:获得磁盘的序列号,磁盘的格式,网卡的序列号,不用安装,可以直接使用-vc realization of the system several small features, such as : access to the sequence disk, the disk format, the card sequence, no installation, can be used directly
- 2022-09-29 21:55:02下载
- 积分:1
-
一个查找系统USB的源码程序,可以查找HID设备,U盘,以及其他USB设备等!...
一个查找系统USB的源码程序,可以查找HID设备,U盘,以及其他USB设备等!
- 2022-10-13 16:25:03下载
- 积分:1
-
IC_CARD,读取IC_CARD打卡数据
IC_CARD,读取IC_CARD打卡数据-IC_CARD, read IC_CARD clocking data
- 2022-02-28 12:51:44下载
- 积分:1
-
学习简单的字符串加密技术;
演示用wm_copydata进行数据交换;...
学习简单的字符串加密技术;
演示用wm_copydata进行数据交换;
-learn simple string encryption technology; Demo wm_copydata for data exchange;
- 2022-02-01 09:30:02下载
- 积分:1