1)decimal encoding十进制编码
1.The methods to implement binary,float point and decimal encoding strategies of genetic algorithms are analyzed.分析遗传算法的二进制、实数、十进制编码策略实现方法,根据各编码的特点,设计相应的改进遗传策略。
2.For genetic algorithm based on the technology of path planning of mobile robot,a novel fixed-length decimal encoding mechanism is proposed.在对移动机器人的环境进行有效栅格剖分后,将障碍物表示为以栅格为基础的多边形,每个障碍物多边形的顶点对应于栅格线交点的惟一编号;随后将移动机器人的路径编码成以栅格地图上所有多边形有效顶点数之和为定长的十进制编码串,串中非零位上的十进制值对应着规划路径中途经障碍物多边形的顶点,各顶点在串中的顺序对应着其在规划路径中的顺序。
英文短句/例句
1.binary-coded decimal counter二-十进制编码计数器
2.Design of Generating System of Test Paper Based on GA in Decimal Encoding基于十进制编码遗传算法的试卷生成系统设计
3.decimal to binary encoder十进制与二进制编码器
4.binary-coded decimal number二进制编码的十进制数
5.BCDD (Binary-Coded Decimal Digit)二进制编码十进制数字
6.BCD [Binary-Coded Decimal]二进制编码的十进位数
7.coded decimal machine编码的十进制计算机
8.hexadecimal listing十六进制微编码列表
9.coded decimal representatio编码的十进制表示法
10.biquinary-coded decimal number二五混合编码十进制数
11.quibinary-coded decimal numeral五-二编码的十进制数
12.quibinary-coded decimal notation五-二编码的十进制记数
13.coded decimal notation编码的十进制记数法
14.binary-coded decimal code二进制编码的十进制代码
15.extended binary coded decimal interchange code广义二进制编码的十进制交换码
16.Only hex-encoded binary data allowed仅允许十六进制编码的二进制数据
17.coded-decimal number system二进制编码的十进制数字系统
18.coded decimal digit二进制编码的十进制数字
相关短句/例句
decimal-coded十进制编码
1.On the basis of building decision-making model supporting bilateral negotiations,this paper presented a decimal-coded hybrid genetic algorithm for bilateral negotiations.在构建电子市场双边协商的决策模型的基础上,提出了一种求解双边协商问题的十进制编码、实施保留最优策略和基于种群熵的混合遗传算法。
2.The Decimal-Coded Genetic Algorithm and Development of Its Emulational Software;该文研究了基于十进制编码的遗传算法及其具体的遗传操作过程 ,从而避免了二进制编码所导致的映射误差。
3)decimal integer encoding十进制整数编码
4)decimal genetic encoding十进制遗传编码
5)fixed-length decimal encoding定长十进制编码
6)Decimal string code十进制串编码
延伸阅读
十进制最常用的一种位值制记数法。以十为进位基数,逢十进一位。任何一个正整数都有一个且只有一个十进制表达式:n=an·10n+an-1·10n-1+…+a1·10+a0,其中a0,a1,…,an是0~9中的一个数,an≠0。通常把n简记为anan-1…a1a0。同样,小数也有唯一的十进制表示法。
