资源列表
components
- USART coded in VHDL. It is writted in 5 files. I am uploading the files in order.
scaner
- 题2: 设计一个词法扫描器。词法扫描器的功能是输入源程序,输出单词符号。写出关键字集合和程序流程图。-Title 2: Design a lexical scanner. Function of lexical scanner is an input source and output word symbols. Write keyword collections and program flow diagram.
5
- 复数类。定义一个复数类,并重载运算符,以实现复数的加法与减法运算,及显示运算结果-Definition of a complex class, both carrying the operator in order to achieve complex addition and subtraction, and display the result of the operation
add
- 两个小于1000000的整数的相加,正确输入并正确输出结果-Two less than 1000000 integer of the sum, the correct input and output properly
map
- 使用百度地图的一个实例,想调用百度地图api的同志可以看下-Baidu map an instance
MATLAB-wavelet-denoising
- 基于MATLAB的小波去噪程序,对初学者较有用-Based on MATLAB wavelet denoising procedures, more useful for beginners
max_function
- 通过运用遗传算法,来解决非线性函数的最大值求解的问题-Through the use of genetic algorithms to solve the nonlinear function of the maximum problem solving
acm
- ACM国际大学生编程大赛字符串处理的题目 程序名称:ZUJ1014 题目:Operand-Topics program name string ACM International Collegiate Programming Contest deal: ZUJ1014 topics: Operand
34
- 用链式存储结构实现对一个班级学生信息管理。设计程序求出每个人的平均成绩并按平均成绩由高到底排序后输出学生记录。-Realization of a class of chain store student information management structure. Designer calculated according to each person' s grade point average grade point average high in the end after t
msp430f149-serial-baud-rate
- msp430f149串口波特率计算程序,可以用来正确计算串口波特率设置参数,同时也可以用于自动设置串口波特率-msp430f149 serial baud rate
StackStudy
- 学习数据结构时的链栈源代码,简单的入栈出栈-Data Structure link stack stack stack
knapsack-problem
- 背包问题即给定一组物品,每种物品都有自己的重量和价格,在限定的总重量内,我们如何选择,才能使得物品的总价格最高。-A hybrid algorithm combining ant colony system with multi-choice Knapsack problem was proposed.