-
这个是比较多的常用的系统操作的示例,有系统信息获取,文件访问等等的方法介绍
这个是比较多的常用的系统操作的示例,有系统信息获取,文件访问等等的方法介绍-this was more commonly used operating system examples of a systematic access to information, documents, etc. visit the method introduced
- 2022-03-06 03:27:47下载
- 积分:1
-
此代码透过修改msgina,在下次重启系统后,在windows登入窗口前执行自己的程序,登入后结束程序.一般指纹辨识或防毒软件亦使用此方法取得第一登入优先,请勿...
此代码透过修改msgina,在下次重启系统后,在windows登入窗口前执行自己的程序,登入后结束程序.一般指纹辨识或防毒软件亦使用此方法取得第一登入优先,请勿使用在不法用途,需执行一次xgina.reg,亦可修改成由程序写入登录文件-This code by modifying the msgina, at the next reboot the system after the windows login window before the implementation of its own procedures, log in after the end of the procedure. General fingerprint or anti-virus software also use this method to obtain the first priority login, please do not used in illegal purposes, to be implemented once xgina.reg, can also be modified by the procedure into the log file
- 2022-01-26 03:52:24下载
- 积分:1
-
关于vc的剪贴板的操作工程,
可以参考。
关于vc的剪贴板的操作工程,
可以参考。-vc the clipboard on the operation of the project, they can refer to.
- 2022-07-11 18:45:27下载
- 积分: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
-
检查 bios 密码工具
检查 bios 密码工具
检查 bios 密码工具
检查 bios 密码工具
检查 bios 密码工具
检查 bios 密码工具
检查 bios 密码工具
- 2023-01-05 08:05:04下载
- 积分:1
-
C++ Builder 写入注册表的源代码,可以直接使用
C++ Builder 写入注册表的源代码,可以直接使用-C++ Builder source code written to the registry can be used directly
- 2023-03-01 14:55:03下载
- 积分:1
-
简单演示用VC怎样实现“关闭计算机”、“重新启动计算机”、“打开CD...
简单演示用VC怎样实现“关闭计算机”、“重新启动计算机”、“打开CD-ROM”、“关闭CD-ROM”。 -VC with a simple demonstration of how to achieve shut down your computer , restart your computer , open the CD-ROM , close the CD-ROM .
- 2022-02-15 03:39:41下载
- 积分:1
-
银行家算法,系统资源的请求判断。并能多次进行判断
银行家算法,系统资源的请求判断。并能多次进行判断-Banker" s algorithm, the system requests for resources to judge. And can be judged on many occasions
- 2022-07-14 06:28:59下载
- 积分:1
-
DDK开发的在Ring0中通过HOOK SSDT,实现对注册表监控
DDK开发的在Ring0中通过HOOK SSDT,实现对注册表监控-DDK development in Ring0 through HOOK SSDT, to realize the Registry Monitor
- 2022-02-11 10:37:38下载
- 积分:1
-
锁定键盘的程序,演示了9x和2k平台上应用程序从三级切换到零级,并执行键盘端口i/o,还演示了直接从dll中调用函数的代码。关键部分采用嵌入汇编,演示了一些编程...
锁定键盘的程序,演示了9x和2k平台上应用程序从三级切换到零级,并执行键盘端口i/o,还演示了直接从dll中调用函数的代码。关键部分采用嵌入汇编,演示了一些编程技巧。-keyboard lock procedures, and demonstrated the 2k 9x platform application switch from three to zero level and the implementation of keyboard i/o, also demonstrated a direct call from dll function of the code. Using embedded key part of the compilation, demonstrated some programming skills.
- 2023-01-20 12:20:03下载
- 积分:1