-
weixingdingwei
作者在学习《航天系统》时,在c++6.0环境中实现的卫星定位的算法程序。包括通过轨道根数求卫星状态参数的算法和通过卫星状态参数反求卫星星历的算法。(Author of the study "space system" is in c++6.0 environment to achieve the satellite positioning algorithm. Including through the orbital parameters of the algorithm for the satellite status and Reverse status parameters via satellite satellite ephemeris algorithms.)
- 2013-09-25 19:42:10下载
- 积分:1
-
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
-
BOUC-wen
说明: VBA编写的Bouc-Wen模型,拟合滞回曲线,应用于很多研究中,需要的联系我,VBA编写的Bouc-Wen模型模型,拟合滞回曲线,应用于很多研究中,需要的联系我,VBA编写的BOuC-文模型,拟合滞回曲线,应用于很多研究中,需要的联系我(TheBouc-Wenmodel compiled by VBA is used to fit hysteretic curve in many studies. It needs to contact me. The Bouc-Wenmodel compiled by VBA is used to fit hysteretic curve in many studies. It needs to contact me. TheBouc-Wen model compiled by VBA is used to fit hysteretic curve. It is used in many studies and needs to contact me.)
- 2019-05-24 22:06:28下载
- 积分:1
-
powerflow
电力系统潮流计算 有关PQ节点平衡节点等的潮流计算(Power system load flow calculation related to PQ node in the node balancing flow calculation, etc.)
- 2009-11-24 19:48:29下载
- 积分:1
-
VC调用matlab文件中的函数的实例的源代码
说明: 关于在VC中如何调用matlab中定义的.m文件中的函数的实例,这是源代码,有需要的朋友可以看看!(on how VC called defined in Matlab. M document examples of the function, which is the source code, we need to see friends!)
- 2005-11-09 15:25:14下载
- 积分:1
-
遗传算法得源代码
说明: 遗传算法得源代码,不是用MATLAB编得,而是用VC++编程.(genetic algorithm in the source code, instead of being MATLAB, but programming with VC.)
- 2006-02-20 20:52:59下载
- 积分:1
-
Quantum-genetic-algorithms--optimal
matlab量子遗传算法求最优,其适应度函数可以根据自身实际情况编写求适应度值最高的最优解。(Quantum genetic algorithms for optimal matlab)
- 2014-12-23 12:55:50下载
- 积分:1
-
matlab-command
matlab命令,方便初级使用者查询命令(matlab command to facilitate the initial user query command)
- 2011-06-20 16:43:42下载
- 积分:1
-
wave
说明: 计算有义波高的程序 船舶水动力学方面 是比较专业的程序(Significant wave height calculation procedure for ship hydrodynamic aspects of the program more professional)
- 2011-02-25 21:09:52下载
- 积分:1
-
TSP(GA)
遗传算法求tsp问题及其matlab代码实现
主程序中有一rand( seed ,n) n 为某一整数, 这是设置随机数发生器的种子,这样实际上规定了随机数发生的方式,因此后面的随机数其实都是定下来的,这样所有人就可以看到同一结果, 可注释掉此行,那么每次的结果就不一定再相同了. (Genetic algorithm to solve the TSP problem and the matlab code to achieve
A Rand main program ( seed , n) n as an integer, which is the setting of the random number generator seed, this actually provides a random number generating means, so the random number behind actually are determined, so that everyone can see the same results, can comment out this line, then each time the results do not necessarily the same.
)
- 2015-01-27 19:23:01下载
- 积分:1