-
lab3_v7_final
An LPCXpresso 1769 with baseboard that implements an .wav player. Wav must be in SDCard and without light the player stops working.
- 2013-02-19 05:31:27下载
- 积分:1
-
标准NSGA-II算法基于实数和二进制
NSGA的特征: l 非支配排序(Non-Dominated Sorting):¡ 进化过程中,将当前父代群体进行交叉和变异得到子群体,将两个群体合并。¡ 在目标空间中按照Pareto最优关系将群体中个体两两按其目标函数向量进行比较,将群体中所有个体分成多个依次控制的前沿层(front)。l 适应度共享(fitness sharing):¡ 在进化过程中必须采用某种策略来保持群体的多样性,防止群体最终只收敛到个别少数解上(即早熟收敛);¡ NSGA方法为同一层的个体指定相同的适应度,从而为了保证种群的分布多样性;¡ 对于接近到了一定距离以后的个体,利用对适应度打折扣的方法提高frontier的被覆盖性;¡ 因为在最前沿的个体具有最大的适应度,所以被传递到下一代的可能性也就越大。u NSGA-II相对于NSGA方法的改进:l 在NSGA-II中,除了非支配排序以外的部分,与NSGA完全不同的运算规则。l 在NSGA-II中,全面引入存档(archive)这个的概念。¡ Pareto frontier的前进、扩大和NSGA相比,变得更加可靠 ;¡ 因为父代探索种群是从archive中根据淘汰选择生成的,对Pareto优越性高的个体,施加大的选择压(在后面详细叙述)。¡ 这个特征,表现为较高的Pareto frontier的前进能力。l 作为NSGA中的适应度共享的替换方法,导入了“拥挤距离”和“
- 2022-01-25 16:36:12下载
- 积分:1
-
学生信息管理系统
学生信息管理系统源代码,包括详细的软件设计流程图。
- 2022-02-09 21:10:32下载
- 积分:1
-
LPC13XX系列ARM单片机的例程源码及工程模板
NXP的LPC13XX系列ARM cortex-m0单片机的示例源码及工程模板,包含GPIO,UART,SPI,IIC,PWM,DMA及FLASH操作等一切外设的示例源码,所有模板和例程采用MDK4.00以上版本进行编译。
- 2022-10-23 06:40:04下载
- 积分:1
-
SIFT特征提取算法
基于opencv的SIFT特征提取算法,亲测好用!
- 2023-04-29 01:40:04下载
- 积分:1
-
eye
人脸识别是模式识别研究领域的重要课题, 目前是一个非常活跃的研究方向。人脸识别中一个最重要的过程就是特征检测与提取, 因为眼睛、鼻子和嘴巴等特征集中了人脸的大部分信息。因此对于人脸识别中的特征提取来说, 不仅要检测出这些特征, 而且要准确地加以定位。眼睛是人脸识别中包含特征信息最多的器官, 对它的精确定位是后续特征提取的前提和基础, 而其精度更是直接影响到整个系统的识别率, 所以一个有效、快速和精确的人眼定位方法是非常重要的。(Face recognition pattern recognition research is an important issue, is currently a very active research. Face recognition is one of the most important process feature detection and extraction, because the eyes, nose and mouth and other features focused on the face of most of the information. Therefore, feature extraction for face recognition, not only to detect these features, but also to accurately locate. The eyes are the face recognition feature information contained in the largest organ, the follow-up to its precise positioning is the prerequisite and basis for feature extraction, and its accuracy is even more direct impact on the recognition rate of the entire system, so an effective, fast and accurate human Eye positioning is very important.)
- 2011-08-24 21:32:41下载
- 积分:1
-
基于c++的纸牌游戏
用c++做了一个windows纸牌游戏。中间有用到win32窗口,c++基本语法,stl等基本知识。还有一些数据结构,诸如双向链表,单向链表的操作等。适合c++初学者使用,从这个项目中可以完善c++的知识,学习编程思维。
- 2023-01-10 21:35:06下载
- 积分:1
-
yinyue
单片机控制的音乐播放器的proteus仿真以及源程序,导入单片机通过测试过能正常工作,希望对须要的人有所帮助。(Music player SCM proteus simulation and control of the source code, import the microcontroller through tested to work properly, we want to help people who need.)
- 2015-07-12 17:14:51下载
- 积分:1
-
你好世界 c + +
这是展示其他
- 2022-02-25 08:55:25下载
- 积分:1
-
C专家编程
说明: c++专家编程,写了不少编程中应该注意的一些知识,总体来说可以指导程序员避免开发中出现的一些问题。(c++ expert programming, write a lot of programming should be noted that some of the knowledge, the whole can guide programmers to avoid the development of some of the problems.)
- 2005-11-17 08:36:19下载
- 积分:1