资源列表
RLSAdptiveFilter
- 采用递归的最小二乘算法的自适应滤波器,比LMS算法具有较好的收敛特性和跟踪性能。-Using the recursive least squares algorithm for adaptive filter, LMS algorithm has better than the convergence characteristics and tracking performance.
ym_c-xiaoshou-char
- 纯C语言编写的手机销售系统,控制台程序,北京邮电学院长沙分院的刘位编写的。用纯C能写出这个小程序,很佩服作者,为大家提供了这么一个学习范例代码,希望研究C的朋友好好研究一番。-Pure C language written in mobile phone sales system, the console program, Beijing University of Posts and Changsha Branch Liu bit prepared. Pure C can write this
ssmi.rar
- 读取微波遥感数据的matlab程序代码,可以在5.0以上的matlab中运行,a matlab code to open ssmi files
ConsoleTrial
- it is a console trail in java
data-collection
- 用C编写的油井设备数据采集系统,方便对设备数据进行分析管理-Oil well equipment data acquisition system written in C, to facilitate the analysis of equipment data management
Touch-Panel
- Touch panel simulated test program
temperature_retrieval
- 用来进行温湿度反演的前期工作,标准大气吸收模型,权重函数,-temperature and humidity retrieval, standard atmospheric aabsorbtion model
RTL
- Booth radix2 MAC UNIT In verilog
T101_ph
- 平衡式101规约开发环境c++,CPU使用的是富士通MB90545系列芯片,具体功能是电力系统问答式规约-Balanced Development Environment Statute 101 c, CPU using the Fujitsu MB90545 series chip, the specific function of the power system of questions and answers Statute
MapConvert_9101
- 用来转换TSK Wafer Map使用. 根据模板MAP文件进而将每片WAFER生成新的MAP格式. -Used to convert Wafer Map TSK. Generate a new MAP format for each WAFER based on the template MAP file
Bonuscode
- 奖金发放代码夜半雨轻浅| 分类:C/C++| 浏览174次 //企业发放奖金根据利润提成。 //利润(r)低于或等于10万,奖金可提成10 , //利润高于10万,低于20万时,低于10万的部分按照10 提成,高于10万的部分,提成7.5 , //20万到40万之间时,高于20万的部分,提成5 , //40万到60万之间的部分,提成3 ,60万到100万之间时,高于60万的部分,提成1.5 , //高于100万时,超过100万的部分按1 提成。从键盘上输入当月利润r,求应发放奖金
Three-spline-interpolation-procedure
- 数值分析,多项式插值,三次样条插值程序,自然边界条件。-Three spline interpolation procedure.