搜索资源列表
yichuanshuanfa
- 这是一个遗传算法 遗传算法用于多组分样品的拉曼光谱的分析的C语言原程序-This is a genetic algorithm genetic algorithm for multi-component samples of the Raman spectra analysis of the C language original program
GetPi
- 圆周率大位求解,可算至圆周率的10万位 采用多线程,数组分段存储计算结果 显示计算时间,计算次数,可以测试你的机器运算能力-pi for large spaces can be considered as the ratio of circumference to 100,000 use multithreading, Sub storage arrays results indicate the time of calculation, calculation of frequency
CONDISTILL.rar
- 连续多组分(三元)精馏塔的模拟计算,用matlab实现,经典教程,multi components continous distillation column simulation with matlab, a classic tutorial.
heatconvection
- 通过气体各组分的物性计算混合气体的对流换热系数-Through the gas properties of each component of the calculation of mixed convection heat transfer coefficient of gas
PCA
- 主成分分析算法程序模型。适用于两组分至四组分混合体系的解析。-PCA method
f3.12
- 计算双组分简单精馏塔的理论板数的例子 用的是mathematics编程-A simple calculation of two-component distillation of the theoretical plate number of examples of using a mathematics program
Quicksort
- 快速排序算法基本思想 通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。一般设置数组的第一个数为需要比较的值,把整个数组分为小于和大于该数的两部分。 我自己在写这个算法的时候,卡住了好几回,总是边界值出现问题。下面的这个实现加入了注释,希望对你能够有所帮助。-Basic idea of quick sort algorithm
RefProp7
- RefProp用于计算气体和有机物组分的物性,包括佣熵以及输运特性等参数,其中介绍了各种语言的调用方式。-RefProp used to calculate the properties of gases and organic components, including commission, and transport properties of entropy and other parameters, which describes the language is called.
Array_of_sample_pages
- 数组分页示例,方便显示数据!能显示当前页数,总页数,自动分页!-Array of sample pages for easy display data! Can display the current page, the total number of pages, automatic page!
chapter-6-multiphase-flow
- 主流的CFD软件之一 主要用来计算复杂几何形状的流动和换热问题 其数学模型的组成主要是以纳维-斯托克斯方程与各种湍流模型为主体 再加上多相流模型、热辐射模型、化学组分的输运、燃烧与化学反应流模型等. 大多数附加的模型是在主体方程组上补充一些附加源项、附加输运方程与关系式. -One of the major mainstream CFD software used to calculate the complex geometry of the flow and heat
chapter-7-Gas-combustion
- 主流的CFD软件之一 主要用来计算复杂几何形状的流动和换热问题 其数学模型的组成主要是以纳维-斯托克斯方程与各种湍流模型为主体 再加上多相流模型、热辐射模型、化学组分的输运、燃烧与化学反应流模型等. 大多数附加的模型是在主体方程组上补充一些附加源项、附加输运方程与关系式. -One of the major mainstream CFD software used to calculate the complex geometry of the flow and heat
chapter-4-radiation
- 主流的CFD软件之一 主要用来计算复杂几何形状的流动和换热问题 其数学模型的组成主要是以纳维-斯托克斯方程与各种湍流模型为主体 再加上多相流模型、热辐射模型、化学组分的输运、燃烧与化学反应流模型等. 大多数附加的模型是在主体方程组上补充一些附加源项、附加输运方程与关系式. -One of the major mainstream CFD software used to calculate the complex geometry of the flow and heat
chapter-3-karman
- 主流的CFD软件之一 主要用来计算复杂几何形状的流动和换热问题 其数学模型的组成主要是以纳维-斯托克斯方程与各种湍流模型为主体 再加上多相流模型、热辐射模型、化学组分的输运、燃烧与化学反应流模型等. 大多数附加的模型是在主体方程组上补充一些附加源项、附加输运方程与关系式. -One of the major mainstream CFD software used to calculate the complex geometry of the flow and heat
chapter-10-udfexample
- fluent主流的CFD软件之一 主要用来计算复杂几何形状的流动和换热问题 其数学模型的组成主要是以纳维-斯托克斯方程与各种湍流模型为主体 再加上多相流模型、热辐射模型、化学组分的输运、燃烧与化学反应流模型等. 大多数附加的模型是在主体方程组上补充一些附加源项、附加输运方程与关系式. -One of the major mainstream CFD software used to calculate the complex geometry of the flow and
combustion
- 介绍了多组分燃烧情况下的数学模型以及相关原理-multi-componet combustion
rpr220
- HT312双组分有机硅管封胶是一种室温固化的综合型双组分有机硅产品-Casual look at
GIMODEL
- 在油藏数值模拟(ECLIPSE)中,利用拟组分黑油模型代替组分模型,在兼顾模拟精度的基础上提高了计算机的运算速度。-Numerical reservoir simulation (ECLIPSE), instead of using the quasi-component black oil model to improve the speed of operation of the computer-component model, take into account the basis of
TextFile1
- 该题要求读入n个整数,然后输出该n个整数的中位数。同时输入的数的个数是奇数的时候,中位数是唯一的;当输入的数是个数是是偶数的时候,求两个中位数的平均值,然后下取整输出。 一般来说,我们可以将这些数存在数组当中,然后对数组进行排序,最后利用数组下标查找即可。但也可以不排序找到中位数。毕竟排序是将所有数都放在合适的位置上,而查找中位数的操作只需要将中位数放在合适的位置即可。 下面就是不排序查找中位数的版本。事实上,下述解法其实是快速排序的一个变种。在n为奇数的情况下,下述代码运行
计算催化剂有效因子
- 多孔催化剂中等温可逆反应的双组分气体扩散,计算催化剂有效因子(Calculate the catalyst effective factor)
计算组分质量软件
- 计算公式组分 ,用于计算物体质量,便于具体分析 。。。(The components of the calculation formula are used to calculate the quality of the object, so as to facilitate the specific analysis.)