搜索资源列表
hmm的c++语言实现
- c++实现HMM,向前向后算法,Viterbi算法,Baum-Welch算法。其中包括用c++定义的HMM数据结构。全部是cpp和h的文件-c achieve HMM, forward backward algorithm, Viterbi algorithm, Baum-Welch algorithm. C including the use of the HMM definition data structure. Cpp all the documents and h
essential-cpp-source-for-non-windows
- c编译器词法分析程序源码,进行词法分析,可找出错误,输出行数 -lexical analysis procedure source, lexical analysis, can identify errors, but a few Output
cffx_tcking
- 该词法分析程序用VC++ 6.0编写,以FileOpenDialog打开的*.c或*.cpp文件为语言字集的源程序作为词法分析程序的输入数据,经词法分析程序分析后的结果保存在源文件的同目录的output.txt文件中。在词法分析中,自文件头开始扫描源程序字符,一旦发现符合“单词”定义的源程序字符串时,将它翻译成固定长度的单词内部表示,并查填适当的信息表。经过词法分析后,源程序字符串(源程序的外部表示)被翻译成具有等长信息的单词串(源程序的内部表示),并产生两个表格:常数表和标识符表,它们分别包含
c语言词法分析器
- 很好的c语言词法分析程序,该词法分析程序用VC++ 6.0编写,以FileOpenDialog打开的*.c或*.cpp文件为语言字集的 源程序作为词法分析程序的输入数据,经词法分析程序分析后的结果保存在源文件的同目录 的outpu.. 开发工具:C++Builder, 提供者:汤超 · 词法分析器11.rar, 2005-12-25 -good language lexical analysis procedures, the lexical analysis procedures us
c_line_count
- 自编的代码统计软件,vc 6开发, 可以统计c,cpp文件的代码行数-writing code statistical software development vc 6, statistics c, cpp document source line number
bicov.cpp
- 对于图G=(V,E),如果边集合C包含于E 使得对于任意的v∈V,都关联于C 中的一条边,则称C 为图G的一个覆盖。图G的边数最少的覆盖称为G 的最小覆盖。 - Regarding attempts G= (V, E), if gathers C to contain causes free regarding to E v 鈭?V, all is connected Yu Czhong nearby, then called C is attempts G a cover. Atte
sparsematric.cpp
- 十字链表是这样构成的:用链表模拟矩阵的行(或者列,这可以根据个人喜好来定),然后,再构造代表列的链表,将每一行中的元素节点插入到对应的列中去。书中为了少存几个表头节点,将行和列的表头节点合并到了一起——实际只是省了几个指针域,如果行和列数不等,多余的数据域就把这点省出的空间又给用了。这点小动作让我着实废了半天劲,个人感觉,优点不大,缺点不少,不如老老实实写得象个十字链表,让人也好看一些,这是教科书,目的是教学。实在看得晕的人,参阅C版的这部分内容,很清晰。我也不会画图,打个比方吧:这个十字链表的
adpcm-cpp
- ADPCM压缩解压编码,实现部分为C语言编写,把它用C++封装为两个接口,编码和解码,方便使用。8K 16bit。-ADPCM compression decompression coding to achieve part of the C language and C Packaging it for two interfaces, Encoding and decoding and user-friendliness. 8K 16bit.
C++2HTML
- 一个简单的Cpp源文件的着色程序,演示了文法识别等知识点。-a simple tracing the source of coloring process, demonstrated a knowledge of grammar identification points.
《Visual C++项目案例导航》源代码
- 《Visual C++项目案例导航》源代码- "Visual C Project Case Navigation" source code
pascal-compiler-in-cpp
- pascal compiler in C++是一个用C++实现的PASCAL编译器,主要包括符号表,创建语法树,代码生成和4元式解析等。该工程是根据龙书实现的编译器。项目中大量使用了STL,设计模式等思想。是学习面向对象编程和设计的好材料。里面包含有说明.txt有更详细说明 请使用Mingw或Dev-C++开发环境-pascal compiler in C++ is a compiler which compiles pascal code. The project consists
Simple_Language_Lexer
- 这是一个使用了LEX所编写的Simple语言的词法分析器。Simple语言的定义说明请看附件。这个LEX的源代码可以通过Parser Generator 2来转化成为h文件跟cpp文件。由于编译这两个文件需要使用到Parser Generator 2的C++库,所以就只上传了LEX的源代码,谁感兴趣的可以自己通过Parser Generator 2来转化。至于UNIX下面的LEX工具如果想要转化的话需要修改其主程序,另外需要将LEX源代码之中有关C++语言的表达形式修改成为相应的C语言的表现形式
32993992-c-cpp-programs-with-numerical-problems.r
- c++ (cpp) programs with numerical problems- c++ (cpp) programs with numerical problems
CPP-to-Java-Converter_Source
- Converter C++ to Java. Very useful for combination modules which are writed on different language.
C-CPP
- c/c++深沉搜索。研究C++底层的实现。从汇编、编译、链接的角度研究c++的实现-c/c++ deep search. Of C++ the underlying implementation. From the compilation, compile, link point of the implementation of c++
C--cPP-algorithm-summary
- 這個是C++常用的算法的總結,很不錯的資料。-This is commonly C++ summary of the algorithm, very good information.
code_algorithms.design.C-CPP.Java
- 算法设计、分析与实现从入门到精通:C、C++和Java . 徐子珊.配套书籍源码 -Algorithm design, analysis and implementation of entry to the master: C, C++ and Java. Kate. Supporting source books
TMS320F28x-Optimizing-C-CPP-Compiler
- TMS320F28x Optimizing C/C++ Compiler User’s Guide
main.cpp
- C++郑莉老师程序设计学生用书的实验三样例,新手编程,仅作参考(C++ Zheng Li teacher program design student book experiment three examples, novice programming, only for reference)
cpp5
- technological institute of Crete, Greece exercises at C language fifth part
