-
把两个exe文件捆绑成一个exe文件。使用了一个宿主exe。
把两个exe文件捆绑成一个exe文件。使用了一个宿主exe。-Exe files of the two exe files into a bundle. The use of a host exe.
- 2022-05-23 18:39:14下载
- 积分:1
-
数据库远程备份批处理文件,可以方便
大家维护数据库
数据库远程备份批处理文件,可以方便
大家维护数据库-remote backup database bat files
- 2022-03-19 19:20:24下载
- 积分:1
-
铅的Web服务代码
PB调用WEBSERVIces示例代码,本实例是采用PB11.5写的WEBSERVICES ,PB9来调有的说明-PB WEBSERVICES code
- 2022-05-24 09:03:10下载
- 积分:1
-
本程序实现vb创建真正的全局dll
步骤:
1.为所要产生的dll编写.def文件
2.编译代理LINK,产生LINK.exe,然后将vb工具下的L...
本程序实现vb创建真正的全局dll
步骤:
1.为所要产生的dll编写.def文件
2.编译代理LINK,产生LINK.exe,然后将vb工具下的LINK.exe改名为LINKlnk.exe,将我们自己产生的LINK.exe放过去
3.编译manthlib,产生manthlib.dll
4.可以测试产生的dll可全局调用了。
注意生成dll路径也要指向vb工具目录-Vb realize this procedure to create a true global dll steps: 1. For the resulting dll to the preparation. Def files 2. Compilers Deputy LINK, have LINK.exe, then vb tools LINK.EXE renamed under LINKlnk.exe, our LINK.EXE generated their own place over the past 3. compilers manthlib, have manthlib.dll4. to test the overall situation can be generated by calling the dll. Note the path to point to generate dll directory vb tools
- 2023-07-25 09:25:03下载
- 积分:1
-
在Ring0下实现保护进程,通过HOOK SSDT实现保护进程
在Ring0下实现保护进程,通过HOOK SSDT实现保护进程-The Ring0 achieve protection process, achieved through the protection process HOOK SSDT
- 2022-03-16 21:17:30下载
- 积分:1
-
一个不错的USB过滤驱动加载工具,对于快速开发USB接口设备的驱动程序有着一定的帮助。...
一个不错的USB过滤驱动加载工具,对于快速开发USB接口设备的驱动程序有着一定的帮助。-a good USB filter driver loading tools, for the rapid development of USB interface device drivers have some help.
- 2022-07-02 06:49:14下载
- 积分:1
-
一个包装ShellFileOpen的类
一个包装ShellFileOpen的类--A class of ShellFileOpen packeting
- 2022-12-03 01:40:08下载
- 积分:1
-
基于窗口编程的例子。主要与风…
本程序是基于VC++ 的Windows编程的实例。主要涉及的是Windows服务程序的开发,里面还有一份关于
Windows服务程序开发的教程,是个很好的东西。-the VC are based on the Windows programming examples. Mainly related to the Windows services for the development, there is also a Windows service procedures on the development of the handbook, is a very good thing.
- 2022-03-10 03:53:53下载
- 积分: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
-
这是一个基于MFC框架下剪贴板操作的代码,希望对于初学者有一定的帮助...
这是一个基于MFC框架下剪贴板操作的代码,希望对于初学者有一定的帮助-This is an MFC-based operation under the framework of the clipboard code, hoping for some help for beginners
- 2022-04-23 12:01:34下载
- 积分:1