-
genetic
理解普通的遗传算法和佳点集遗传算法的基本思想和不同点,用遗传算法测试一标准函数。佳点集算法测试一标准函数,理解普通的遗传算法和佳点集遗传算法的基本思想和不同点(Understanding of the general genetic algorithm and good point set genetic algorithm' s basic idea and the different points, by using genetic algorithms to test a standard function. Good Point Set Algorithm 1 standard test function, the general understanding of the genetic algorithm and good point set genetic algorithm' s basic idea and the different points)
- 2009-03-27 19:57:19下载
- 积分:1
-
chess
中国象棋
重庆大学出版社出版的《PC游戏编程(人机博弈)》一书的配套光盘内容。(
Discs supporting Chongqing University Press published "PC game programming (man-machine game)," a book)
- 2013-12-17 09:10:12下载
- 积分:1
-
coal gasification
fluent软件中关于模拟煤粉气化的udf代码。(Fluent software on the simulation of coal gasification UDF code)
- 2020-10-21 17:37:24下载
- 积分:1
-
biywshenguanlixitong
图书管理系统用C++编写的图书管理系统,没有使用数据库,用文件读写方式保存(Library management system written using C++ library management system, not using the database stored with the file reading and writing)
- 2011-05-06 22:06:05下载
- 积分:1
-
OV7660SettingV1.0
Overview
Input Clock = 24Mhz
Preview VGA 15fps @ 60Hz
VGA 12.5fps @ 50Hz
Capture VGA 15fps @ 60Hz
VGA 12.5fps @ 50Hz
Output Format YCbCr 4:2:2 (ITU 656)
YCbCr to RGB conversion
R = Y + (351*(Cr – 128)) >> 8
G = Y – (179*(Cr – 128) + 86*(Cb – 128))>>8
B = Y + (443*(Cb – 128)) >> 8(OverviewInput Clock = 24MhzPreview VGA 15fps @ 60HzVGA 12.5fps @ 50HzCapture VGA 15fps @ 60HzVGA 12.5fps @ 50HzOutput Format YCbCr 4:2:2 (ITU 656) YCbCr to RGB conversionR = Y+ (351* (Cr- 128))>> 8G = Y- (179* (Cr- 128)+ 86* (Cb- 128))>> 8B = Y+ (443* (Cb- 128))>> 8)
- 2008-12-16 16:53:48下载
- 积分:1
-
roughset
粗糙集属性约简算法,共计52页,包括代码及应用说明,有需要的欢迎下载(Rough set attribute reduction algorithm, for a total of 52, including code and application notes, there is a need to download the welcome)
- 2009-05-04 21:18:37下载
- 积分:1
-
TongBu1111
在windows操作系统上,测试排序,常用的排序方法,主要是测试使用(Test sort program with uasual ordering approach based on Windows OS, mainly for test.)
- 2005-07-06 23:54:44下载
- 积分:1
-
ColorFont
Color Wizard in visual c++ for beginners
- 2011-06-25 01:47:03下载
- 积分:1
-
FormatIO
强制删除文件,无注入无驱动无hook,原理就是查找文件的锁定句柄,然后关闭句柄。(Forced to delete the file, no injection no driver no hook, the principle is to find the file lock handle, and then close the handle.)
- 2017-03-08 23:18:04下载
- 积分:1
-
这是一个C#实现的围棋游戏
这是一个C#实现的围棋游戏
ai 代表棋盘
bi 用来获取黑手或白手的所有子
cc 一个用来分组的数组
也只有这三个重要全局变量
md 鼠标点击事件
dingwei 被md调用 用来定位下的子
panduan 第一部分获取白字或黑子的所有字 第二部分是将相邻的子分在一个区域 第三部分是将在一个区域并且没有气的子吃掉
xunzhao 辅助的函数 将相邻的子分在一个区域所必需调用的
zhaoqi 就是panduan的第三部分
chidiao 这个 额 吃掉所给定的子
//panduan(1)是吃掉黑子 panduan(2)是吃掉白子
要是下的是白子 则先调用panduan(1)
要是下的是黑子 则先调用panduan(2)
- 2023-05-23 11:15:04下载
- 积分:1