-
遗传算法解决微电网运行优化
微电网是比较热门的话题,针对微电网越来越多的使用,人们开始探寻其最优经济控制,既要保证达到经济要求,也要能保证能在一定程度上实现排放污染气体量最小。
- 2022-09-30 07:55:03下载
- 积分:1
-
讲解内排序的PPT
讲解内排序的PPT-on sorting within the PPT
- 2022-05-26 11:56:58下载
- 积分:1
-
摄像机标定工具箱Matlab代码
Matlab code of toolbox of camera calibration -Matlab code of toolbox of camera calibration
- 2023-04-22 19:10:02下载
- 积分:1
-
STL 源码实现
最权威的STL源码实现,并附有文档。是学习 C++ stl的好帮手。
- 2022-03-11 14:44:26下载
- 积分:1
-
一个小游戏,用delphi做的,鸡兔同笼,数学计算!
一个小游戏,用delphi做的,鸡兔同笼,数学计算!-a little game with delphi done, chickens and rabbits into the same cage, mathematical calculations!
- 2022-12-31 08:15:03下载
- 积分:1
-
0/1背包java实现
import java.util.Scanner;
public class Packsack{
Scanner sc=new Scanner(System.in);
int n;//物品个数
int m;//背包最大容量
int w[];//存储每个物品的重量
int v[];//存储每个物品的价值
int Max[][];//行表示前i个物品,列表示容量j,该值为将前i个物品装入容量为j的最大价值
public Packsack(){
System.out.println("please input the number of goods");
n=sc.nextInt
- 2022-04-13 13:49:39下载
- 积分:1
-
nrtil.cpp nrtil.c right angle calculation must
nrtil.cpp nrtil.c 计算对角所必须-nrtil.cpp nrtil.c right angle calculation must
- 2023-02-12 02:30:03下载
- 积分:1
-
c语言开发
资源描述
c语言开发,c语言开发,c语言开发,c语言开发,c语言开发,c语言开发,c语言开发,c语言开发,c语言开发,c语言开发
c语言开发,c语言开发,c语言开发,c语言开发,c语言开发,c语言开发,c语言开发
c语言开发
c语言开发
c语言开发
- 2023-07-24 17:20:03下载
- 积分:1
-
基于最大类间方差阈值与遗传算法的道路分割算法
The code is based on Otsu threshold algorithm and heritage road split code to calculate the optimal threshold, enabling the road segmentation, experimental results are good.The code is based on Otsu threshold algorithm and heritage road split code to calculate the optimal threshold, enabling the road segmentation, experimental results are good.
- 2022-02-04 01:42:13下载
- 积分:1
-
源程序实现的是基于卡尔曼滤波的车辆检测与跟踪,并对车辆进行计数编号。...
源程序实现的是基于卡尔曼滤波的车辆检测与跟踪,并对车辆进行计数编号。-Source implementation is based on Kalman filtering vehicle detection and tracking, and count the number of vehicles.
- 2022-06-19 16:25:52下载
- 积分:1