-
MOPSO多目标粒子群算法
用于matlab编写多目标粒子群算法,算法运行成功,可直接使用
- 2022-09-07 04:55:02下载
- 积分:1
-
使用贪婪算法 解决0-1背包问题MATLAB源代码
使用贪婪算法 解决0-1背包问题MATLAB源代码-greedy algorithm used to solve 0-1 knapsack problem MATLAB source code
- 2022-10-21 18:30:03下载
- 积分:1
-
一个求解三维时变场的有限元算法,C语言实现,根据MAILE提出的算法实现....
一个求解三维时变场的有限元算法,C语言实现,根据MAILE提出的算法实现.-Solving a time-varying three-dimensional FEM algorithm, C language, according to Maile realize the proposed algorithm.
- 2022-02-15 13:12:08下载
- 积分:1
-
用龙贝格方法求积分
用龙贝格方法求积分-Romberg method used for points
- 2023-03-22 23:05:03下载
- 积分:1
-
#define 中使用运算符 c
#include < stdio.h >
#include < string.h >
#define TFTP_TYPE_GET 0
#define TFTP_TYPE_PUT 1
int (主)
{
printf %("d",TFTP_TYPE_GET) ;
}
- 2023-06-15 02:11:15下载
- 积分:1
-
一种新的快速排序方法
一种新的快速排序方法-a new rapid sequencing methods
- 2022-02-15 13:21:48下载
- 积分:1
-
有限元计算程序,供软件工程,力学专业的老师和学生参考
有限元计算程序,供软件工程,力学专业的老师和学生参考-Finite element program for software engineering, mechanical professional teachers and students for reference
- 2023-06-02 02:20:03下载
- 积分:1
-
贝塞尔曲线示例
#include < iostream >
#include < 矢量 >
#include < math.h >
#include"BezierPoint.h"
使用命名空间 std ;
BezierPoint 贝塞尔 (方法 < BezierPoint > & pts,双 t) ;
双选择 (双 a,双 b) ;
双 factorial(double num) ;
int main(void) {
方法 < < BezierPoint >> 方法警校 ;
char endPointCount = 0;
双 inx ;
双 iny ;
int ptCount = 0;
int 终结点 ;
双 deltaT ;
cin >> ptCount >> deltaT ;
为 (int 我 = 0 ; 我 < ptCount; i + +) {
cin >> inx >> iny >> 终结点 ;
BezierPoint p iny inx) ;
如果 (endPointCount = = 0 & & 终结点 = = 1) {
pts.push_back (方法 < BezierPoint > ()) ;
pts[pts.size()-1].push_back(p) ;
endPointCount + +;
继续 ;
}
pts[pts.size()-1].push_back(p) ;
如果 (endPointCount! = 0 & & 终结点 = = 1 & & 我! = ptCount-1) {
pts.push_back (方法 < BezierPoint > ()) ;
pts[pts.size()-1].push_back(p) ;
endPointCount + +;
}
}
为 (std::s
- 2022-03-13 19:08:01下载
- 积分:1
-
performance estimation of LDPC codes over BEC
本文研究了LDPC码在二进制擦除信道上的有限长性能;http://arxiv.org/abs/1309.7102
- 2022-01-21 02:07:35下载
- 积分:1
-
按照既定的步长,输入后筛选已有数据 程序3
按照既定的步长,输入后筛选已有数据 程序3-accordance with the established step, the imported data screening procedures have been 3
- 2022-01-25 18:44:47下载
- 积分:1