-
mfiles
sart ct reconstruction using sart. just for simulation. the file type is .7z
- 2009-06-26 19:56:58下载
- 积分:1
-
matpower
Matpower的中文手册。MATPOWER 是一个基于matlab m 文件的组建包,用来解决电力潮流和优化潮流的问
题(Matpower Chinese Manual。MATPOWER is a package of Matlab m-files for solving power flow and optimal power flow problems)
- 2010-01-27 01:46:49下载
- 积分:1
-
63535310S4M
本程序先生成一个“Blocks”信号,然后加上高斯白噪声,再用 db3 小波进行分解,(The Mr. Cheng Xu as a " Blocks" signal, and then add white Gaussian noise, and then ' db3' wavelet decomposed)
- 2010-06-01 23:26:26下载
- 积分:1
-
Heibai
黑白棋,又叫反棋(Reversi)、奥赛罗棋(Othello)、苹果棋或翻转棋。黑白棋在西方和日本很流行。游戏通过相互翻转对方的棋子,最后以棋盘上谁的棋子多来判断胜负。它的游戏规则简单,因此上手很容易,但是它的变化又非常复杂。有一种说法是:只需要几分钟学会它,却需要一生的时间去精通它。 本程序由matlab开发,作者为realghost,如果要转载,请保留此信息。(Reversi, also known as anti-chess (Reversi), Othello (Othello), flipped Apple chess or chess. Othello is very popular in the West and Japan. Flip through each other' s game pieces with each other, and finally to the board to determine who is more than a pawn in the outcome. Its rules of the game is simple, so it is easy to get started, but it changes and very complex. There is a saying: It takes only minutes to learn, it takes a lifetime to be proficient in it. The program developed by matlab, author realghost, if you want to reprint, please retain this information.)
- 2014-10-29 00:14:59下载
- 积分:1
-
KASAMI-matlab-code
KASAMI CODE USED FOR SPREAD SPECTRUM COMMUNICATION DESIGNED USING MAT LAB CODE
- 2013-05-15 21:47:05下载
- 积分:1
-
传统滑模观测器simulink模型
传统滑模观测器simulink模型,控制函数参数需要自己整定。(
Traditional sliding mode observer Simulink model, control function parameters need to set their own.
)
- 2016-07-25 10:53:59下载
- 积分:1
-
InitSwarm
由粒子群算法寻优,标准粒子群算法的实现,可实现标准全局版粒子群算法的单步更新位置速度的功能(The particle swarm optimization algorithm by, the standard particle swarm algorithm implemented
)
- 2012-03-21 16:52:27下载
- 积分:1
-
ImplementingClassConstantFilter
Implementing Class Constant Filter Source Code for Andriod.
- 2013-12-16 16:13:14下载
- 积分:1
-
Project1
Encode/decode to ldpc-blockcode
- 2009-11-25 15:20:40下载
- 积分:1
-
fenzhi
#include <iostream.h>
int main()
{
int i(0),sum(0)
while (i<=100)
{
sum=sum+i
++i
}cout<<"sum="<<sum<<endl
return 0;
}
- 2009-12-11 22:03:44下载
- 积分:1