-
It s simple implementation of Genetic Algorithm on
8
It s simple implementation of Genetic Algorithm on
8-puzzle and as result it can say either there is or not a set of movement to go from initial state to a given final state.-It s simple implementation of Genetic Algorithm on
8-puzzle and as result it can say either there is or not a set of movement to go from initial state to a given final state.
- 2022-02-21 02:51:52下载
- 积分:1
-
用双点弦截法计算f(x)=0
用双点弦截法计算f(x)=0-Two-point cut-off method string f (x) = 0
- 2022-03-26 14:23:10下载
- 积分:1
-
最近邻查找
本源码主要是提供了传统k-means算法以及利用近似k_d树算法进行加速的聚类算法。
- 2022-03-21 09:51:13下载
- 积分:1
-
链表的基本操作
#include
#include
#define LEN sizeof(struct student)
/*----------------数据定义----------------------*/
//定义一个学生信息的结构体,包括学号,姓名和结构体类型的指针
struct student
{
long num; //学号
char name[128]; //姓名
struct student *next; //结构体指针
};
typedef struct student * stuNode;
int n=0; //全局变量,记录链表的长度
/*---------------函数声明---------------------*/
stuNode Create(); //创建一个新的链表 &nbs
- 2022-03-11 02:44:17下载
- 积分:1
-
DDR走先得详细规则及注意事项,考虑的等长走线,数据线与地址线、控制线长度关系...
DDR走先得详细规则及注意事项,考虑的等长走线,数据线与地址线、控制线长度关系-DDR walking detailed rules and precautions come to consider the alignment of equal length, the data line and address lines, control lines the length of the relationship between
- 2022-06-16 19:02:07下载
- 积分:1
-
图像的复原
资源描述AppWizard has created this ImageProcessing application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application.
- 2023-01-04 15:40:03下载
- 积分:1
-
鲍威尔算法,可以用于解决优化类问题
鲍威尔算法是一种直接利用函数值来构造共轭方向的一种插值类算法,在不用导数的前提下在迭代中逐次构造共轭方向。
- 2022-02-09 11:20:53下载
- 积分:1
-
简单的考勤管理系统
它跟踪假日、 假期、 疾病日历。其主要特点是: 增强的比较合同与尊重净工作日、 疾病、 加班费支出完成工时。拳打进/出与 pwd/条码,100%基于互联网和更多。Username:160208Password: 杰瑞
- 2022-11-10 13:25:03下载
- 积分:1
-
计算机编程,用C语言计算改进的欧拉算法的典型题目
计算机编程,用C语言计算改进的欧拉算法的典型题目-Computer programming, using C language to improve the calculation of the Euler algorithm for a typical subject
- 2023-05-10 04:15:03下载
- 积分:1
-
基于ege的c语言图形学3个实验源码
计算机图形学的小实验源代码,用c完成的基于ege图形库。bresemham,liang,直线裁剪算法
- 2022-08-09 07:22:30下载
- 积分:1