资源列表
calculator
- 由文件读入的计算器 支持优先级运算 希望对大家能有帮助-Read from the document into the calculator to support the priority operator would like to have everyone able to assist
vehicle
- 定义一个车(vehicle)基类,具有MaxSpeed,Weight等成员变量,Run,Stop等成员函数,由此派生出自行车(bicycle)类,汽车(motorcar)类。自行车(bicycle)类有高度(Height)等属性,汽车(motorcar)类有座位属性,从bicycle和motorcar类派生出摩托车(motorcycle)类,在继承过程中,注意把vehicle设置成为基类。如果不把vehicle设置为虚基类,会有什么问题?编程试试看。-The definition of a ca
4
- 模糊C聚类算法的实现,用matlab作为开发环境-FcM matlab
quxian
- 此为用LISP语言编辑的二次曲线的自动绘制-This is edited with the LISP language Automatic Drawing of conic
matlab
- LMS算法的自适应滤波器MATLAB仿真,路径设置为一个低通滤波器。-LMS adaptive filter algorithm MATLAB simulation, the path is set to a low-pass filter.
adder_4
- 详细介绍了四位加法器的verilog代码,还包括详细的testbench代码。-Details of the four adder verilog code, also includes detailed testbench code.
cao_m
- 计算相空间重构,能够直接输出嵌入维的cao程序,-Can be directly embedded dimension cao program output
median1363
- pku1363,1、题目简介: 给出一个数n,1~n的所有整数会以从小到大的顺序入栈,但出栈顺序不定,同时给出几组出栈的顺序,要求判断给出出栈顺序是否可能。 2、算法实现思想: 首先建立一系列的Stack操作,入push,pop,isEmpty,top,clear等 将要判断的出栈序列存储至一个数组map中。然后从最大的n开始到1进行循环压栈和出栈处理。从出栈序列map[]的尾部开始,进栈,不断寻找最大的出栈,次大的出栈...最后若栈空则为Yes,否则为No -pku136
DiamondPrint
- 菱形的打印,可扩展性强,方便,快捷,希望对你们有用-Diamond print, scalability, strong, convenient, fast and hope that is helpful for you
4_12primenumber
- 输入正整数i和n,由程序负责从i开始找起,连续找出n个素数并显示在屏幕上-Enter a positive integer i, n, the program is responsible From i started looking on, to find n consecutive primes and displayed on screen
MINU
- WINTC写的选择菜单小程序,子程序需要自己编写-failed to translate
1file
- c++读取文件,使用C++的cout和iostream来读取文件-C++ read file