-
Matching-2
//给定整数n,产生所有[2n]上的匹配(matching)
//将其视为一个所有块大小均为2的集合分拆
//以a_i表示其第i个元素所在的集合号
//输出格式为 a1 a2 a3 ...
//满足
//a_{i+1} <= max { a1,a2,...a_i } + 1
(//a given integer n, have all [2n] on the matching (matching)// will be considered as an all pieces are two sets of a split// a_i said in its i elements of a collection of lies// output format for a1 a2 a3 ...// meet// a_ i (a))
- 2007-06-13 22:14:46下载
- 积分:1
-
Shengjin-Program-Original
求解一元三次方程的Fortran源代码,自己试了试,可以用(Fortran source code for the three equation of a dollar, you can try, you can use)
- 2015-06-24 14:21:41下载
- 积分:1
-
GEAR
用吉尔方法积分一阶微分方程组的初值问题。(Gill method with integral equations of first order initial value problem.)
- 2021-03-08 11:29:28下载
- 积分:1
-
桥墩模型
说明: 基于OpenSEES平台的一个桥墩算例,可以供大家参考(An example of Bridge Pier Based on OPENSEES platform can be used for reference)
- 2021-04-23 16:38:48下载
- 积分:1
-
petsc-3.0.0-p6.tar
PETSc (Portable, Extensible Toolkit for Scientific Computation) 是美国能源部ODE2000 支持开发的20 多个ACTS 工具箱之一,由Argonne 国家实验室开发的可移植可扩展科学计算工具箱,主要用于在分布式存储环境高效求解偏微分方程组及相关问题。(PETSc (Portable, Extensible Toolkit for Scientific Computation) is ODE2000 U.S. Department of Energy to support the development of one of more than 20 ACTS Toolkit, developed by the Argonne National Laboratory' s Portable, Extensible Toolkit scientific computing, mainly used in the distributed memory efficient environment for solving partial differential equations and related issues.)
- 2009-06-15 19:13:38下载
- 积分:1
-
S-S-RAO_optimization-engg.pdf
optimization engineering text book by s.s.rao
- 2012-12-07 08:01:54下载
- 积分:1
-
归档
说明: 资源共享两阶段dea模型matlab实现(Two stage DEA model of resource sharing based on MATLAB)
- 2021-04-09 20:08:59下载
- 积分:1
-
matinv
说明: 矩阵求逆,使用fortran语言编写,希望能对有需要的朋友有所帮助(Matrix inversion, written in FORTRAN language, hoping to help friends in need)
- 2020-12-11 17:49:18下载
- 积分:1
-
Kriging-ppt
说明: 克里金方法(Kriging), 是以南非矿业工程师D.G.Krige (克里金)名字命名的一项实用空间估计技术,是地质统计学 的重要组成部分,也是地质统计学的核心。
(Kriging method (Kriging), is a South African mining engineer DGKrige (Kerry King), named after a practical space estimation techniques, is an important part of geostatistics is the core of geostatistics.)
- 2020-12-17 15:39:11下载
- 积分:1
-
PSO
针对传统的算法如遗传算法、粒子群算法等在TSP问题上求解精确性和求解规模上都还有一定的不足,本文提出了一种基于动态规划思想的粒子群优化算法。该算法用动态规划的方法实现粒子间的信息交互和粒子的进化,并且将粒子群中的粒子按无标度信息指导网络拓扑图的方式进行连接。仿真结果表明该方法能有效地减小误差率,提高解的精确,同时还保持了较低的计算复杂度,具有良好的稳健性。(TSP problem solving for the traditional algorithms such as genetic algorithms, particle swarm optimization accuracy and solving the scale, there is a certain lack of a dynamic programming algorithm-based particle swarm optimization algorithm. The algorithm using dynamic programming method to achieve the evolution of information exchange between the particles and the particles, and particle swarm particle scale-free information guide network topology map to connect. The simulation results show that this method can effectively reduce the error rate and improve the solution precision, while maintaining a low computational complexity, good soundness.)
- 2013-01-07 18:05:35下载
- 积分:1