-
matlab 遗传算法求解旅行商问题
一个基于遗传算法求解旅行商问题的MATLAB程序,里面注释很清楚,可以运行,而且能够有实时更新显示。
- 2023-07-16 05:10:04下载
- 积分:1
-
this mobile robot program including fuzzy control system, keypad, ultrasonic pin...
this mobile robot program including fuzzy control system, keypad, ultrasonic ping)), etc-this is mobile robot program including fuzzy control system, keypad, ultrasonic ping)), etc
- 2022-12-02 14:45:03下载
- 积分:1
-
一个简单的算法加法器
一个简单的算法加法器-a simple algorithm Adder
- 2022-01-25 18:19:16下载
- 积分:1
-
经典关联分析算法apriori java版
经典关联分析算法apriori java版。可解决关联分析问题,比如分析超市购物关联关系,产品交叉销售可能性,客户价值提升等
- 2022-01-24 15:00:25下载
- 积分:1
-
我们的作业 计算方法里面的牛顿切线法求根,(单根情况)。...
我们的作业 计算方法里面的牛顿切线法求根,(单根情况)。-our operations inside the calculation method Newton tangent Root, (single).
- 2022-09-13 08:15:03下载
- 积分:1
-
用希尔算法实现的排序
用希尔算法实现的排序-Hill with the ranking algorithm
- 2023-08-15 22:05:03下载
- 积分:1
-
small voice processing software can be used to synthesis, the use of the Curricu...
语音处理的小小软件,可以用来合成的,使用于课程设计
-small voice processing software can be used to synthesis, the use of the Curriculum Design
- 2022-07-13 07:50:33下载
- 积分:1
-
验证码识别
#include
#define W 80 //定义验证码图片的宽度
#define H 20 //定义验证码图片的宽度
#define N 2 //定义字符位数,一般是4位
#define BMP_filename "c: est.bmp"
int x,y,i,s,temp;
int YZM[W][H]={0};
int YZM_red[W][H]={0};
int YZM_green[W][H]={0};
int YZM_blue[W][H]={0};
int rec[W]={0};
int lf[N],rt[N],up[N],dw[N];
char result[N];
void shibie()
- 2022-04-20 09:09:12下载
- 积分:1
-
这是一个单片机实用子程序集,有丰富的实用定点数计算,浮点数计算,及控制类子程序!适合单片机开发者参考工具。
该代码执行效率高,通过编译。
这是一个单片机实用子程序集,有丰富的实用定点数计算,浮点数计算,及控制类子程序!适合单片机开发者参考工具。
该代码执行效率高,通过编译。-This is a single-chip utility subroutine sets, has a wealth of practical fixed-point computing, floating-point calculation, and control of type subroutine! Suitable for single-chip reference tool for developers. Efficient implementation of the code through the compiler.
- 2022-04-16 02:56:46下载
- 积分:1
-
实现玛雅两种日历之间的转换,只要输入case数和一种日历,就可得出另一种日历表示。...
实现玛雅两种日历之间的转换,只要输入case数和一种日历,就可得出另一种日历表示。-achieve Mayan calendar between the two conversion, as long as the imported case of a calendar and a few could come up with a calendar said.
- 2022-02-15 06:42:02下载
- 积分:1