资源列表
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
NnuericalMethodsforPDE
- 本程序功能为计算一阶双曲型偏微分方程的初值问题,分别采用3种格式计算:1、迎风格式 2、Lax-Friedrichs格式 3、Lax-Wendroff格式-function of the procedures for calculating an order hyperbolic partial differential equation initial value problems were used to calculate three formats : 1, 2 upwind, the
88
- C语言实现二维无粘欧拉方程的求解,采用二阶迎风MUSCL格式,求解二维收扩喷管,计算时间比MATLAB少很多
2d
- 用FORTRAN语言实现二维欧拉方程的求解,采用二阶MUSCL迎风格式
数据结构排序
- 以下问题要求统一在一个大程序里解决: 折半插入排序; 冒泡排序; 快速排序; 简单选择排序; 归并排序; 堆排序。
三维装箱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