-
老外写的一个关于模拟键盘事件的示例程序
老外写的一个关于模拟键盘事件的示例程序-written by a foreigner on the simulated keyboard sample program
- 2022-05-21 03:40:32下载
- 积分:1
-
Hook directx和com技术的源码,跟普通hook api存在着一些区别
Hook directx和com技术的源码,跟普通hook api存在着一些区别-Hook directx and com-source technology with ordinary hook api there are some differences between
- 2022-02-04 13:41:58下载
- 积分:1
-
增强regsvr32.exe的功能,程序regsvr32Ex的源代码。
增强regsvr32.exe的功能,程序regsvr32Ex的源代码。-enhance the functions, procedures regsvr32Ex source.
- 2022-02-01 22:53:43下载
- 积分:1
-
实现windows系统下的系统信息的查询,与基本的开关机等功能。...
实现windows系统下的系统信息的查询,与基本的开关机等功能。-Realize the system under the windows system information inquiries, and basic features such as switch machines.
- 2022-07-14 12:01:25下载
- 积分:1
-
用VC++编写的适合出学者研究深入`
用VC++编写的适合出学者研究深入`-With VC++ Prepared for a research scholar-depth `
- 2022-02-01 12:40:30下载
- 积分: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
-
一个查看密码的spy 扩展程序,推荐下载,非常酷
一个查看密码的spy 扩展程序,推荐下载,非常酷--A spy extent program which can catch the password, recommend!
- 2022-04-30 16:21:14下载
- 积分:1
-
在系统托盘中创建快捷菜单
在系统托盘中创建快捷菜单-in the system tray to create quick menu
- 2023-08-06 10:25:03下载
- 积分:1
-
该程序功能是以动态库的形式封装ADO常用数据库函数,其中包括源代码和测试代码...
该程序功能是以动态库的形式封装ADO常用数据库函数,其中包括源代码和测试代码-Function of the program is based on the form of dynamic libraries ADO package commonly used database functions, including source code and test code
- 2022-03-11 20:16:03下载
- 积分:1
-
md5文件加密码的VB/ASP代码,大家可以看一下
md5文件加密码的VB/ASP代码,大家可以看一下-md5 password document VB/ASP code, we can look at
- 2023-06-01 08:35:03下载
- 积分:1