-
3dwind1
空间风场模拟程序,采用谐波平衡法模拟大气边界层(code for simulation of wind field of boundary layer.)
- 2013-10-09 08:32:01下载
- 积分:1
-
层次分析法
通过使用matlab,对层次分析法进行求解,从而进一步确定权重,更快的解决问题。(By using matlab, the analytic hierarchy process (AHP) is solved to further determine the weight and solve the problem more quickly.)
- 2019-04-18 08:56:05下载
- 积分:1
-
showmtrix
在vc中调用matlab生成的dll示例,传递的参数在vc中是数组,对应matlab中是矩阵(Calling matlab in vc generated dll example, pass a parameter is an array in vc, is the matrix corresponding to matlab)
- 2007-12-19 18:57:36下载
- 积分:1
-
bch
BCH码的原理及BCH (15, 5)码MATLAB编译码仿真过程(BCH code of principles and BCH (15, 5) code decoding simulation MATLAB)
- 2010-11-21 17:44:34下载
- 积分:1
-
runtime_server
说明: Matlab Runtime Server 完整教程(Matlab Runtime integrity Directory Server)
- 2005-04-02 02:49:12下载
- 积分:1
-
Visual-CPP
软件代码保护编写方法-vmprotect(soft-code protect writing-vmprotect)
- 2015-01-20 11:30:40下载
- 积分:1
-
Archive
4) 创建一个名为Complex的类,进行复数的算术运算。复数的形式为:
realpart+imaginarypart*i
用浮点变量表示类的private数据。提供构造函数,能够对所声明的该类对象进行初始化。在不提供初始化值的情况下,该构造函数应包含默认值。针对以下功能,分别提供一个public成员函数。
(1)两个复数相加;
(2)两个复数相减
(3)用(a, b)的形式打印复数,其中a为实部,b为虚部。
(4) Create a class called Complex, and perform complex arithmetic operations. Plural form: realpart+imaginarypart* i said private data class with floating point variables. Provide a constructor, the object can be declared for the class is initialized. In the case do not provide initialization values, the constructor should contain default values. For the following functions, which provide a public member function. (A) two complex numbers (2) the subtraction of two complex (3) (a, b) in the form of plural printing, where a is the real part, b is the imaginary part.)
- 2013-12-18 15:14:46下载
- 积分:1
-
beibaowenti
背包问题遗传算法matlan主程序集合很有用(Knapsack problem genetic algorithm matlan main collection of useful)
- 2011-04-22 14:25:20下载
- 积分:1
-
Lave1
#include <iostream>
#include <stdlib.h>
#include <string.h>
using namespace std
const kl = 4, kzs = 2, m = 6, n = 4, Error = 5
char *K[kl] = {{"01"},{"bB"},{"23456789ACDEFacdef"},{"hH"}}
int A[m][n] = {{1,2,2,5}, {1,3,2,4},{2,2,2,4},{2,2,2,4},{5,5,5,5},{5,5,5,5}},
- 2010-01-20 23:55:27下载
- 积分:1
-
addddd
一个add文件,里面有matlab和vc接口实例。
用vc打开使用(Add a file, there are instances of matlab and vc interfaces. Open to use with vc)
- 2010-05-12 15:24:13下载
- 积分:1