-
POS-code
粒子群算法的具体代码,简单易行非常好用,放在word中,复制出来可直接使用(PSO algorithm specific code is very simple to use, on the word, copy it can be used directly)
- 2015-04-09 17:43:58下载
- 积分:1
-
zcgzxl
最长公共子序列的 c代码,可以直接运行获得结果。(C code for the longest common subsequence can be run directly.)
- 2013-12-04 16:13:33下载
- 积分:1
-
caltime
遗传算法解决作业车间调度问题,,这一M文件计算工序的加工顺序与加工时间(Genetic algorithms to solve the job shop scheduling problem,, the M-file to calculate the value of the objective function.)
- 2015-04-15 15:30:03下载
- 积分:1
-
GZipPacker
Pack files automatically with GZip
- 2015-04-02 00:36:29下载
- 积分:1
-
emd_blx
这是一种包络线的实例特殊情况emd_blX(This is an example of envelope special circumstances emd_blx)
- 2009-09-21 10:37:39下载
- 积分:1
-
czt
czt函数的c语言实现。matlab中czt函数的c语言实现(c language czt function implementation. c language matlab function in the realization czt)
- 2020-11-19 17:59:37下载
- 积分:1
-
software-for--Astrodynamics
非常有用的卫星轨道参数计算模块,很方便进行轨道特性分析。(This is a very useful toolbox for satellite s trajectory parameter computation )
- 2014-02-18 13:47:24下载
- 积分:1
-
filter
实现Gabor滤波的源代码,包括C++、matlab源程序,Gabor提取图像特征原理及其matlab实现。(Gabor filtering source code, including C + +, matlab source code, Gabor extract image features principle matlab.)
- 2012-10-30 11:19:41下载
- 积分:1
-
Fuzzy-Logic-and-Backstepping
利用非线性控制完成光伏并网逆变器的设计,设计中采用模糊控制和反步法,介绍很好。(Using nonlinear control to complete the design of the photovoltaic (pv) grid inverter, adopted in the design of advanced reverse moves, the introduction is very good.)
- 2013-12-03 23:21:13下载
- 积分: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