-
libsvm-mat-2[2].89-3-GA
包含有粒子群和遗传算法寻优的代码,是非常好的支持向量机代码(libsvm and Ga and pso)
- 2010-01-03 20:28:24下载
- 积分:1
-
lesson7
说明: 初学者的良师益友,高手的真正体显。初学者的良师益友,高手的真正体显。(IT IS VERY GOOD.)
- 2010-04-19 16:40:22下载
- 积分:1
-
ldpc
ldpc码在AWGN信道下的性能仿真。包括geth.m,getG.m,H2G.m,decode.m,BER.m按传统的编码方案编码,生成H矩阵后转化为G矩阵,编码后送入高斯信道。仿真得到BER性能(ldpc codes in the AWGN channel performance simulation. Including geth.m, getG.m, H2G.m, decode.m, BER.m coded according to the traditional encoding scheme to generate H matrix is transformed into G matrix encoded into the Gaussian channel. Simulation, the BER performance)
- 2010-05-15 14:33:41下载
- 积分:1
-
sjd
三节点平面应力单元有限元分析,计算出了其节点力、位移和应力。(Three-node plane stress element finite element analysis to calculate the strength of its nodes, displacement and stress.)
- 2010-05-20 23:47:25下载
- 积分:1
-
GAUSS-and-QR
使用高斯列主元法和QR方法求解方程组,使用matlab编程.(Gaussian and QR column main element method for solving equations.)
- 2012-04-13 15:39:26下载
- 积分:1
-
matlab
关于matlab的一些建模方法等
非常实用的建模书籍(some model about matlab)
- 2011-12-30 20:41:54下载
- 积分:1
-
berj
To calculate the Bit Error Rate (BER)of AWGN channel for a given range of SNR in MATLAB
- 2015-03-20 22:07:25下载
- 积分:1
-
monituohuo_kmeans
利用模拟退火算法改进的kmeans算法,可以实现分类也可以用来分割,matlab版本(Improved simulated annealing algorithm kmeans algorithm can also be used to classify segmentation, matlab version)
- 2021-04-25 10:58:46下载
- 积分: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
-
rungekutta
说明: 用runge-kutta方法求解微分方程(Using runge-kutta method for solving differential equations)
- 2008-11-03 20:32:49下载
- 积分:1