-
VC directly operated Excel documents, including creation, read, write, such as t...
VC直接操作Excel表格文件,包括创建、读取、写入等操作的编程实现-VC directly operated Excel documents, including creation, read, write, such as the operation of Programming
- 2022-05-29 19:16:14下载
- 积分:1
-
获取指定文件的各种时间,包括创建时间、修改时间、访问时间等...
获取指定文件的各种时间,包括创建时间、修改时间、访问时间等-Access to a variety of time the specified file, including the creation time, modify time, access time, etc.
- 2022-02-15 06:16:40下载
- 积分:1
-
这是编译原理的一个 LL(1)文法预测分析表构造程序
这是编译原理的一个 LL(1)文法预测分析表构造程序-This is the principle of a compiler LL (1) grammar Forecast and Analysis Table tectonic process
- 2022-05-21 17:14:10下载
- 积分:1
-
WINDOWS印刷控制类库
WINDOWS印刷控制类库-WINDOWS printing control library
- 2023-05-31 10:45:03下载
- 积分:1
-
一个用c语言写的小操作系统,有任务调度,驱动了键盘,鼠标,显示适配器...
一个用c语言写的小操作系统,有任务调度,驱动了键盘,鼠标,显示适配器-a language used to write a small operating system, task scheduling, driving a keyboard, mouse, display adapters.
- 2022-09-08 04:40:02下载
- 积分:1
-
系统设置程序V2.0
系统设置程序V2.0-可以说作者在API函数应用以及系统注册表方面有相当浑厚的功底-system setup procedures V2.0-can be said to the author API function applications, and the registry has a very powerful foundation
- 2023-02-01 08:10:03下载
- 积分:1
-
书县 书县 书县 书县
书县 书县 书县 书县-County County book book book book County County County book book book County County
- 2022-12-05 18:10:03下载
- 积分: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
-
一个获取硬盘序列号的源代码,封装成库文件
一个获取硬盘序列号的源代码,封装成库文件--Sourcecode which gets serialno of hard disk, it has be encapulated to library files
- 2022-04-28 18:08:06下载
- 积分:1
-
guid生成程序
guid生成程序-guid generation process
- 2022-04-26 13:07:34下载
- 积分:1