-
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
-
hunhebiancheng_123
matlab与CC++混合编程程序,可以参考下,适合初学者(matlab and C C++ mixed programming program, you can refer to, for beginners)
- 2013-07-12 12:27:54下载
- 积分:1
-
15
说明: 15个可以用于路径规划经典算法研究与总结合集。(15 can be used for path planning the classic algorithm research and summarize Collection.)
- 2013-04-22 15:22:48下载
- 积分:1
-
CART
matlab中cart决策树源代码,用于数据的分类和预测。(source code in matlab cart decision tree for data classification and prediction.)
- 2013-10-28 15:08:58下载
- 积分:1
-
rcs
实现两个确定平面夹角的最佳衍射的角度确定(Determination of the optimum diffraction angle for two angles of plane determination)
- 2017-10-16 12:08:32下载
- 积分:1
-
pipe
Stuff. This is only to become a uploading member to start working on a Chinese language system for my programs. I will upload soon.
- 2014-10-02 01:51:22下载
- 积分:1
-
main
禁忌搜索算法解决0/1整数规划NP难问题(Tabu Search Algorithm for 0/1 integer programming problem NP hard)
- 2011-01-10 10:43:56下载
- 积分:1
-
S3C2416-manual---Chinese
S3C2416芯片手册-中文不完整版
S3C2416 chip manual - incomplete in Chinese version(S3C2416 chip manual- incomplete in Chinese version)
- 2014-08-28 10:54:27下载
- 积分:1
-
VCCallMatlab
使用VisualStudio2008开发的VC调用matlab的示例小程序。matlab具有较强的数据运算能力,而VC可以提供一个较好的界面,因此把两者结合起来进行混合编程。本代码提供一个较好的显示。(VC call matlab using VisualStudio2008 developed sample applet. matlab has a strong computing power, the VC can provide a better interface, so to combine the two mixed programming. This code provides a better display.)
- 2013-05-05 16:53:08下载
- 积分:1
-
lssvm
lssvm All plotting is done with this simple command. It looks for the best way of displaying the result
- 2017-07-06 11:19:56下载
- 积分:1