资源列表
lunch-system
- 餐饮系统,指导教师管理:指导教师信息的维护(研究方向、联系方式等),指导教师可查看所属毕业生的毕业设计进度,并对毕业生提交的每阶段的设计内容进行批阅,给出毕业设计成绩。 (4)查询统计:按系别、班级指导老师等统计信息(如选题情况、设计成绩等)。 (5)系统管理:权限管理、系统维护和密码管理。 7 民航售票管理系统 -lunch system
TinyXML
- TinyXML是一个开源的解析XML的解析库,能够用于C++,能够在Windows或Linux中编译。这个解析库的模型通过解析XML文件,然后在内存中生成DOM模型,从而让我们很方便的遍历这棵XML树-TinyXML is an open source parsing XML parsing library that can be used in C++, Windows or Linux can be compiled. The analytical model by parsing the
motor
- 通过编程的方式产生PWM方波来控制直流电机的转速-DC motor control
viterbi_binary_nsc
- 详细说明了删余卷积码的译码程序,可以运行-A detailed descr iption of punctured convolutional code decoding process, you can run
Bascom-Mega8-AC-Voltmeter
- Bascom Mega8 AC Voltmeter
IR-decoder-source
- 红外解码源程序,红外编码解码,解码程序,开发环境:keil 4-IR decoder source
FTDT
- 本程序是有限时域差分源程序,有详细注解,方便学习理解。-This program is a limited time domain difference source program, has detailed notes, easy to learn to understand.
DANBAI
- 单摆的主程序自己写的不算犯法吧不知道对vudui -The main pendulum not illegal to write their own right do not know vudui
vb-toi-CSharp-Convertor
- Vb to c# convertor that convert vb.net source to C#.net
EXERCICIO5A
- single phase active harmonic filter
read-string-from-FLASH
- read data of type character from flash memory
compile_lab2
- 递归下降分析。描述算术表达式的LL(1)文法的递归下降分析程序 G[E]: E→TE′ E′→ATE′|ε T→FT′ T′→MFT′|ε F→ (E)|i A→+|- M→*|/-Recursive descent. Descr iption arithmetic expressions LL (1) grammar recursive descent parser G [E]: E → TE ' E