-
MATLABvc
一个简单的matlab通讯的小程序,希望对大家有帮助了(A simple sort of small procedures in the hope we have helped
)
- 2010-11-10 16:17:07下载
- 积分:1
-
pierleetime
时间片轮转法实现处理器调度的程序.^-^(time slice Web Method processor scheduling procedures .^-^)
- 2006-12-04 19:34:10下载
- 积分:1
-
Matcom
介绍如何使用matcom实现matlab和C++的混合编程,利用matcom将.m文件直接转成.cpp文件(matcom,matlab,c++)
- 2009-09-07 19:45:51下载
- 积分:1
-
hurong
用巴特沃斯方法和切比雪夫方法做的数字带通滤波器(Bandpass filter using the method of Butterworth and cut the number of Chebyshev method
)
- 2012-03-21 14:59:22下载
- 积分:1
-
CashCode.Net.Source
CashCode protocol Visual Studio
- 2014-10-28 07:34:14下载
- 积分:1
-
KsQuantile
利用正态分布和核密度估计计算分位数。包括正态分布分位数函数、核估计概率密度函数、核估计累计分布概率函数、核估计计算分位数函数。(Normal and kernel density estimation using sub-digit calculation. Including the normal quantile function, kernel estimate probability density function, cumulative distribution probability function kernel estimation, kernel estimate calculated quantile function.)
- 2010-12-02 09:19:09下载
- 积分:1
-
VistaRenderer3
This article demonstrates how to use the WindowsVistaRenderer and how it was created.
Background
- 2007-11-22 15:08:42下载
- 积分:1
-
DarkShells
gho0st rat sm elta for test only
- 2015-03-15 11:38:18下载
- 积分:1
-
Boltzman
说明: 用matlab实现的神经网络Hopfield网络算法,初步编写,欢迎指正(nertural network)
- 2010-03-30 11:01: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