资源列表
IIRlow1
- 用双线性变换法设计IIR滤波器滤除噪声,用户可根据自己需求改变参数以满足自己所需性能。-Bilinear transform design IIR filter to filter out the noise, the user can change the parameters according to their own needs to meet the required performance.
sucai
- 提供一些打地鼠的素材。 提供一些打地鼠的素材-Provide some material Gophers. Provide some material Gophers. Gophers material
XML-VC6.0
- 用VC6.0解析XML文本,适合于初级学员-VC6.0 parse XML text suitable for primary students
test
- 易语言access 载质量高而且本站没有的源码-The easy language access upload high quality source code and website
TREEDEMO
- 用C++写的折叠控件,很好看,很实用,适合于初级学员-Folding controls with C++ written, very nice, very practical, suitable for primary students
svpwm12345
- SVPWM的算法,用MATLAB生成一个两电平的逆变器的仿真算法-SVPWM algorithm to generate a two-level inverter simulation algorithm using MATLAB
exp1
- C++小学期第一次小作业,实现商品排序增加删除功能的小程序。-C++ primary school period, the first small operations, increased commodity Sort delete function procedures.
exp23
- 1.设计一个类CRectanglea.a.该类重的私有成员变量存放Rectangle的左下角x,y和它的长(int)、宽(int),并且长、宽的默认值都是10。b.通过函数设置其长和宽,并确保长和宽在(0,50)范围之内c. 定义求它的周长的函数Perimeter。 并在此基础上实现Move、Size、Area、Getx、Gety函数。-1. Design a class CRectanglea.a. Weight of such private member variables store
tongxunlu
- 一个简单的C编程 同学通讯录,附有文件,结构体,指针,链表综合应用-A simple C programming students address book, with file structure, pointers, linked lists integrated application
exp45
- 设计一个图书馆馆藏系统,设计所有馆藏条目的基类为:classItemBase。实现用m_AllItemsCount对所有馆藏条目(item)进行计数的功能,并添加函数GetCount ()返回m_AllItemsCount的值;在ItemBase类中添加成员函数Getm_status()来返回m_status设计ItemBase类的公有继承类Book(书)和Media(电子资源),在Book类中添加私有变量m_ISBN(string类型),在Media类中添加私有变量m_Source(strin
exp6
- 学习利用虚函数实现动态多态性。对实验四、五的所有类(Thesis类除外)实现ToString函数,返回类名。设计一个函数GetType返回其中任何一个类的对象的类名(注意不允许重载GetTpye,也就是说GetType只能有一个定义-Learning using virtual functions to implement dynamic polymorphism. Experiment four, five (Thesis except) ToString function returns t
exp7
- 设计一个函数模板IsEqual,比较实验四、五涉及到的五种类的对象是否相等,定义如果两个对象的m_ID相等,那么它们就相等。 设计一个链表的类模板,只用实现插入(bool LinkedList::InsertAt(Node *p, int index))和删除(bool LinkedList::DeleteAt(int index))两种操作即可。如果插入时index大于链表的长度则将新节点接到链表的末尾,如果删除时index大于链表的长度则删除最末尾的节点,index从0开始计数-Desi