-
VB运行库解压缩后直接拷贝到WINDOWSSYSTEM文件夹下面即可
VB运行库解压缩后直接拷贝到WINDOWSSYSTEM文件夹下面即可-VB runtime decompress directly copied WINDOWS SYSTEM folder can be below
- 2022-01-27 20:39:59下载
- 积分:1
-
used to create remote compilation process technology
用汇编创建远程进程技术-used to create remote compilation process technology
- 2023-06-11 21:00:03下载
- 积分:1
-
// 字节数据转换为可打印字符串
// 如:{0xC8, 0x32, 0x9B, 0xFD, 0x0E, 0x01}...
// 字节数据转换为可打印字符串
// 如:{0xC8, 0x32, 0x9B, 0xFD, 0x0E, 0x01} --> "C8329BFD0E01"
// pSrc: 源数据指针
// pDst: 目标字符串指针
// nSrcLength: 源数据长度
// 返回: 目标字符串长度-字节数据转换为可打印字符串
- 2022-03-06 12:41: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
-
这是一个JAVA类的内核代码,解释了JVM在形成编译器的过程和原理,中间有代码解释。...
这是一个JAVA类的内核代码,解释了JVM在形成编译器的过程和原理,中间有代码解释。-This is a kind of core Java code, explain the formation of a JVM compiler process and the principles of interpretation of intermediate code.
- 2022-03-17 21:59:49下载
- 积分:1
-
使应用程序带参数运行~~
首次运行该程序时改写注册表,使右键菜单里多了参数运行项,可以带参数执行程序...
使应用程序带参数运行~~
首次运行该程序时改写注册表,使右键菜单里多了参数运行项,可以带参数执行程序-To enable applications to run with the parameters ~ ~ The first time you run the program to rewrite the registry, so that right-menu item to run more parameters can be the implementation of procedures without parameters
- 2022-06-15 19:20:21下载
- 积分:1
-
cputest是个小类(CPPU)和一些静态成员函数。它的原因。
CPUTest is a just a small class (CCPU) with a few static member functions. It calculates the frequency of the CPU in 50ms.
- 2023-02-05 12:45:04下载
- 积分:1
-
Hardware message
获得硬件信息 获得硬件信息 获得硬件信息-Hardware message
- 2022-02-04 19:56:02下载
- 积分:1
-
重新启动自己!用于软件自动升级更新,代码编写巧妙。
重新启动自己!用于软件自动升级更新,代码编写巧妙。-To restart their own! Automatic updates for software updates, clever coding.
- 2022-02-26 22:12:21下载
- 积分:1
-
通过系统的调用在DOS界面上调用出非常细致的菜单界面。
通过系统的调用在DOS界面上调用出非常细致的菜单界面。-Through the system call interface in the DOS call a very detailed menu interface.
- 2022-04-11 09:56:39下载
- 积分:1