-
FA
说明: 正则表达式->NFA/DFA/最简表达式(Regular Expression-> NFA/DFA/the most simple expression)
- 2009-06-08 23:09:20下载
- 积分:1
-
cet4-words
对四级单词进行记忆,通过各种形式:按天记忆,随机记忆等模式。(Remaber the CET4 words.)
- 2011-06-22 23:19:37下载
- 积分: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
-
linearlist
线性表的创建 删除 查找 插入 输出等功能(linearlist create delete find insert print)
- 2013-11-30 10:14:28下载
- 积分:1
-
sunxin
孙鑫VC++视频教学所有源代码 无需密码 直接使用(Xin Sun VC++ source code for all the video instruction)
- 2010-05-17 06:48:47下载
- 积分:1
-
Li1_1
C++语言编程,程序设计,语言编程,设计并实现什么功能(C++ language programming, programming, programming language, designed and realized what function)
- 2013-06-19 09:05:04下载
- 积分:1
-
21111121
这是用vb.net开发的产生随机数代码例子,供大家学习交流(This is developed using vb.net generated random number code examples for everyone to study the exchange of)
- 2008-03-23 20:40:29下载
- 积分:1
-
tiebou-V3.0
最大信噪比的独立分量分析算法,能量熵的计算,混沌的判断指标Lyapunov指数计算。( SNR largest independent component analysis algorithm, Energy entropy calculation, Chaos indicator for Lyapunov index calculation.)
- 2017-04-23 12:22:09下载
- 积分:1
-
AddressBook
通讯录程序,QT4编程,源代码测试通过,可以从文件中读取数据。(Address book program, QT4 programming, source code test pass, you can read data from the file.)
- 2009-12-02 16:53:57下载
- 积分:1
-
myTask0
有的科技图书会附有索引,其中列出书中重要术语出现的页码,便于读者查看。试设计一个类似的程序。输入是一个英文文本文件,输出是文件中关键字及其出现的行号的列表并按照关键字有序排列。程序运行方式:>index inputfile keys outputflie
(Some books will be accompanied by technology index, which lists important terms appear in the book pages, easy to readers to view. Try to design a similar procedure. English text input is a file, the output is a file that appears in the keywords and their line numbers list and ordered according to keywords. Program run mode:> index inputfile keys outputflie)
- 2013-10-28 21:15:13下载
- 积分:1