-
greedy_method
贪婪算法,分别考虑按单位价值,按目标函数,按容量的排序,思路清楚。(Greedy algorithm, to consider the value per unit, according to the objective function, according to the capacity of the sort of thinking clearly.)
- 2011-08-21 23:16:04下载
- 积分:1
-
antcolony
vrp code with ant colony in matlab
- 2014-08-22 03:37:01下载
- 积分:1
-
Image-Encryption-and-Decrypption-using-Bitplanes
Image encryption using bitplanes, first image decomposed into their bitplanes,some key image applied for encryption,it will be decrypted if and only if exact key used.
- 2014-11-28 23:48:22下载
- 积分:1
-
Knn.m
KNN Classification Code Matlab
- 2011-12-09 01:13:59下载
- 积分:1
-
flexiblesdadc
flexible sigma delta adc
- 2012-11-28 15:09:44下载
- 积分:1
-
vectoriel
this is a matlab file that contains a simulink simulation of a vctor control using simulink blocs of matlab
- 2014-12-31 22:03:27下载
- 积分:1
-
Enterprise-Cloud-Computing_-Technology--Architect
Enterprise Cloud Computing_ Technology, Architecture, Applications
- 2015-03-19 18:13:26下载
- 积分: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
-
boderesp
where M is a model object (IDMODEL, IDPOLY, IDSS, IDFRD, or IDGREY).
MAG is the magnitude of the response and PHASE is the phase (in degrees).
W is the vector of frequencies for which the response is computed. These
can be specified by [MAG,PHASE,W] = BODERESP(M,W). The frequency unit is
angular frequency (rad/s or rad/M.TimeUnit).
Only frequencies up to the Nyquist frequency are considered.
- 2015-02-13 17:25:54下载
- 积分:1
-
5
说明: this module shows how well the various wavelet filters perform in practice
- 2009-10-24 17:32:25下载
- 积分:1