-
做一个好的网格程序,是一个封装ParaMesh FORTRAN 90程序设计…
做网格的好程序,PARAMESH is a package of Fortran 90 subroutines designed to provide an application developer with an easy route to extend an existing serial code which uses a logically cartesian structured mesh into a parallel code with adaptive mesh refinement(AMR).
-Do a good grid procedures, PARAMESH is a package of Fortran 90 subroutines designed to provide an application developer with an easy route to extend an existing serial code which uses a logically cartesian structured mesh into a parallel code with adaptive mesh refinement (AMR).
- 2022-01-26 14:07:51下载
- 积分:1
-
模拟退火算法解决TSP旅行商问题和车辆配送路径优化
用固体退火模拟组合优化问题,将内能E模拟为目标函数值f,温度T演化成控制参数t,即得到解组合优化问题的模拟退火算法:由初始解i和控制参数初值t开始,对当前解重复“产生新解→计算目标函数差→接受或舍弃”的迭代。由多辆车对一批货物进行配送,车辆存在容积的限制,而不同的客户间的距离适用于旅行商问题,故此用模拟退火的思想来解决车辆配送和路径选择之间的关系
- 2022-03-22 09:14:07下载
- 积分:1
-
平衡小车代码
小车默认搭载的是标准版程序, 没有开启避障、 巡线, 无线模块驱动等功能,
这些功能在顶配版的程序里面有,请同学们根据自己的能力,最好先看完标准版
平衡小车直立部分的程序后,再学习平衡小车的其他功能,谢谢。
- 2022-03-05 01:15:13下载
- 积分:1
-
矩阵的类,可以做矩阵运算
矩阵的类,可以做矩阵运算-matrix of categories that can be done matrix calculation
- 2022-05-22 13:23:08下载
- 积分:1
-
随机数生成程序
随机数生成程序- Random number production procedure
- 2023-09-06 03:05:04下载
- 积分:1
-
performance simulation of network_coding
应用背景In generated networks, selecting one node as source and some nodes as receivers in
random (single source multicast network), we make performance test for network
coding based multicast route algorithm (we put forward it ourselves, corresponding to
high multicast rate and low multicast rate), shortest path distribution tree route
algorithm (DIJKSTRA algorithm) and Maximum-rate distribution tree route
algorithm (PRIM algorithm), respectively.
关键技术
In this program, two things have been done: (1) generate random topologies (2)performance test。
network coding cap: 5.0000 dijk cap: 5.0000 prim cap: 5.0000 network coding res1: 0.0000--res2: 12.0000 dijk res: 14.0000 prim res: 14.0000 average degree: 2.
- 2022-11-16 07:10:03下载
- 积分:1
-
计算机图形学,道格拉斯曲线拟合,Delphi源代码,值得学习…
计算机图形学,Douglas曲线拟合,Delphi源码,值得学习。-Computer Graphics, Douglas curve fitting, Delphi source code, it is worth learning.
- 2023-01-26 07:00:03下载
- 积分:1
-
本程序为matlab版的Mie级数展开程序,用来求解球体散射场;
本程序为matlab版的Mie级数展开程序,用来求解球体散射场;-the procedures for Matlab version of the Mie Series procedures used to solve scattering ball field;
- 2022-02-13 17:21:26下载
- 积分:1
-
本文是蒙特卡罗方法在数学上的一个简单应用。利用蒙特卡罗方法将确定的数学问题变成概率问题,并随机抽样,根据抽样结果,计算出单位圆的面积。...
本文是蒙特卡罗方法在数学上的一个简单应用。利用蒙特卡罗方法将确定的数学问题变成概率问题,并随机抽样,根据抽样结果,计算出单位圆的面积。-This is the Monte Carlo method in a simple mathematical applications. Using Monte Carlo method to determine the problem into mathematical probability and random sampling, the sample results to calculate the size of the unit circle.
- 2023-09-03 18:45:03下载
- 积分:1
-
研究排序算法
Sorting algorithm for study
- 2022-06-02 20:37:06下载
- 积分:1