-
获取bios信息
这个主要是通过smbios来获取bios的信息,其中使用的是wmi,这个程序绕过的驱动就可以获取硬件的详细信息,有兴趣的人可以load下来看看,研究研究
- 2022-06-28 06:00:09下载
- 积分:1
-
这是一个用java开发的工作流引擎,支持PetriNet工作流建模
这是一个用java开发的工作流引擎,支持PetriNet工作流建模-This is a java with the development of the engine, support for workflow modeling PetriNet
- 2023-06-01 01:45:04下载
- 积分: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
-
这是一个用visual basic.net 语言开发的功能系统,自我感觉还不错,希望大家有时间能进去看看~...
这是一个用visual basic.net 语言开发的功能系统,自我感觉还不错,希望大家有时间能进去看看~-This is a visual basic.net language with the development of functional systems, a sense of self was pretty good, we hope to have time to have a look
- 2023-07-07 05:30:03下载
- 积分:1
-
MV在C++环境下,CPU的测试速度,可粗略估计…
在Visal C++环境下,测试CPU的速度,从而可以粗略估计电脑性能。-mV in C++ environment, the speed of the CPU test, which can be roughly estimated computer performance.
- 2022-01-27 14:18:44下载
- 积分:1
-
采用伙伴系统算法进行内存管理的原码,可以最大限度的避免内存碎片,同时提高内存分配效率 。...
采用伙伴系统算法进行内存管理的原码,可以最大限度的避免内存碎片,同时提高内存分配效率 。-a partnership system memory management algorithm for the original code, the maximum memory to avoid the debris, while improving the efficiency of memory allocation.
- 2022-05-29 10:51:38下载
- 积分:1
-
超越administrator源码
超越administrator源码-beyond administrator FOSS
- 2023-03-12 07:00:04下载
- 积分:1
-
process scheduling procedures, suitable for courses on operating system design a...
进程调度程序,适合操作系统课程设计及上机实验,可以自己修改,也可以直接应用.-process scheduling procedures, suitable for courses on operating system design and experiment on the plane, his amendment can be applied directly.
- 2023-04-02 03:55:03下载
- 积分:1
-
获取隐藏进程, 获取隐藏进程,
获取隐藏进程, 获取隐藏进程, -get the hidden process,get the hidden process,get the hidden process
- 2023-07-18 04:15:03下载
- 积分:1
-
java虚拟机的校验和打包程序,用java实现的。此程序为开发java虚拟机使用。...
java虚拟机的校验和打包程序,用java实现的。此程序为开发java虚拟机使用。-the packing and checking procedures, with the realization of java. This program for the development of the Java Virtual Machine.
- 2022-02-10 01:49:40下载
- 积分:1