-
DimEditCtrlDemo
一种具有提示功能的文本框,可以根据实际使用进行重新,具有很好的参考价值(A text box with prompts that can be re-based on actual use, a good reference value)
- 2013-12-11 23:21:15下载
- 积分:1
-
[MATLAB
《MATLAB统计分析与应用:40个案例分析》程序与数据(" MATLAB statistical analysis and applications: 40 Case Studies" program and data)
- 2015-03-14 10:23:00下载
- 积分:1
-
grayscaltransform
说明: 一个简单的色彩迁移程序,可以顺利的实现对灰度图像的上色,程序编译通过,有较好的效果(a simple relocation process color, the smooth realization of the right color to grayscale images, compiler, better results)
- 2006-02-28 09:56:04下载
- 积分:1
-
GAfun
遗传算法在函数中的应用,它包括编码、交叉、变异、选择等详细的编程,对学习遗传算法很有帮助。(Genetic Algorithms in a function application, which includes coding, crossover and mutation, select details such as programming, genetic algorithm is useful for learning.)
- 2009-12-26 14:55:00下载
- 积分:1
-
Kalman-filtering
kalman滤波方面的书籍,是一本经典的书籍。详细讲述了各种方法及组合滤波方法(kalman filter books, is a classic book. Detail the various methods and composition of the filter)
- 2010-12-23 19:47:24下载
- 积分:1
-
EQCtl
说明: 使用软件的实现EQ均衡器算法,可以调节多段EQ(The realization of the use of software EQ EQ algorithm can adjust the multi-segment EQ)
- 2008-10-16 10:38:02下载
- 积分:1
-
RadarDataShow
这是有关综合实例——雷达工程数据的可视化与处理(This is the comprehensive example, the radar engineering data visualization and processing)
- 2012-04-27 14:43:43下载
- 积分:1
-
OSTU
是自适应阈值的分割,主要对图像用matlab进行分割图像,确定图像想要的东西(Adaptive segmentation threshold, the main image to image segmentation using matlab, determine what image you want)
- 2014-01-05 18:13:18下载
- 积分:1
-
zhongxinjixian
中心极限定理的验证,三种独立分布具有同样的均值与方差,大量叠加后分布趋于正态(Central limit theorem verification, three kinds of independent distribution has the same mean and variance, a large number of superimposed normal after the distribution tends)
- 2009-12-02 15:53:07下载
- 积分: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