You probably have played the game “Throwing Balls into the Basket”. It is a simple game. You have to throw a ball into a basket from a certain distance. One day we (the AIUB ACMMER) were playing the ga...
遗传算法 ( GA , Genetic Algorithm ) ,也称进化算法 。 遗传算法是受达尔文的进化论的启发,借鉴生物进化过程而提出的一种启发式搜索算法。因此在介绍遗传算法前有必要简单的介绍生物进化知识。一.进化论知识 作为遗传算法生物背景的介绍,下面内容了解即可: 种群(Populat.....
分类:
编程语言 时间:
2015-05-14 20:32:56
阅读次数:
143
一、原理
图像相加可以对同一场景的多幅图像求平均值,以降低加性(additive)随机噪声。
二、实验
I= imread('E:\matlab\work\lenna.bmp'); %读取图片
[L H]=size(I) %获取大小
K=zeros(L,H)
for i=1:100
J=imnoise(I,'ga...
分类:
其他好文 时间:
2015-05-14 14:26:12
阅读次数:
393
迪杰斯特拉单源最短路算法。对成语进行预处理。做出邻接矩阵即可。#include#include#include#includeusing namespace std;const int maxn = 1005;int c[maxn], len[maxn], cost[maxn][maxn], fla...
分类:
其他好文 时间:
2015-05-12 14:58:20
阅读次数:
101
/**
* 开发action:处理请求
*
* struts2开发流程
* 引入struts的jar包
* commons-fileupload-1.2.2.jar
commons-io-2.0.1.jar
commons-lang3-3.1.jar
freemarker-2.3.19.jar
javassist-3.11.0.GA.j...
分类:
其他好文 时间:
2015-05-11 09:00:57
阅读次数:
162
动态代理工具比较成熟的产品有:JDK自带的,ASM,CGLIB(基于ASM包装),JAVAASSIST,使用的版本分别为:JDK-1.6.0_18-b07,ASM-3.3,CGLIB-2.2,JAVAASSIST-3.11.0.GA(一)测试结果:数据为执行三次,每次调用一千万次代理方法的结果,测试...
分类:
其他好文 时间:
2015-05-10 23:56:30
阅读次数:
462
Description
Zuosige always has bad luck. Recently, he is in hospital because of pneumonia. While he is taking his injection, he feels extremely bored. However, clever Zuosige comes up with a new ga...
分类:
其他好文 时间:
2015-05-10 20:35:40
阅读次数:
215
Description
Zuosige always has bad luck. Recently, he is in hospital because of pneumonia. While he is taking his injection, he feels extremely bored. However, clever Zuosige comes up with a new ga...
分类:
其他好文 时间:
2015-05-10 20:35:16
阅读次数:
150
Description
Zuosige always has bad luck. Recently, he is in hospital because of pneumonia. While he is taking his injection, he feels extremely bored. However, clever Zuosige comes up with a new ga...
分类:
其他好文 时间:
2015-05-10 20:34:04
阅读次数:
128
Description
Zuosige always has bad luck. Recently, he is in hospital because of pneumonia. While he is taking his injection, he feels extremely bored. However, clever Zuosige comes up with a new ga...
分类:
其他好文 时间:
2015-05-10 20:33:26
阅读次数:
142