-
ICACode
这些是一些matlab代码对应书籍Imperialist Competitive Algorithm (ICA)" 的。(These files are the MATLAB code for "Imperialist Competitive Algorithm (ICA)" which in some papers is referred by "Colonial Competitive Algorithm CCA".)
- 2009-12-12 20:52:04下载
- 积分:1
-
wiena
分析了维纳滤波器均方误差及滤波性能与阶数和噪声方差之间的关系(Analysis of the Wiener filter and the filter mean square error performance and the order and the relationship between noise variance)
- 2010-12-06 11:07:51下载
- 积分:1
-
Lave1
#include <iostream>
#include <stdlib.h>
#include <string.h>
using namespace std
const kl = 4, kzs = 2, m = 6, n = 4, Error = 5
char *K[kl] = {{"01"},{"bB"},{"23456789ACDEFacdef"},{"hH"}}
int A[m][n] = {{1,2,2,5}, {1,3,2,4},{2,2,2,4},{2,2,2,4},{5,5,5,5},{5,5,5,5}},
- 2010-01-20 23:55:27下载
- 积分:1
-
Lagrange1
说明: 已知n个自变量锁对应的函数值,可用该代码求出Lagrange唯一一个n阶差值多项式。(N independent variables are known to lock the corresponding function value, the code can be obtained only n-order differential Lagrange polynomial.)
- 2011-03-18 21:06:24下载
- 积分:1
-
matlab_getstart
Matlab 学习资料 PDF MATLAB是MATrix LABoratory的缩写,是一款由美国MathWorks公司出品的商业数学软件。MATLAB是一种用于算法开发、数据可视化、数据分析以及数值计算的高级技术计算语言和交互式环境。除了矩阵运算、绘制函数/数据图像等常用功能外,MATLAB还可以用来创建用户界面及与调用其它语言(包括C,C++和FORTRAN)编写的程序。(Matlab language tutoria MATLAB (matrix laboratory) is a numerical computing environment and fourth-generation programming language. Developed by MathWorks, MATLAB allows matrix manipulations, plotting of functions and data, implementation of algorithms, creation of user interfaces, and interfacing with programs written in other languages, including C, C++, Java, and Fortran.)
- 2011-04-26 12:22:28下载
- 积分:1
-
Ajia03113
2011年全国大学生数学建模山东省二等奖论文作品(2011 National Undergraduate Mathematical Modeling of Shandong province two prize paper works)
- 2012-05-01 10:35:16下载
- 积分:1
-
ee
说明: 这是我的本科毕业论文,使用matlab对信号连续进行仿真(信号连续进行仿真)
- 2010-12-12 10:51:45下载
- 积分:1
-
notebook
matlab开发的记事本程序,能够实现简单的文本编辑工作(Notepad matlab development process to achieve a simple text editor)
- 2010-05-13 10:06:32下载
- 积分:1
-
Block-Diagram-reciver
ds cdma matlab reciever
- 2012-05-18 23:17:14下载
- 积分:1
-
Laba_0
#include "comparer.h"
#include <iostream>
using namespace std
int Comparer::compareByName(Student& s1,Student& s2)
{
return strcmp(s1.m_szName,s2.m_szName)
}
int Comparer::compareBySurname(Student& s1,Student& s2)
{
return strcmp(s1.m_szSurname,s2.m_szSurname)
}
int Comparer::compareByGroup(Student& s1,Student& s2)
{
- 2010-01-21 00:05:09下载
- 积分:1