搜索资源列表
Chinesecheckers
- 跳子棋程序实现简介: 跳子棋程序的实现不算太难,但却也有一点复杂。主要原因可能就是它的棋盘为一个不规则的图形。 思路是:把棋盘121棋格分为7个区,中间为0区,上为1区,逆时针至右上角。 定义一个棋格的属性: 坐标。(根据棋盘图自己量一下,不会不知道用什么吧!) 棋格所属区域,即上面所提7个区。 棋格离各个端点几格,6维数组记录6方,电脑下子时可作为下子的优先级判断。 棋格上棋子的颜色0-6,0为无子。 棋格属于第几个棋格(从上至下,从左至右,
GA
- 遗传算法的matlab实现,编码,选择算子,交叉算子,变异算子等-Genetic algorithm matlab implementation, coding, selection operator, crossover operator, mutation operator and so on
1
- matlab使用垂直Sobel算子,自动选择阈值 [VSFAT Threshold]=edge(f, sobel , vertical ) 边缘探测 figure,imshow(f),title( 原始图像 ), 显示原始图像 figure,imshow(VSFAT),title( 垂直图像边缘检测 ) 显示边缘探测图像 使用水平和垂直Sobel算子,自动选择阈值 SFST=edge(f, sobel ,2) figure,imshow(SFS
matlab-homework1
- 本程序具有打开图片、显示图片和边缘检测等功能,有多种边缘提取算子可供选择-show images and edge detection
text
- 编写多个Java接口和类,实现一个简易的计算器,可以让用户选择计算类型(最大公约数和最小公倍数)之后,输入两个整数,计算器自动调用相应的算子类计算结果并输出显示。-Write multiple Java interfaces and classes that implement a simple calculator that allows the user to the type of calculation (the greatest common divisor and least co
yichb
- 标准遗传算法,带解释,易理解。编码长度为10位,编码精度为0.0029。种群规模设为40,遗传算子分别为比例选择,单点交叉和单点变异。交叉概率0.7,变异概率0.1。-Standard genetic algorithm with explanation and easy to understand. Code length is 10 bits, the coding accuracy 0.0029. Population size is set to 40, respectively, th
LBP
- LBP圆形算子,可以修改为相应的邻域,如neighbor一般选择8.或者你可以选择修改为其他(LBP Circular operator)
MoravecPoint
- 利用moravec算子实现图像的点特征提取,效果基于阈值的选择(The Moravec operator is used to extract the point feature of the image, and the effect is based on the selection of the threshold.)