-
汇编原理之文法化简
输入一个文法,可消除无用符号和产生式...
汇编原理之文法化简
输入一个文法,可消除无用符号和产生式-Compilation of the principle of simplification of the grammar
- 2022-03-21 17:43:19下载
- 积分:1
-
一个纯粹用x86汇编写成的操作系统源码,麻雀虽小,五脏具全,里面包含网络、文件系统、进程调度等等。...
一个纯粹用x86汇编写成的操作系统源码,麻雀虽小,五脏具全,里面包含网络、文件系统、进程调度等等。-purely a compilation of x86 operating system source code written in sparrows Although small, but with the whole, which contains network, file system, process scheduling, etc..
- 2022-03-23 08:06:15下载
- 积分:1
-
another example of a code NTFS
再一个NTFS的例子代码-another example of a code NTFS
- 2023-09-05 15:00:04下载
- 积分:1
-
获得某台服务器上的所有用户信息
获得某台服务器上的所有用户信息- Obtains on some server all user information
- 2022-09-30 07:40:03下载
- 积分:1
-
"Programming Windows" version example PASCAL (VC converted code)
《Windows 程序设计》PASCAL版示例(由VC代码转换而来)-"Programming Windows" version example PASCAL (VC converted code)
- 2022-02-02 18:05:50下载
- 积分:1
-
ucos在Freescale s12x芯片上的移植 串口收发数据 与GPIO操作
ucos在Freescale s12x芯片上的移植 串口收发数据 与GPIO操作-ucos at Freescale s12x chip serial transceivers transplant operation data and GPIO
- 2022-01-25 14:29:18下载
- 积分: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
-
一个比较价值的File system Filter Driver
一个比较价值的File system Filter Driver--A worthy File system Filter Driver
- 2022-02-02 19:13:46下载
- 积分:1
-
重返德军总部源码
(商业代码,代码仅供参数学习,请勿用于商业目的)...
重返德军总部源码
(商业代码,代码仅供参数学习,请勿用于商业目的)-return to the German headquarters source (commercial code, the code is for the study parameters, do not for commercial purposes)
- 2022-05-12 21:18:46下载
- 积分:1
-
进程调度算法,利用设置优先级算法来实现。
进程调度算法,利用设置优先级算法来实现。-Process scheduling algorithm, used to set priority algorithm to achieve.
- 2022-06-20 22:15:50下载
- 积分:1