-
code
A little FAT32 Parser with some fuctions.
- 2014-01-31 14:56:02下载
- 积分:1
-
rs_encode
RS码编码的源代码,直接复制出来粘贴在新建工程即可用(RS coding source code, paste copied directly out ready for use in new construction)
- 2013-11-15 10:05:25下载
- 积分:1
-
MATLAB-7.0User-Guide2-
Matlab的编程指南(下册),常用的Matlab入门教程,比较详细非常好用的哈!(Matlab programming guide, commonly used Matlab Tutorial, detail very easy to use Ha!)
- 2012-02-15 09:57:20下载
- 积分:1
-
MC4__5zipa
用matlab语言写的CC4.5算法,用于模式分类
(CC4.5 algorithm written in matlab language for pattern classification)
- 2012-07-19 21:03:18下载
- 积分:1
-
Prony
this file is basic prony method algorithm
- 2012-10-09 22:08:06下载
- 积分:1
-
shibie
识别眼部,均值滤波,二值化后,分割出眼部(Identification of the eye, mean filtering, thresholding, the segmented eye)
- 2010-09-18 10:47:25下载
- 积分:1
-
MATLABmusic3
matlab演奏《最炫民族风》音乐的程序代码3(matlab music code3)
- 2012-08-11 15:52:14下载
- 积分:1
-
FEC_hardware
2/3 FEC编码的另一种方法,即采用模拟硬件移位寄存器的方式,速度比较快。(2/3 FEC coding Another method that simulated the hardware shift register, a relatively rapid pace.)
- 2006-12-11 13:22:17下载
- 积分:1
-
eigen-eigen-6e7488e20373.tar
国外的一个用C实现的类似matlab数学库,功能貌似很强大,很多功能已经有源码了,喜欢C语言的人有福了。(Foreign matlab math library in C, the function looks like a very powerful, many functions have been source of the Blessed are those who like the C language.)
- 2012-06-06 22:23:02下载
- 积分: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