资源列表
lexical-analyzer
- 编译原理实验报告 实验一:词法分析器 实验目的: 实现TINY+语言的词法分析程序(扫描程序) 实验内容: 1、词法分析器输入输出 扫描程序的输入是源代码文件,输出是token串。 2、需要遵循“最长串匹配原则”,如匹配字符串‘:=’ 为赋值操作符,而不是冒号和等号两个操作符。 Token 以键值对 (Kind, Value)的形式表示。下面的符号表示不同的token类别(即Kind的取值) KEY 表示保留字 SYM 表示特殊符号 ID 表示标识符
P2PDemo
- windows平台下C/c++实现的udp-p2p打洞demo程序(UDP implementation of the P2P hole demo program)
MATLAB 优化算法程序1-10
- MATLAB优化算法书籍第一到第十章节的源码程序,能有效帮助初学人员学习
FreeICTCLAS
- 对中文进行分词,c++实现多中文文本的分词算法-Using java prepared tf* idf results
BitmapDiskManager
- 用位示图管理磁盘空间的分配与回收 要求打印或显示程序运行前和运行后的位示图,以及分配和回收磁盘的物理地址过程。-Management with the bit map display of disk space allocation and recycling requirements of the print or display program to run before and after running the bit map display, and distribution an
week15
- ssd6卡耐基梅陇大学考试 SSD6 数据结构 基于C++ 作为大学期间最重要的一门课程额 -SSD6
ac-bmauto
- 这个程序是利用AC算法对已存在文本中的预设关键字进行检索,关键字上限64个,输出的是关键字所在的位置信息-This program is the use of the AC algorithm to retrieve the existing text in the default keyword, keywords, up to 64, the output is the location information of the keywords
LBP_operator
- LBP算子用于处理彩色图象的边缘轮廓,十分有效,希望对大家有所帮助-LBP operator for processing color images on the brink profile, highly effective, we hope to help
addnoise
- with the help of visual C++, add image_noise
RPGgame
- RPG小游戏,用C++开发,用visual 2005平台-RPG game
ATMEGA16
- ATMEGA16单片机精简开发板,基于C语音-ATMEGA16 microcontroller streamline the development board, C-based voice
QtOnAndroidSourceCode
- Qt On Android 源码,是一些QtOnAndroid的例子,文件中包含了完整的代码和工程文件,对于学习有很大的帮助-QtOn Android code the code is some examples for the one who want to learn qt on the android. there are the .pro files and it is easy to test and will be a great help
