-
xt1-5
自动叠加,很好用的,哈哈,费了老大的劲搞的啊!!!!!(Automatic stacking
)
- 2011-11-26 00:34:01下载
- 积分:1
-
Kruskal
matlab数学建模 最小生成树算法 Kruskal算法(mathematical modeling matlab)
- 2011-07-20 16:43:08下载
- 积分:1
-
Matlab_Image_Processing
制作按钮。在SDK平台下运行,任意制作按钮,非长好用的(Production button. Run in the platform SDK, arbitrary production button, non-long-to-use)
- 2008-05-08 11:05:09下载
- 积分:1
-
半不变量法概率潮流计算 CMPPF IEEE34
实现半不变量法概率潮流计算,并与蒙特卡洛模拟法作比较(Probabilistic power flow based on cumulants, compared with monte-carlo simulink method)
- 2021-05-09 17:58:35下载
- 积分:1
-
11
说明: Matlab教程第11章,编成与案例教学(Matlab Guide Chapter 11, compiled and Case Teaching)
- 2013-07-20 19:57:58下载
- 积分:1
-
ACE-Tutoris
Adaptive Communication Environment
- 2012-10-16 14:35:30下载
- 积分:1
-
Search_DFT
Filtros Ma t lab trae varios filtros para series de tiempo
- 2013-09-24 08:00:15下载
- 积分:1
-
part_developer
doccument for part deverloper
- 2014-12-09 11:57:55下载
- 积分:1
-
check_valve_motion
排氣閥門的UDF,裏頭有寫著在如何的壓力底下排氣閥門會開啟,當壓力未達到時排氣閥門將會關閉(Exhaust valve UDF, inside there that says how the pressure beneath the exhaust valve opens when the pressure does not reach the exhaust valve will be closed)
- 2014-11-26 15:25:42下载
- 积分: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