-
jmetal5.3集成多种进化算法
JMetal是一个集成的可以更方便地比较各种算法的平台,包括的算法是流行的,常用的多目标进化算法,包括NSGA2,SPEA2,NSGA3等。
- 2023-08-03 00:10:11下载
- 积分:1
-
骰子点数和最大的概率
每次抛骰子时都会出现不同的点数,连续抛n次骰子时,出现点数和概率最大的计算方式
- 2022-02-06 05:41:30下载
- 积分:1
-
AES 算法
高级加密标准(AES) 是成立于 2001 年由美国国家标准与技术(研究院 NIST) 的电子数据的加密的规范。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-16 17:53:10下载
- 积分:1
-
用C++编写的二到十六进制正整数字符串转为数值的小程序
用C++编写的二到十六进制正整数字符串转为数值的小程序-Using C prepared in 2-16 M-ary positive integer values into a string of small procedures
- 2022-04-18 05:45:49下载
- 积分:1
-
支持多道进程并发的简单管理模拟系统
支持多道进程并发的简单管理模拟系统-Support for multi-channel process complicated by the simple management simulation system
- 2022-07-26 06:54:45下载
- 积分:1
-
随机数据的生产 ...
随机数据的生产
-randome data
- 2022-01-29 01:29:17下载
- 积分:1
-
FFT源代码汇集(各种FFT源代码)
FFT源代码汇集(各种FFT源代码)-FFT source code pool (FFT various source code)
- 2022-03-23 01:04:23下载
- 积分:1
-
练习程序,问题如下:进行高精度整数的加、减、乘运算。输入两个十进制大整数M和N(M、N最长可达50位),计算运算结果并输出。【输入形式】标准输入上依次分行输入以...
练习程序,问题如下:进行高精度整数的加、减、乘运算。输入两个十进制大整数M和N(M、N最长可达50位),计算运算结果并输出。【输入形式】标准输入上依次分行输入以下内容:1.第一行输入第一个大整数M。M可能带有负号,后面是最长可达50位的数字序列。2.第二行只有一个字符,可以是“+”、“-”、“*”,分别代表加、减、乘三种运算符。3. 第三行输入大整数N,格式与M相同M、N均不带有前缀的多余的0【输出形式】在标准输出上打印运算结果,输出一行字符序列,是大整数M和N和运算结果。如果该运算结果是正数,则直接输出各位数字序列;如果是负数,则首先要输出负号。各位数字紧密输出,不带有前缀的多余的0。-practice procedures, as follows : high-precision integer for the addition, subtraction, multiplication. The importation of two decimal integer big M and N (M, N up to a maximum of 50), the calculated results of operations and output. Entry forms : standard input on the importation of branches were the following : 1. The first line inputs, a large integer M. M may have negative, is back up to 50 digital sequence. 2. Only a second line of characters could be "","-","*", respectively, plus or minus, by three operators. 3. The third line inputs large integer N, M and the same format M, N are not redundant with the prefix 0 output-- in the form of print on standard out
- 2022-02-06 02:31:19下载
- 积分:1
-
很简单的程序,可以远程通过MDL laserace300火激光测距仪…
Very simple program that can fire laser rangefinder MDL laserACE300 remotly via rs232 and register output to file - work only with this type and ither my programs can fire many MDL s-Very simple program that can fire laser rangefinder MDL laserACE300 remotly via rs232 and register output to file- work only with this type and ither my programs can fire many MDL s
- 2023-08-06 17:55:03下载
- 积分:1
-
构造说明语句的语法分析程序
1.根据PASCAL语言的说明语句形式,用手工及自动方法构造一个对说明语句进行词法分析的程序。该程序能对从键盘输入或从文件读入的形如:
“const count=10,sum=81.5,char1=’f’,string1=”hj”, max=169;”
的常量说明串进行处理,分析常量说明串中各常量名、常量类型及常量值,并统计各种类型常量个数。
2.对说明语句经词法分析器分析得到的
- 2022-01-26 02:36:15下载
- 积分:1