-
这是一个汇编与VC结合的程序,在Ring3级获取Ring0级的操作
这是一个汇编与VC结合的程序,在Ring3级获取Ring0级的操作-This is a compilation and VC combination of procedures, the Ring3 level access Ring0 class operation
- 2023-02-07 07:20:03下载
- 积分:1
-
very good illustration of how the procedures let you reboot the system of sample...
非常不错的演示如何让你的程序重启系统的示例程序-very good illustration of how the procedures let you reboot the system of sample program
- 2022-02-03 19:13:19下载
- 积分:1
-
Convenient tool for forcing the active internet connection without the need for...
Convenient tool for forcing the active internet connection without the need for unnecessary intervention. Extremely simple codes
- 2022-12-29 18:50:03下载
- 积分:1
-
写控制面板程序(CPL)的模板
写控制面板程序(CPL)的模板 -The app template of writing switching panel
- 2022-06-12 15:19:40下载
- 积分:1
-
智能指针,很好的vc支持代码, 适合vc开发人员
智能指针,很好的vc支持代码, 适合vc开发人员-smart pointer, good vc support code for developers vc
- 2022-03-07 21:21:47下载
- 积分:1
-
操作系统的经典问题:读写者问题,已有具体代码及注释
操作系统的经典问题:读写者问题,已有具体代码及注释-Operating system, the classic problem: the problem of reading and writing, there were specific codes and notes
- 2022-02-10 04:20:02下载
- 积分:1
-
演示使用API通过Com口发送信息和发送文件
演示使用API通过Com口发送信息和发送文件-Demonstration of the use of API through the Com port to send messages and send files
- 2023-09-01 00:30:02下载
- 积分: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
-
AES has been certified by the AES DELPHI, the better, we all try, different peop...
已经通过AES认证的AES的DELPHI实现,比较好,大家自己试试看,不同的人写的-AES has been certified by the AES DELPHI, the better, we all try, different people write
- 2023-06-21 14:20:02下载
- 积分:1
-
系统热键操作
系统热键操作-operation, etc.
- 2023-07-31 08:50:03下载
- 积分:1