-
onedimensionfdtd
This zip-file contains 7 codes which implement the 1 dimension programs from Sullivan´ s book for beginners, with some corrections.
- 2010-09-23 23:49:55下载
- 积分: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
-
永磁电机滑模观测器模型位置跟踪
说明: 一个永磁同步电动机的滑模观测器仿真模型,可以很好的实现位置跟踪与控制。(A simulation model of sliding mode observer for PMSM can realize position tracking and control well.)
- 2021-03-17 21:49:21下载
- 积分:1
-
LEE
LEE滤波算法,用于SAR的相干斑滤波,可以自由设定一些参数,见函数帮助。(LEE filtering algorithm)
- 2013-07-19 11:17:31下载
- 积分:1
-
xclcolor
自己写的一种颜色校正算法,想要校正什么颜色,请改变Rc/Gc/Bc后减去的值(A color correction algorithm to write their own, what you want to correct color, change the value of Rc/GC/BC after subtracting)
- 2013-04-17 19:48:18下载
- 积分:1
-
A-Comparative-Study-of-Metaheuristic-Methods-for-
A Comparative Study of Metaheuristic Methods for Transmission Network Expansion Planning
- 2014-02-03 15:43:16下载
- 积分:1
-
DSB_AM_P1
模拟通信系统中的DSB-AM仿真,利用其原理在理想环境相对其进行的仿真。(Simulation of Communication Systems Simulation DSB-AM, using the principle in the ideal environment relative to the simulation.)
- 2010-11-30 14:28:40下载
- 积分:1
-
ogwe
独立分量分析中的ogwe算法代码
matlab 格式
希望对大家有用(independent component analysis algorithm code of ogwe hope Matlab format useful for all)
- 2007-05-19 16:51:43下载
- 积分:1
-
mmc
This is an MMC model for matlab
- 2014-10-24 08:28:14下载
- 积分:1
-
GA-TSP
经典的基于GA遗传算法的路径规划问题的实现,能动态的实现所需功能,值得学习研究(The path planning problem of GA based on genetic algorithm classic, can realize the dynamic functions are required, it is worth learning research)
- 2013-10-04 11:01:00下载
- 积分:1