资源列表
排序选择:
[嵌入式/单片机编程] 在s3c44b0x运行的俄罗斯方块游戏
说明:在s3c44b0x运行的俄罗斯方块游戏 解压密码:arm520-A Russion Diamonds Game run at s3c44b0x. decompress password:arm520<杨容> 在 2008-10-13 上传 | 大小:35.43kb | 下载:0
[其它资源] 遗传算法c++程序
说明:首先采用某种编码方式将解空间映射到编码空间,每个编码对应问题的一个解,称为染色体或个体。一般通过随机方法确定起始的一群个体,称为种群,在种群中根据适应值或某种竞争机制选择个体,使用各种遗传操作算子产生下一代如此进化下去,直到满足期望的终止条件。-begin using some form of coding mapping to the solution space coding space, each encoding a corresponding solution to the probl<qianyg> 在 2008-10-13 上传 | 大小:6.2kb | 下载:0
[其它资源] 模拟退火源码
说明:模拟退火算法 模拟退火算法(Simulated Annealing,简称SA算法)是模拟加热熔化的金属的退火过程,来寻找全局最优解的有效方法之一。 模拟退火的基本思想和步骤如下: 设S={s1,s2,…,sn}为所有可能的状态所构成的集合, f:S—R为非负代价函数,即优化问题抽象如下: 寻找s*∈S,使得f(s*)=min f(si) 任意si∈S (1)给定一较高初始温度T,随机产生初始状态S (2)按一定方式,对当前状态作随机扰动,产生一个新的状态S’ S’=S+sign(η).δ 其中δ<qianyg> 在 2008-10-13 上传 | 大小:53.91kb | 下载:0
[其它资源] 实验6-牛顿法解方程
说明:在matlab中应用牛顿切线法和割线法求解一元多次方程。具体详见压缩包中说明文档。-Apply Newton tangent and secant method to solve unitary multiple order functions in matlab. Please read the readme document in the zip file.<葛林> 在 2008-10-13 上传 | 大小:54.37kb | 下载:1
[其它资源] libsvm-2.33
说明:LIBSVM is an integrated software for support vector classification. LIBSVM provides a simple interface where users can easily link it with their own programs.<qianyg> 在 2008-10-13 上传 | 大小:332.85kb | 下载:0
[其它资源] 朴素贝叶斯
说明:调用过程 CM = Confusion_matrix(train_predicts, train_targets) [combining_predicts, errorrate] = combining_NB(DP, test_targets, CM) DP,三维数组,(i,j,k)为第k个样本的DP矩阵 targets 为 0 1 2 -process called CM = Confusion_matrix (train_predicts, train_targets) [combining<qianyg> 在 2008-10-13 上传 | 大小:2.18kb | 下载:0