-
VC++进程创建与实现原代码,是学习进程的入门资料
VC++进程创建与实现原代码,是学习进程的入门资料
-VC++ Process creation and implementation of the original code, is introductory information on the learning process
- 2022-02-24 13:40:09下载
- 积分:1
-
通过对本代码中的函数简单调用可以取到系统的Ring0权限。
通过对本代码中的函数简单调用可以取到系统的Ring0权限。-Through a simple function of the code to the system call can take Ring0 permission.
- 2023-06-13 17:35:03下载
- 积分:1
-
视频采集功能程序代码,基于PC104采集卡的视频采集程序很有用的一个程序用VC编写的...
视频采集功能程序代码,基于PC104采集卡的视频采集程序很有用的一个程序用VC编写的-Video capture function of program code, based on the PC104 video capture card collection procedure useful to prepare a program with VC" s
- 2022-02-22 02:37:40下载
- 积分: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
-
jQuery1.2API 帮助文档,对开发人员很有帮助
jQuery1.2API 帮助文档,对开发人员很有帮助-jQuery1.2API help files, helpful for developers
- 2022-04-20 19:46:32下载
- 积分:1
-
to mobile storage locked and unlocked, simple and practical procedure vb
给移动存储加锁和解锁,简单实用的vb程序-to mobile storage locked and unlocked, simple and practical procedure vb
- 2022-03-21 01:56:58下载
- 积分:1
-
x64实现Thunk的新思路,兼容x86,目前能使用的第一份x64下的thunk代码。...
x64实现Thunk的新思路,兼容x86,目前能使用的第一份x64下的thunk代码。-x64 new ideas to achieve Thunk, compatible with x86, is currently able to use the first thunk code under x64.
- 2022-04-19 11:01:43下载
- 积分:1
-
控创的JIDA32的API函数,对使用该板子的用户有帮助
控创的JIDA32的API函数,对使用该板子的用户有帮助-Kontron JIDA32 of the API function, the use of the board to help the user
- 2023-01-22 15:45:04下载
- 积分:1
-
给于国图分类法,进行智能语义分析的动态库,针对聚类需要增加叙词表...
给于国图分类法,进行智能语义分析的动态库,针对聚类需要增加叙词表-in the country to map classification, semantic analysis of Intelligent Dynamic Library, clustering against the need to increase Descriptors Table
- 2022-03-22 22:19:47下载
- 积分:1
-
windows下一种反动态跟踪的方法
windows下一种反动态跟踪的方法-windows under a dynamic- tracking method
- 2022-06-11 13:01:00下载
- 积分:1