-
VC_MATLAB7SharedLibrary
调用MATLAB7 Compiler 产生共享库程序的方法介绍,有如下的大致结构:
1.声明变量或者是函数作为输入变量;
2. 调用 mclInitalizeApplication函数,并测试是否成功,该函数设置了一个全局的MCR
状态,并且构建MCR实例;
3. 对于每个库,调用一次<libraryname>Initalize函数,为库创建一个MCR 实例;
4. 调用库中的函数,并处理其结果(这是程序的主要部分);
5. 为每个库调用一次<libraryname>Terminate函数,用于注销相联系的MCR;
6. 调用 mclTerminateApplication函数,释放与全局MCR状态相联系的资源;
7. 清除变换,关闭文件等,然后退出。(VC+ MATLAB7 C Shared Library Target)
- 2009-06-06 10:46:54下载
- 积分:1
-
New-Text-Document
matlab sar simulation
- 2013-08-14 22:05:28下载
- 积分:1
-
opengl
一些关于三维图形图像方面的编程方面的代码,主要是关于用OPENGL的一些技巧和理论!!!(Some information about the image in three-dimensional graphics programming code, mainly on the use OPENGL some of the techniques and theories! ! !)
- 2009-10-06 18:19:09下载
- 积分:1
-
genetic-algorithms
智能优化算法—基因遗传算法解旅行商路径最短(Intelligent optimization algorithms- Genetic Algorithm for TSP)
- 2015-07-07 09:50:33下载
- 积分:1
-
Rent
这个一个VC连接MSSQL数据库的小软件,软件中具有对数据库中得表查询、添加、删除等功能,为你提供参考。(A VC connecting the small MSSQL database software with a table of the database query, add, delete, and other functions, provide a reference for you.)
- 2009-05-01 18:43:27下载
- 积分:1
-
MNTH_TSP
1. 本程序使用模拟退火算法解决TSP问题
a) 初始温度确定方法
选取任意状态为初始状态。以1为起始温度,不断升温,直到模拟所得接受概率大于90 ;
b) 温度下降
温度下降系数为 0.95;
c) 每一温度迭代
选取固定迭代次数 100 * n;
d) 终止条件
温度下降次数到达 800,或某一温度下解不发生改变;
2. 本机运行及编译环境
win7 旗舰版 SP1
MINGW g++ 4.8.1
(Simulated Annealing Traveling Salesman Problem
1. This program uses the simulated annealing algorithm to solve TSP problem
a) determining the initial temperature method
Select any state to the initial state. 1 as the starting temperature, heats up, until the resulting analog acceptance probability greater than 90
b) the temperature drops
Temperature drop coefficient of 0.95
c) Each iteration temperature
Select a fixed number of iterations 100* n
d) the termination condition
The temperature drops to reach the number of 800, or at a temperature solution does not change
2. Run the machine and compiler environment
win7 Ultimate SP1
MINGW g++ 4.8.1)
- 2016-05-06 07:54:19下载
- 积分:1
-
contourlet_toolbox
contourlet的工具箱,matlab和C代码(contourlet toolbox, matlab and C code)
- 2010-05-29 15:33:02下载
- 积分:1
-
mx_zhao3
画图 可保存读取 Bresenham算法 中点画线法 数值微分法(DDA)(Paint to save the Bresenham algorithm were dotted line is read the numerical differentiation Act (DDA))
- 2012-08-22 17:09:11下载
- 积分:1
-
080889B
基于驱动层的USB存储设备安全监控技术,一篇不错的关于usb驱动开发的论文。很不错,我受到了不少启发(USB drive-based storage devices layer security monitoring technology, a good development on the usb drive papers. Very good, I was a lot of inspiration)
- 2008-12-16 00:25:04下载
- 积分:1
-
os
说明: Programming technique for matlab
- 2013-03-04 23:02:31下载
- 积分:1