资源列表
Chapter_16
- 通信系统仿真原理与无线应用(中文版)第十六章课后答案-Chapter 16 of the principle of communication system simulation with wireless applications (Chinese Edition), after-school answer
wenduchuankouVB
- 一个简单的VB小程序,利用串口资源可以和单片机实现温度通讯(其内部是用串口1)-A simple VB applet, serial MCU resources and temperature communications (internal serial port 1)
zoj1204
- 浙大acm OJ1204,自己做的,已经AC 分享一下,若有更好的算法可以教教我-Zhejiang University acm OJ1204, they do, has AC share, if it has a better algorithm can teach me
CALCULATOR0728
- a simple calculator scientific
VISIONSLIBRARY0924
- a very useful system for library management
MedicalInformationSystem0826
- a simple medical information system
matlab-examples
- 基于matlab的高斯消去法求解线性代数方程组-Gaussian Elimination
MATLAB
- 数字信号处理的MATLAB实现源代码 介绍了滤波器、功率谱等-Digital signal processing in MATLAB source code filters, power spectrum
xxxx
- 输入1,则对扑克牌每隔一张翻一张,输入2 ,则对扑克牌每隔两张翻一张,最后,十三章扑克牌的顺序为A~k。这个小程序求的就是能安顺去排列之前的顺序。-Input 1 on the poker every one turned a, input 2, two playing cards every turn a the 13th Chapter poker order of the A ~~ k. This little program is seeking to arranged before t
AOE
- 数据结构、AOE、关键路径。 求关键路径 读入AOE网数据,建立其邻接表存储结构; 输出各关键活动的起点编号、终点编号和权; 输出最短工期;-Data structure, AOE, the critical path. Finding the Critical Path reads the AOE network data, establish its adjacency list storage structure output the shortest durati
Huffman
- 用基于有堆排序的优先队列构建Huffman树,进行Huffman编码,实现文件压缩、解压缩。-Used to build the Huffman tree based on the priority queue have heapsort, Huffman encoding, file compression, decompression.
lexical_analysis_program
- 编译原理、词法分析程序。 题目:词法分析程序的设计和实现 实验内容:设计并实现C语言的词法分析程序,要求如下。 (1)可以识别出用C语言编写的源程序中的每个单词符号,并以记号的形式输出每个单词符号。 (2)可以识别并读取源程序中的注释。 (3)可以统计源程序中的语句行数、单词个数和字符个数,其中标点和空格不计算为单词,并输出统计结果。 (4)检查源程序存在的错误,并可以报告错误所在的行列位置。 (5)发现源程序中存在错误后,进行适当的恢复,使词法分析可以继续进行,通过