-
模拟退火算法
AppWizard has created this TspSA application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.
This file contains a summary of what you will find in each of the files that
make up your TspSA application.
TspSA.dsp
This file (the project file) contains information at the project level and
is used to build a single project or subproject. Other users can share the
project (.dsp) file, but they should export the makefiles locally.
TspSA.h
This is the main header file for the application. It includes other
project specific headers (including Resource.h) and declares the
CTspSAApp application class.
TspSA.cpp
This
- 2022-05-14 00:33:05下载
- 积分:1
-
本程序用于有限元方法中空间8节点单元刚度矩阵的计算,并通过文本文件实现数据间的传输,在VB中通过shell函数来调用fortran的程序,实现二者的混合编程。...
本程序用于有限元方法中空间8节点单元刚度矩阵的计算,并通过文本文件实现数据间的传输,在VB中通过shell函数来调用fortran的程序,实现二者的混合编程。
-This procedure for the finite element method in space for 8-node element stiffness matrix calculation, and through text files between data transmission, in VB through shell function to call fortran procedure, the two realize mixed language programming.
- 2022-08-04 01:29:32下载
- 积分:1
-
基于类电磁机制的优化算法
EM算法代码,利用类电磁机制求解优化问题的优化算法可以达到全局最优的算法,并且不要求目标函数或者约束变量可微
- 2023-04-05 21:25:03下载
- 积分:1
-
用matlab求解的一个Lagrange插值多项式问题
用matlab求解的一个Lagrange插值多项式问题-Using matlab to solve the problem of a Lagrange interpolation polynomial
- 2022-06-15 08:48:26下载
- 积分:1
-
Delta机器人运动学C代码
Delta机器人运动学C代码
- 2022-04-13 03:04:23下载
- 积分:1
-
numerical algorithm source code
数值处理算法源代码-numerical algorithm source code
- 2022-09-21 13:50:03下载
- 积分:1
-
漫湾水电站优化调度
群微粒算法:本算法用群微粒算法求目标函数的最大值
//本算法使用步骤
// (1)派生自己的群微粒类,类中必须定义double GetFit(PARTICLE&)方法,用来计算每个微粒的适合度
// (2)生成派生类实例,并在构造函数中指明微粒坐标维数和群体个数
// (2)设置微粒坐标上界数组和下界数组,并用SetXup与SetXdown设置微粒坐标上下界
// (3)用SetVmax方法设置微粒最大速度
// (4)设置可选参数:C1,C2,W和通讯函数
// (5)采用Run方法进行优化运算,优化后用GetBest方法获得最优个体适合度和坐标
- 2022-05-31 20:15:23下载
- 积分:1
-
基于430的(FFT)快速傅里叶变换
应用背景而今,我们身处于一个模拟世界,数字时代,对于外界的模拟信号,我们要用数字的方式分析处理。首先通过ad采样,然后做处理,那么(FFT)快速傅里叶变换是一个将信号由时域转换到频域分析的技术,所以了解FFT,运用FFT,尤其是在嵌入式单片机的速度逐渐提升,它的用处越来越广。关键技术本程序,是基于430f5529的程序,首先本人保证该程序可以运行。需要者可根据自身需要进行移植,该代码重要文件以.c形式存储,方便移植。对于内容,该程序用ad采集信号,对信号的主要频率成分的频率值,交流幅值进行了计算,直流分量幅度,交流相位等,进行了计算。所以值得参考。
- 2023-07-04 18:45:04下载
- 积分:1
-
这是个NPC问题求解,PassBridge code
这是个NPC问题求解,PassBridge code-NPC This is a problem solving, PassBridge code
- 2022-03-18 03:53:50下载
- 积分:1
-
快速傅里叶变换,把该文件包含后即可使用其函数。
快速傅里叶变换,把该文件包含后即可使用其函数。- The fast Fournier transformation, after contains this document
then uses its function.
- 2022-09-05 03:40:03下载
- 积分:1