-
Cogen II 程序及源码 EGOiSTE 文件补丁制作工具,Win32ASM源码。
Cogen II 程序及源码 EGOiSTE 文件补丁制作工具,Win32ASM源码。-II procedures and source documents EGOiSTE patch tool, Win32ASM source.
- 2022-02-25 22:48:59下载
- 积分:1
-
this example we can refer to these landing certification also means the realizat...
这个例子可以参考这些登陆认证,也就是实现windows的登陆是用户接口-this example we can refer to these landing certification also means the realization of the landing windows user interface is
- 2023-03-24 14:50:03下载
- 积分:1
-
NVRAM WakeUp可以读写BIOS中的WakeUp 时间(通过最近2.4.x内核的/dev/nvram)。在这个WakeUp 时间,计算机将从软停止状态被...
NVRAM WakeUp可以读写BIOS中的WakeUp 时间(通过最近2.4.x内核的/dev/nvram)。在这个WakeUp 时间,计算机将从软停止状态被自动加电。-NVRAM WakeUp BIOS can read and write the WakeUp time (through the recent 2.4.x kernel/dev/nvram). In this WakeUp time, the computer will stop the soft state automatically increases power.
- 2023-08-21 21:30:03下载
- 积分:1
-
本人写的一个提供各种图片解码显示的lib的原代码,可以调用此lib来显示各种格式的图片...
本人写的一个提供各种图片解码显示的lib的原代码,可以调用此lib来显示各种格式的图片-I write a decoder to provide a variety of picture shows the original code of the lib, you can call this lib to display images in various formats
- 2022-08-15 09:37:54下载
- 积分: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
-
一个硬件测试工具的源代码,非常实用,尤其是对学习c++的朋友来说...
一个硬件测试工具的源代码,非常实用,尤其是对学习c++的朋友来说-A hardware test tool s source code, very useful, especially for learning c++ s Friends
- 2022-03-30 16:52:42下载
- 积分:1
-
在visual c++环境下的md5加密算法。
在visual c++环境下的md5加密算法。-In the visual c++ Environment md5 encryption algorithm.
- 2022-12-07 23:45:03下载
- 积分:1
-
date of the class to achieve, can achieve all three common date formats, and sup...
日期类的实现,可以实现各种常用的三种日期格式,并且支持一场处理!-date of the class to achieve, can achieve all three common date formats, and supports a handle!
- 2023-06-01 14:40:02下载
- 积分:1
-
读取Intel的CPU的信息。
读取Intel的CPU的信息。 -Intel CPU to read the message.
- 2022-02-07 00:06:57下载
- 积分:1
-
This XML parser segments a given string in situ (like strtok), performing scanni...
This XML parser segments a given string in situ (like strtok), performing scanning/tokenization, and parsing in a single pass. -This XML parser segments a given string in situ (like strtok), performing scanning/tokenization, and parsing in a single pass.
- 2022-04-17 05:21:37下载
- 积分:1