-
matlab_algorithms
自适应程序matlab代码,有详细说明,很不错,适合初学者!(Adaptive procedure matlab code, a detailed description, it is good for beginners!)
- 2014-04-22 23:30:57下载
- 积分:1
-
CPPPPT
面向对象程序设计的优点表现在实现对现实世界客体的自然描述、可控制程序的复杂性、可增强程序的模块性、可提高程序的重用性和可改善程序的可维护性等方面。(The advantages of object-oriented program design performance in achieving a natural description of real world objects, and can control the complexity of the program, can enhance the module of the program, program would improve the reusability and maintainability can be improved, and so on.
)
- 2014-08-22 12:36:43下载
- 积分:1
-
matlab
matlab应用大全的整本书的源代码,可以用于初学者,也可以用于非初学者(Encyclopedia of the entire book matlab application source code.)
- 2013-08-23 15:21:48下载
- 积分: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
-
Demo
C++ 生成Code编码 流程检查等多功能实现 实际问题都 可以解决(if you want this please find)
- 2014-08-22 22:11:18下载
- 积分:1
-
TMA1
抛物线拟合算法实现代码,已经通过测试可指直接运行(Parabola fitting algorithm code, has passed the tests can be run directly refers to)
- 2013-09-25 12:33:44下载
- 积分:1
-
Music_format_conversion_ource_program
音乐格式转换源码程序Music format conversion source program(Music format conversion source program Music format conversion source program)
- 2010-08-05 04:01:30下载
- 积分:1
-
2DMaxima
在二维空间里有两个点A=(X1,Y1)和B=(X2,Y2),如果X1>X2并且Y1>Y2 ,我们认为A优于B,A是这个集合的最大极值点,在给定的二维空间里的N个点的集合S中,找出最大极值点。(In two-dimensional space, there are two points = A = (X1, Y1) and B (X2, Y2), if the X1 and Y1 > X2 > Y2, we think that A is superior to B, A is the biggest extreme value point of the set, in A given set of N points in the two-dimensional space S, find out the most extreme value point.)
- 2013-12-24 21:02:56下载
- 积分:1
-
QuadraticQuadAssemble
QuadraticQuaassemble 的源程序 matlab有限元分析源程序 (QuadraticQuaassemble source matlab source Finite Element Analysis)
- 2013-11-11 13:36:05下载
- 积分:1
-
aerodynamics-of-wind-turbines
Denmark Technical University的大牛Hansen,第二版风力机空气动力学。(Denmark Technical University' s Daniel Hansen, the second edition of wind turbine aerodynamics.)
- 2013-07-19 09:00:35下载
- 积分:1