资源列表
eno&weno.rar
- 数值计算程序,基于非结构有限体积法的eno和weno的计算格式.-Numerical procedure, based on the volume of non-structural priority issue
科学与工程数值计算算法配套源码vc++
- 清华大学2002年出版的《科学与工程数值计算算法VC++》配套源码,包括复数计算、矩阵运算、插值计算、线性非线性方程组求解、数值积分、数值拟和与逼近等算法和类,对于科学和工程数值计算很有参考价值!-Qinghua University, in 2002 published "Science and engineering numerical algorithm VC + +" complementary source, includes the plural, matrix
修正剑桥模型的源程序(FORTRAN编写)
- 修正剑桥模型的源程序(FORTRAN编写)-amendment Cambridge model of the source (FORTRAN preparation)
混沌序列的相空间重构的MATLABT程序
- 混沌序列的相空间重构的MATLABT程序,相信一定能给您带来惊喜.-chaotic sequence of phase space remodeling MATLABT procedures, I believe that you can bring surprises.
chuandijuzhen
- 传递矩阵通用程序,可以求算固有频率,振型参数,频率响应-transfer matrix common procedures, calculation of natural frequencies, modal parameters and frequency response
BOASTc
- 石油开发软件,作油藏模拟,经典的VC自己编的,很好用的-oil development software for reservoir simulation, the classic VC own series, the very good
PRPD1
- 一款简单使用的LABVIEW绘制prpd谱图的软件。-A simple to use LABVIEW to draw the prpd chart software.
DIFFUSIONPELECTOCHEMICAL
- 一个用Fortran写的LBM数值计算的例子,例子包括了离子扩散和电化学反应的耦合作用。压缩包里有源代码,三个EXCEL是用于流动区域划分的。-An example of LBM written in Fortran numerical examples include the coupling of ion diffusion and electrochemical reactions. Source code compression package, three EXCEL is a flo
LKH_TSP
- 使用Python和matlab实现的LKH算法,使用在TSP问题或者最短路径问题变种。本文件包括一个python实现,一个matlab实现,由于是开源算法,所以没有版权问题 -a LKH algs under python and matlab ,can use to solve TSP problem. it s opensource
数据结构排序
- 以下问题要求统一在一个大程序里解决: 折半插入排序; 冒泡排序; 快速排序; 简单选择排序; 归并排序; 堆排序。
三维装箱MATLAB版
- 三维装箱程序,MATLAB实现,可以使用,但是没有优化,时间较长(3D packing program, realized by MATLAB, can be used, but it has not been optimized and takes a long time.)
哈希表_17281183_刘梦婷
- 采用除留余数法构造哈希表,要求装载因子不超过0.7,线性探测再散列解决冲突,输出哈希表;任意输入关键字,判断是否在哈希表中,若存在显示查找成功并显示查找次数;若不存在,插入到哈希表中,再显示哈希表中的关键字序列。(The hash table is constructed by using the method of removing and reserving remainder. The loading factor is required to be no more than 0.7. T