-
把exe里面的资源通通取出来,实现反编译
把exe里面的资源通通取出来,实现反编译-Exe inside to check out all the resources, realize decompile
- 2022-03-19 16:19:25下载
- 积分:1
-
简单的动态链接库实现!里面包含两种调用方式显示和隐式!...
简单的动态链接库实现!里面包含两种调用方式显示和隐式!-Simple realization of the dynamic link library! Which contains two types of call display and implicit way!
- 2022-02-18 16:34:14下载
- 积分:1
-
这是一个屏幕打印程序,用的是视觉的基本,可以,试试看
这是一个屏幕打印程序,用VB编写,你也能的,试一下吧-This is a screen printing process using Visual Basic, you can, Try it
- 2022-08-13 09:02:23下载
- 积分:1
-
关于推进promram DNS信息
about dns advance promram information-about dns advance information promram
- 2022-04-11 02:10:50下载
- 积分:1
-
对编程过程中内存泄漏进行检测,有源码提供。这是最新版1.9,修复了不少bug. Visual C++ provides built...
对编程过程中内存泄漏进行检测,有源码提供。这是最新版1.9,修复了不少bug. Visual C++ provides built-in memory leak detection, but its capabilities are minimal at best. This memory leak detector was created as a free alternative to the built-in memory leak detector provided with Visual C++. Here are some of Visual Leak Detector s features, none of which exist -The process of programming memory leak detection, have to provide source code. This is the latest version 1.9, fix a lot of bug. Visual C++ Provides built-in memory leak detection, but its capabilities are minimal at best. This memory leak detector was created as a free alternative to the built-in memory leak detector provided with Visual C++. Here are some of Visual Leak Detector s features, none of which exist
- 2022-04-02 05:40:42下载
- 积分:1
-
在纯DOS屏幕上面显示矢量字体,调用WINOWS矢量字库的。
在纯DOS屏幕上面显示矢量字体,调用WINOWS矢量字库的。-In pure DOS screen shown above vector font, vector font WINOWS call.
- 2022-05-20 02:43:24下载
- 积分:1
-
完成内存池的分配,管理,应用,以及对内存的合理分配
完成内存池的分配,管理,应用,以及对内存的合理分配-The completion of the memory pool allocation, management, application, and the rational allocation of memory
- 2022-02-19 22:17:09下载
- 积分:1
-
mmx汇编教学程序及源码,用于优化程序,提高效率
mmx汇编教学程序及源码,用于优化程序,提高效率-mmx compilation of teaching procedures and source for the optimization procedure to enhance efficiency
- 2022-02-16 02:48:32下载
- 积分: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
-
CPU信息查询的程序,包括16位和32位CPU
CPU信息查询的程序,包括16位和32位CPU-CPU information of procedures, including 16-bit and 32-bit CPU
- 2022-04-24 20:20:33下载
- 积分:1