-
STACK
用C语言编写的堆栈接口,适用于各种环境,提供接口:
STACK *initStack(int MaxRoom)
void destroyStack(STACK **spp)
void resetStack(STACK *sp)
Boolean isStackEmpty(STACK stack)
Boolean isStackFull(STACK stack)
Boolean push(STACK *sp, USER_TYPE data)
Boolean pop(STACK *sp, USER_TYPE *data)
Boolean readTop(STACK stack, USER_TYPE *data) (C language implementation of the stack)
- 2013-07-22 10:59:32下载
- 积分:1
-
EXCEL
数据保存到EXCEL文件
给出了实例文件可以参考(EXCEL data files saved to the file is given instance can refer to)
- 2009-04-26 22:59:20下载
- 积分:1
-
COM_PORT_SETTING
说明: 在EVC4.0环境下,设置串行通讯端口程序例(The EVC4.0 environment, set up procedures for cases of serial communication ports)
- 2009-08-27 13:47:41下载
- 积分:1
-
6363734
VB中列表分页模型的实例源代码,有需要的就下载吧。(List paging model in VB source code examples, there is a need to download it.)
- 2013-08-15 17:36:14下载
- 积分:1
-
youxiangtu
编写C程序,随机给出n*n的邻接矩阵,并打印输出邻接矩阵,以及有向图的边的个数,每个顶点的度,并判断该图中是否存在Euler回路:
(1)如果为n阶,则随机产生一个n*n的邻接矩阵;
(2)输出邻接矩阵,边的个数,每个顶点的度以及图中是否存在Euler回路。
这个题目涉及到了两个主要的知识点,一个是数据结构中的有向图的邻接矩阵的创建,还有就是离散数学中的Euler回路的判定定理。(The preparation of C procedures, were randomly given n* n s adjacency matrix and adjacency matrix printouts, as well as to map the number of edges, each vertex degrees, and determine the existence of the map Euler circuit: (1) If for n-order, then randomly generated a n* n adjacency matrix (2) output adjacency matrix, the number of edges, each vertex of degree as well as map the existence of Euler circuit. This topic relates to two main points of knowledge, a data structure of digraph adjacency matrix of creation, there is discrete mathematics in the loop to determine Euler theorem.)
- 2008-06-14 02:33:57下载
- 积分:1
-
STACK
用C语言编写的堆栈接口,适用于各种环境,提供接口:
STACK *initStack(int MaxRoom)
void destroyStack(STACK **spp)
void resetStack(STACK *sp)
Boolean isStackEmpty(STACK stack)
Boolean isStackFull(STACK stack)
Boolean push(STACK *sp, USER_TYPE data)
Boolean pop(STACK *sp, USER_TYPE *data)
Boolean readTop(STACK stack, USER_TYPE *data) (C language implementation of the stack)
- 2013-07-22 10:59:32下载
- 积分:1
-
seva
鼠标键盘录制回放p打开保存文件的类模块的源码(Mouse and keyboard recording playback p open class module of the source code for save the file)
- 2017-04-16 14:06:08下载
- 积分:1
-
1286857427_22104_FT38772_at
Accumulator code is source code for simulating accumulator.
- 2012-05-02 12:36:07下载
- 积分:1
-
expat_only_with_header_and_lib
expat lib and include files(expat lib)
- 2012-05-06 19:27:17下载
- 积分:1
-
dll-embeded-in-exe
Exe中嵌入Dll加载引用库库,可隐藏系统的架构,又可同时系统的可扩展灵活性,多人并行开发!(Exe embedded Dll load referenced library library to hide the system architecture, but also at the same time the system can be expanded flexibility and many parallel development!)
- 2012-12-11 09:33:00下载
- 积分:1