-
《c++ 实践之路》光盘中的源代码
《c++ 实践之路》光盘中的源代码-"c practice Road" CD-ROM source code
- 2022-03-23 03:32:31下载
- 积分:1
-
区间消去法,主要用于解决优化问题中的区间确定问题
区间消去法,主要用于解决优化问题中的区间确定问题-Interval elimination method, mainly for optimization problems to resolve the issues identified in the interval
- 2022-07-03 11:07:21下载
- 积分:1
-
主要分为3个函数。第一个函数为粒子群初始化函数
InitSwarm(SwarmSize......AdaptFunc)其主要作用是初始化粒子群的粒子,...
主要分为3个函数。第一个函数为粒子群初始化函数
InitSwarm(SwarmSize......AdaptFunc)其主要作用是初始化粒子群的粒子,并设定粒子的速度、位置在一定的范围内。
-Mainly divided into three functions. The first function for the particle swarm initialization function InitSwarm (SwarmSize. ..... AdaptFunc) whose primary role is to initialize the particle swarm of particles, and set the speed of particles, location in a certain range.
- 2022-09-29 01:25:03下载
- 积分:1
-
image rotation procedures, the images can be arbitrary angle of rotation (after...
图像旋转程序,可以对图像进行任意角度的旋转(旋转后无图像部分用255赋值)。-image rotation procedures, the images can be arbitrary angle of rotation (after rotating images without using some 255 assignment).
- 2022-06-14 18:32:45下载
- 积分:1
-
一些基本的矩阵算法
一些基本的矩阵算法-some basic matrix algorithm
- 2022-03-06 02:46:35下载
- 积分:1
-
基于计算流体力学的目录,包含各种格式和高
学习CFD的基础教程,含有各种差分格式和高精度本质无振荡算法源程序。-learning CFD based directory containing a variety of formats and high-precision differential nature without oscillation algorithm source.
- 2022-09-06 19:50:02下载
- 积分:1
-
人工智能算法K
人工智能算法K-meadians算法java实现-Artificial intelligence algorithm K-meadians realize algorithm java
- 2022-09-15 14:30:03下载
- 积分:1
-
一个简单的数学运算程序,关于复数的。
一个简单的数学运算程序,关于复数的。-a simple mathematical procedures on the complex.
- 2022-08-15 18:16:13下载
- 积分:1
-
粒子群算法java源程序
粒子群算法java源程序,详细介绍了粒子群算法的实现过程,程序可直接执行。粒子群算法java源程序,详细介绍了粒子群算法的实现过程,程序可直接执行。
- 2023-01-24 16:35:04下载
- 积分:1
-
把CString格式转化为Char
void CRSLAIDoc::CString2Char(CString TempCString,char ch[])
{
int i;
char *tmpch;
int wLen=WideCharToMultiByte(CP_OEMCP,0,TempCString,-1,NULL,0,NULL,NULL);
tmpch=new char[wLen+1];
WideCharToMultiByte(CP_OEMCP,0,TempCString,-1,tmpch,wLen,NULL,NULL);
for(i=0;tmpch[i]!="
- 2023-04-25 23:50:03下载
- 积分:1