-
code which produces plots of grid, velocity vectors, profiles of velocity compon...
code which produces plots of grid, velocity vectors, profiles of velocity components or temperature, contours of pressure, temperature or streamlines, and colour filled contours for
pressure, temperature or streamfunction.
- 2022-06-20 02:11:40下载
- 积分: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
-
粒子群算法
本程序将粒子群算法与支持向量机相结合,克服了粒子群算法陷入局部最优的弱点,并且用粒子群算法来训练支持向量机中的参数,使支持向量机在参数寻优中更有效,并且利用IRIS数据进行测试,数值试验表明,粒子群算法训练支持向量机具有很好的效果。
- 2023-08-11 16:10:03下载
- 积分:1
-
遗传算法求最大值(任意多元高阶次寻优),在vc++平台下开发...
遗传算法求最大值(任意多元高阶次寻优),在vc++平台下开发
- 2022-03-29 11:12:52下载
- 积分:1
-
计算机编程,用C语言计算改进的欧拉算法的典型题目
计算机编程,用C语言计算改进的欧拉算法的典型题目-Computer programming, using C language to improve the calculation of the Euler algorithm for a typical subject
- 2023-05-10 04:15:03下载
- 积分:1
-
粒子群优化算法 (PSO)
粒子群优化算法 (PSO) 标准测试函数验证过程。M 在文档中,包括目前的文献用来验证的七个标准测试功能 (艾克利),三维动态显示,和过度的粒子浓度时的散射函数
- 2023-03-02 03:10:03下载
- 积分:1
-
Mathematical modeling of the classical algorithm, including the most short
数学建模的经典算法实现,其中包括最短路等问题的实现-Mathematical modeling of the classical algorithm, including the most short-circuit issues such as the realization of
- 2022-03-20 01:55:37下载
- 积分:1
-
单一的
用单链表编写一元多项式的乘法算法-single-chain preparation of a polynomial multiplication algorithm
- 2022-10-22 17:55:03下载
- 积分:1
-
动态规划计算最短路,只需输入点集合距离即可计算出最短路。...
动态规划计算最短路,只需输入点集合距离即可计算出最短路。-min route
- 2023-04-30 05:35:02下载
- 积分:1
-
normal random number generator
c#正态分布的随机数发生器-normal random number generator
- 2022-01-26 01:33:55下载
- 积分:1