-
两目标pso算法
应用背景粒子群算法,也称粒子群优化算法(Particle Swarm Optimization),缩写为 PSO, 是近年来发展起来的一种新的进化算法(Evolutionary Algorithm - EA)。PSO 算法属于进化算法的一种,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找
- 2022-03-26 09:33:24下载
- 积分:1
-
Mean
Mean-shift聚类算法详细介绍,里面有丰富的图片和图形-Mean-shift clustering algorithm detail, which is rich in pictures and graphics
- 2023-04-13 18:10:04下载
- 积分:1
-
Yacc & 莱克斯计算器
Una Calculadora hecha en yacc y 系统。
举止 de teoria de la Computacion 2。Utilizacion de gramaticas regulares,utilizando 乐团 sintactico y lexico 段 que se 编译缔约国 maquina
- 2023-04-29 00:20:03下载
- 积分:1
-
连数据库,输入用户名和密码后如何跳转到主窗口
import javax.swing.*;
import java.awt.event.*;
import java.sql.*;
public class Login extends JFrame implements ActionListener {
private JLabel lbId, lbPass;
private JTextField txtId, txtPass;
private JButton btLogin, btExit;
private Connection datacon = null;//连接对象
private PreparedStatement pstat = null;//命令对象
private ResultSet rs = null;//结果
- 2022-02-05 20:26:14下载
- 积分:1
-
该程序用来处理微分方程系统的,用来化简一个微分系统的,特别是高维的系统...
该程序用来处理微分方程系统的,用来化简一个微分系统的,特别是高维的系统-The procedures used to deal with differential equations system for the simplification of a differential system, especially high-dimensional system
- 2022-05-31 00:54:12下载
- 积分:1
-
LDL decomposition. Numerical Solution of matrix equation as the most basic matri...
LDL分解。作为矩阵方程数值解法最基础的矩阵分解算法,LDL算法可以高效分解对称矩阵。-LDL decomposition. Numerical Solution of matrix equation as the most basic matrix factorization algorithm, LDL decomposition algorithm can be efficient symmetric matrix.
- 2022-02-15 12:27:17下载
- 积分:1
-
sift算法 采用opencv,VC++实现
sift算法 采用opencv,VC++实现 值得借鉴
- 2022-09-08 23:25:07下载
- 积分:1
-
simple算法计算二维非稳态对流传热问题
已测试有效,计算结果为流场中喷入热流体后的参数变化过程,可直接导入到tecplot中观察,包含温度、压力、速度和密度随之间的变化过程。代码中使用交错网格,simple算法,TDMA求解,考虑了非稳态和湍流的计算,可以作为有限体积法编程的入门算例,希望对广大学习流体力学的同学有帮助。
- 2022-01-26 06:30:56下载
- 积分:1
-
作业车间调度问题,利用动态规划
基于动态规划的Job-Shop调度问题
- 2023-08-19 14:25:04下载
- 积分:1
-
随机数生成程序
随机数生成程序- Random number production procedure
- 2023-09-06 03:05:04下载
- 积分:1