-
bp_tri
用matlab语言编写的BP网络,实现了将数字0-9转为二进制的功能(Matlab language with the BP network achieved the numbers 0-9 into the binary function)
- 2010-06-15 20:11:03下载
- 积分:1
-
ecgFilters
filters signals EKG to detect qrs complex
- 2009-12-04 08:33:27下载
- 积分:1
-
AdvancedPIDControl
说明: 先进PID控制及其MATLAB仿真
1、所有仿真程序按章归类,光盘中的程序名与书中一一对应。
2、将光盘中的仿真程序拷入硬盘MATLAB运行的路径中,便可仿真运行。
3、本书仿真程序在MATLAB 5.3版下运行成功,并适用于其他版本。
(Advanced PID Control and MATLAB Simulation
1, all the simulation procedures are classified by chapter, the program name CD-one correspondence with the book.
2, CD-ROM drive copyed MATLAB simulation program running path, simulation can be run.
3, the book version of simulation program in MATLAB 5.3 running successfully, and apply to other versions.)
- 2010-04-26 14:43:22下载
- 积分:1
-
60a
DESIGN CONSTRUCTION AND WORKING OF DC MOTOR
- 2013-11-18 23:25:12下载
- 积分:1
-
HomeRes
家庭理财统计!可以在一定的时间一定的消费类型消费人员金额等等的统计!(Family financial management and Statistics! At a certain time a certain amount of the consumption type of consumption, personnel statistics, etc.!)
- 2010-01-16 22:24:58下载
- 积分:1
-
DebyeCoated
Debye级数展开模型计算双层球形粒子散射角——散射光强曲线:
1. RB1.m 计算第一类Ricatti-Bessel函数的函数
2.RB2.m 计算第二类Ricatti-Bessel函数的函数
3. Alegendr.m 计算角函数 和 的函数
4. MieCoeff.m 计算米尔系数的函数
5. Amp.m 计算散射光复振幅的函数
6. DebyeIntensity.m Debye级数展开模型画包覆粒子散射角-光强图
(Debye series expansion model double spherical particle scattering angle- scattering intensity curve: 1. RB1.m calculated first class Ricatti-Bessel function of the function 2. RB2.m calculate the second category Ricatti-Bessel function of the function 3. Alegendr.m computing angle functions and function 4. MieCoeff.m Mill coefficient calculation function 5. Amp.m calculate the scattering amplitude recovery function 6. DebyeIntensity.m Debye series expansion model painted coated particle scattering angle- light intensity diagram)
- 2013-10-05 15:07:23下载
- 积分:1
-
slp_sqp
structural optimization algortims
- 2020-10-15 10:17:29下载
- 积分:1
-
RBF
径向基函数 (Radial Basis Function 简称 RBF),最常用的径向基函数是高斯核函数(RBF(Radial Basis Function))
- 2017-09-18 21:17:30下载
- 积分:1
-
001
图象处理:计算连通域的面积、周长、圆形度、矩形度以及长宽比(Image processing: computing connected domain area, perimeter, roundness, and aspect ratio rectangular degree)
- 2010-07-07 11:13:34下载
- 积分: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