搜索资源列表
ART(2) Source Code
- 各种神经网络C源代码。包括: CPN、BPN、ART1、ART2。-various neural network C source code. Include : CPN, 7.82, ART1, ART2.
实验7-线形拟合
- 1、掌握MATLAB优化工具箱的基本用法,对不同算法进行初步分析、比较。 2、练习实际问题的非线性最小二乘拟合。-1.Understand the basic usage of Matlab optimization tool box. Analize and Compare different algorithms. 2. Practise nonliear minimum second order fitting using practical problems.
小波分析理论与Matlab 7实现
- 小波分析理论与Matlab 7实现 添加了2次提升的小波程序 详细介绍了7的新功能-Theoty of Wavelet And Implement of Matlab 7 appended procedures of two-lever-wavelets ,and introduced the new function of matlab 7
libsvm-mat-2.81
- CJ.Lin的著名软件:LibSVM,实现的是SVM分类、回归的快速算法。在Matlab 7.0环境下直接调用。-CJ.Lin the leading software : LibSVM achieve the SVM classification algorithm for the rapid return. Matlab 7.0 environment directly call.
C1
- 实现功能: 1)具备整型数据、浮点型数据的算术(加、减、乘、除)运算功能。 依次输入第一个运算数、运算符(+,-,*,/),第二个运算数,然后输出结果。 结果可以作为下一个运算的第一运算数。按‘C’清屏,按‘X’退出。 例如:输入:2 + 5 输出:7 2)实现单运算符表达式计算的功能。 输入的操作数可以包含整数或浮点数。如果遇到错误的表达式,应输出错误提示信息。 输入表达式如下: 例如:输入:2+5 输出:7
pl0(2)
- 对PL0原编译器进行了以下的扩充:1.增加以下保留字else(elsesym), for(forsym),to(tosym),downto(downtosym),return(returnsym),[(lmparen),](rmparen) 2.增加了以下的运算符:+=(eplus),-=(eminus),++(dplus),--(dminus) 取址运算符&(radsym),指向运算符@(padsym) 3.修改单词:修改不等号#为<> 4.扩充语句:(1)增加了e
~7Book_MATLAB+simulink
- 电子通信系统的建模与仿真 第7章 通信系统差错控制仿真 7.1 缩短卷积码 7.2 有缩短卷积码加交织的差错控制系统研究 7.3 自适应均衡系统(LMS算法) 7.4 迭代译码的级联卷积码
Matlab_GUI
- 第七章 GUIDE入门 7.1 概述 7.2 图形句柄入门 7.3 GUIDE工具入门 7.4 创建图形用户界面外观 7.5 图形用户界面编程 7.6 常用的图形界面函数 7.7 本章小结
数据结构的C++描述
- 目 录 译者序 前言 第一部分 预备知识 第1章 C++程序设计 1 1.1 引言 1 1.2 函数与参数 2 1.2.1 传值参数 2 1.2.2 模板函数 3 1.2.3 引用参数 3 1.2.4 常量引用参数 4 1.2.5 返回值 4 1.2.6 递归函数 5 1.3 动态存储分配
cPP 约瑟夫问题
- 1、约瑟夫问题的一种描述是:编号为1,2,3——,n的n个人按顺时针方向围坐一圈, 每个人持有一个密码(正整数)。一开始任选一个正整数作为报数上线值m,从第一 开始按顺时针方向报数,报到m时停止报数。报m的人出列,将他的密码作为新 的 m值,从他在顺时针方向上的下一个人重新开始从1报数,如此下去,直至所有人 全部出列。 2、程序运行后,首先要求用户指定初始报数上限值,然后读取个人的密码。可设n≤30。 3、测试数据:m=20;n=7;密码一次为:3,1
Datastruct_C 实现顺序表的就地逆置
- Descr iption 试写一算法,实现顺序表的就地逆置,即利用原表的存储空间将线性表(a1,a2,…..an),逆置为( an,an-1, …….a2,a1)。 Input 输入长度n 接下来是n个数 Output 操作后的序列。 Sample Input 7 2 4 1 7 5 3 6 Sample Output 6 3 5 7 1 4
Field_II_PC7 Matlab FieldII for windows.版本7.2
- Matlab FieldII for windows.版本7.2-Windows that runs Matlab 7.10, 32 and 64 bits Field_II_PC7.zip
ReBEL-0.2.7
- 给出了kf ekf ukf upf的matlab源程序,通过用户自己修改可以方便的实现各种系统辨识。-Given kf ekf ukf upf the matlab source code through the user' s own can be easily modified to achieve a variety of system identification.
balance_car2009.7.20
- 两轮自平衡车程序,包括卡尔曼算法和PID算法,初步实现。-2 Since the balance of vehicles, including the Kalman algorithm and PID algorithm, basically.
2
- 《MATLAB 7.0 从入门到精通》一书的完整光盘源代码。-" MATLAB 7.0 from the entry to the master" of a book on CD-ROM source code integrity.
SSMULT-2.0.1.tar
- 实现两个稀疏矩阵相乘(效率高于早期的Matlab自带的程序),Matlab编程 -SSMULT is a simple stand-alone MATLAB mexFunction that computes C=A*B where both A and B are sparse. It is typically faster and always uses less memory than C=A*B in MATLAB 7.4 (or earlier). Works on MATLAB
ALGO7-2
- Simpson Rule Algo7-2.c C program for implementing Algorithm 7.2 Algorithm translated to C by: Dr. Norman Fahrer IBM and Macintosh verification by: Daniel Mathews NUMERICAL METHODS: C Programs, (c) John H. Mathews 1995 To accompany
MATLAB-7.0-Mastering
- MATLAB+7.0从入门到精通-D0613075,里面有2-15章所有的程序。-MATLAB+7.0 Mastering,including 2-15 Chapter program
ReBEL-0.2.7
- 包括kf,ekf,pf,upf可以自己定制模型参数,完成滤波-ReBEL currently contains most of the following functional units which can be used for state-, parameter- and joint-estimation: Kalman filter Extended Kalman filter Sigma-Point Kalman filters (SPKF) Unscented
SHUZHIFENXI_(7-2)CHAPTER2
- 数值分析_(7-2)第2章__一元线性方程的解法.ppt-Numerical analysis _ (7-2) Chapter 2 Solution __ a linear equation. Ppt