-
22.gz
用 MATLAB 软件
实现了 GM(1 ,1) 预测算法并给出了源代码所建立的 GM(1 ,1) 预测效果比较好 ,验证了利用MAT 2
LAB 实现该算法的有效性和程序的正确性 ,进一步展示了MATLAB 软件的功能强大和实用性强的特点.(MATLAB software GM (1, 1) prediction algorithm and give the source code to establish the GM (1, 1) forecast better results, verify the correctness of the MAT 2 LAB effectiveness of the algorithm and program further demonstrate the powerful and practical features of MATLAB software.)
- 2013-04-13 11:43:08下载
- 积分:1
-
sample-nvidia-cpu-gpu
Smple code using Nvidia programs prunted in pdf file
- 2014-10-01 10:59:54下载
- 积分:1
-
AVO 正演
说明: 通过c++程序实现的四类不同的地层数据的AVO正演模型(AVO forward model of four kinds of different stratum data realized by C + + program)
- 2020-04-26 21:13:57下载
- 积分:1
-
1
说明: 遗传算法,编写遗传算法程序,求解10城市的旅行商问题。(Genetic algorithm, genetic algorithm coded, 10-city traveling salesman problem to solve.)
- 2011-05-16 17:49:30下载
- 积分:1
-
ca
一些基于元胞自动机的小程序 帮助理解元胞自动机(Cellular Automata)
- 2013-05-16 09:45:11下载
- 积分:1
-
draw1
雨量预测 用Matlab软件画出给定区域的
平面曲面图形.(Using Matlab software to draw a given region of the flat surface graphics.)
- 2009-09-06 01:07:18下载
- 积分:1
-
mschart
MSChart操作实例,可以轻松编码实现饼图,折线图,柱状图(MSChart operation example, you can easily Coding pie charts, line charts, bar charts)
- 2014-10-24 09:01:50下载
- 积分: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
-
MatlabCMathLibrary
Matlab C++数学库.Matlab C语言接口、如何生成可独立运行的Matlab程序、在Visual C++中调用Matlab程序、Matcom.(Matlab C++ Math Library)
- 2010-01-16 09:07:51下载
- 积分:1
-
mex_cbi_inv
matlab中求逆矩阵函数inv的c语言实现(Compute matrix inverse.)
- 2014-11-28 15:54:24下载
- 积分:1