-
psexec 很著名的网络工具的实现。注意RELEASE 编译 和 UNICODE。
psexec 很著名的网络工具的实现。注意RELEASE 编译 和 UNICODE。-very famous network tool to achieve. Attention RELEASE translation, and UNICODE.
- 2023-02-04 16:00:04下载
- 积分: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
-
写一个保护模式下多任务磁盘驱动// 英文教程
写一个保护模式下多任务磁盘驱动// 英文教程 -write a protected mode multi-tasking disk drive// English Directory
- 2023-08-06 22:55:03下载
- 积分:1
-
memory device changes, Delphi! ! Only reference! !
内存修改器,Delphi编写!!仅供参考-memory device changes, Delphi! ! Only reference! !
- 2022-05-06 17:49:44下载
- 积分:1
-
演示如何修改PE文件,在运行的时候先弹出一个提示框
演示如何修改PE文件,在运行的时候先弹出一个提示框-Demonstration of how to modify the PE file, when running the first pop up a prompt box
- 2022-07-03 10:29:33下载
- 积分:1
-
虚拟内存控制 C 语言源码
虚拟内存控制 C 语言源码 -virtual memory control C language source code
- 2022-08-07 22:05:15下载
- 积分:1
-
在网上找VC资料时的意外收获,拿出来和大家一起分享
在网上找VC资料时的意外收获,拿出来和大家一起分享-VC on the Internet to find information on the windfall, like to share with everyone
- 2022-04-28 14:10:51下载
- 积分:1
-
document surveillance function demo code can monitor to C disc files, directorie...
文件监视功能演示的代码 可以监视到C盘下文件,目录等的改动事件-document surveillance function demo code can monitor to C disc files, directories and other changes to the incident
- 2022-02-02 19:51:34下载
- 积分:1
-
This book describes the work with device interfaces in windows kernel
This book describes the work with device interfaces in windows kernel
- 2022-09-13 14:35:03下载
- 积分:1
-
大数除法的实现算法,不仅能实现两个大数的除法,而且能实现浮点数之间以及浮点数与整数之间的除法...
大数除法的实现算法,不仅能实现两个大数的除法,而且能实现浮点数之间以及浮点数与整数之间的除法-majority of the division algorithm, is not only able to make large numbers of division two, but to achieve a float and between integer and floating point divider between the
- 2022-06-01 20:28:23下载
- 积分:1