资源列表
xiong1
- 关于卡尔曼滤波方程的matlab的实现,是关于标量的,关于阻尼振动的实现程序,关于振动合成的程序,关于滤波的程序实现,关于光干涉程序实现,关于等位线-Kalman filter equations on the Matlab the realization of scalar, the vibration damper on the procedures, on the procedures for the synthesis of vibration on the filtering prog
USBHIDIO
- HIDVB主要使用功能原來的使用程式假如需要做一些變化的功能欲可使用此程式
joseph
- 题目:约瑟夫环问题 一.问题描述 设有n个人围做一圈,现从某个人开始报数,数到m的人出列,接着从出列的下一个人开始重新报数,数到m的人又出列,如此下去,直到所有人都出列为止。试设计确定他们的出列次序序列的程序。
continous-to-discrete
- matlab 程序,比较不同的离散设计方法-the matlab program compare different discrete design method
crankaa
- 一种凸轮曲线,由凸轮已知参数,编出程序,产生凸轮曲线-One kind of cam, the cam known parameters, compile the program, resulting in cam
oneX
- unpload for download
IO-BEEP
- 用I/O口控制蜂鸣器的简单C原码,大家可以下载下来参考,程序简单,易实现。-using I / O population control buzzer sounded simple original C code, you can download the reference procedures are simple and easy to achieve.
HuibianProcess.rar
- 已知数组A包含15个互不相等的整数,数组B包含20个互不相等的整数。试编制一程序把既在A中又在B中出现的整数存放于数组C中。 进一步要求数组A和数组B中的数据用键盘输入,且数据个数不定(最大个数受限制)。,Known to the array A contains 15 mutually exclusive, such as integer, array B contains 20 separate integer and so on. Try to develop a procedure i
1
- asp.net 实现“九连环”小游戏呵呵,培训时老师讲的简单例子,自己作了一下,可以运行。-asp.net achieve " nine comic" Little Game
Lab2
- Filtrado en el dominio espacial
5
- (1)设计Person类,要求具有用于表示姓名的保护数据成员:string szName; 实现信息打印的公有成员函数:void Print()。其中,Print函数设计为虚函数,输出的信息格式为:“Person 姓名”。 (2)从Person类派生Student类,添加用于表示学号的保护数据成员:int iNumber;重定义用于信息打印的公有成员函数:void Print()。其中,Print函数输出的信息格式为:“Student 姓名 学号”。 (3)从 Perso
template.cpp
- an example c++ source code on how template is used