Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - reactor
Search - reactor - List
堆排序,建堆过程,调整堆,推导堆排序复杂度-Heap sort, built reactor process, adjust the heap, heap sort complexity
Update : 2024-05-05 Size : 3072 Publisher : hsj

SCMchap3
DL : 0
将热对流和非等温化学反应器建模作为多物理场建模实例来讲解。在后续章节中将给出更多的多物理场建模实例,不过其中某个“单物理场”模型可能是后续章节研究的核心。我们还会引入变量连续性的概念,其本质就是从函数空间、甚至线性系统的解开始,步进得到高非线性问题的解。接下来我们会改变热传导模型,研究温度处于冰点和沸点之间的水加热时的微分边界条件,这时浮力完全依赖于温度。大尺度的模拟表明会出现温度的分层现象。之后我们研究一个耦合了质量和能量传递的非等温管式反应器。最后介绍一个从外部流动到小球孔中发生扩散的化学反应。-Thermal convection and non-isothermal chemical reactor modeling multi-physics modeling examples to explain. More multi-physics modeling examples given in the following chapters, but one single physical field model is the core of the subsequent chapters. We will also introduce the concept of variable continuity, by its very nature is a function space, and even the linear system began, step to the solution of nonlinear problems. Next we will change the heat conduction model to study the differential heating temperature is between freezing and boiling water boundary conditions, then the buoyancy is entirely dependent on the temperature. Large-scale simulations indicate that the temperature stratification. Then we study a coupled mass and energy delivery, non-isothermal tubular reactor. Finally, the proliferation of chemical reaction from the external flow to the ball hole.
Update : 2024-05-05 Size : 10639360 Publisher : cichin

SCMNRIC
DL : 0
Nuc Reactor Instrumentation and control (NRIC)
Update : 2024-05-05 Size : 2397184 Publisher : sarah

高并发reactor模型框架,高并发reactor模型框架-High concurrent reactor modeling framework
Update : 2024-05-05 Size : 28672 Publisher : ldd

DL : 0
Saturatec reactor simulation in matlab code
Update : 2024-05-05 Size : 198656 Publisher : claudio_martins

Report about saturated reactor model
Update : 2024-05-05 Size : 371712 Publisher : claudio_martins

Moving to GitHub -Moving to GitHub Moving to GitHub
Update : 2024-05-05 Size : 2048 Publisher : iforismail

wheee! fixing svn revision number in changelog
Update : 2024-05-05 Size : 882688 Publisher : iforismail

wheee! fixing svn revision number in changelog
Update : 2024-05-05 Size : 2242560 Publisher : iforismail

DL : 0
间歇反应器的matlab源程序,化工应用实例,供大家参考学习。-Matlab source batch reactor, chemical application examples for learning.
Update : 2024-05-05 Size : 1024 Publisher : hare

DL : 0
半间歇反应器的matlab源程序,化工应用实例,供大家学习参考。-Semi-batch reactor matlab source, chemical application instance, for all to learn.
Update : 2024-05-05 Size : 1024 Publisher : hare

DL : 0
ann biodeisel reactor yield predictor-ann biodeisel reactor yield predictor
Update : 2024-05-05 Size : 11264 Publisher : ravikumar

金属氢化物反应器的计算模拟程序,通过有限容积法实现,包含多个模块-Calculation of the metal hydride reactor simulation program, implemented by a finite volume method, and contains a plurality of modules
Update : 2024-05-05 Size : 8192 Publisher : 杨福胜

DL : 0
堆排序  堆排序利用了大根堆(或小根堆)堆顶记录的关键字最大(或最小)这一特征,使得在当前无序区中选取最大(或最小)关键字的记录变得简单。   (1)用大根堆排序的基本思想   ① 先将初始文件R[1..n]建成一个大根堆,此堆为初始的无序区   ② 再将关键字最大的记录R[1](即堆顶)和无序区的最后一个记录R[n]交换,由此得到新的无序区R[1..n-1]和有序区R[n],且满足R[1..n-1].keys≤R[n].key   ③由于交换后新的根R[1]可能违反堆性质,故应将当前无序区R[1..n-1]调整为堆。然后再次将R[1..n-1]中关键字最大的记录R[1]和该区间的最后一个记录R[n-1]交换,由此得到新的无序区R[1..n-2]和有序区R[n-1..n],且仍满足关系R[1..n-2].keys≤R[n-1..n].keys,同样要将R[1..n-2]调整为堆。   ……   直到无序区只有一个元素为止。   (2)大根堆排序算法的基本操作:   ① 初始化操作:将R[1..n]构造为初始堆;   ② 每一趟排序的基本操作:将当前无序区的堆顶记录R[1]和该区间的最后一个记录交换,然后将新的无序区调整为堆(亦称重建堆)。 -Heap sortHeap sort heap sort using the root pile ( or small stack stack top ) the record of the keyword maximum ( or minimum ) of this feature, the present disordered select the maximum (or minimum ) keyword records made simple. ( 1 ) with a large root heap sort of basic ideas of the initial file R[1..N] built a large root pile, the pile as the initial disordered regions of the keywords maximum recorded R[1] (i.e. top ) and disordered regions recorded one of the last R[n] exchange, the new R [1..N-1] and disordered zone ordered region R[n], and satisfy the R[1..N-1].keys≤ R[n].key③due to exchange new root R[1] may violate the heap property, so should be the present disordered R[1..N-1] adjustment for reactor. Then again in the R[1..N-1] keyword best record R[1] and the interval of the last record of a R[n-1] exchange, thus get new disordered and ordered R[1..N-2] R[n-1..N], and still meet the relationship between R[1..N-2].keys≤ R[n-1..N].keys, R[1..N-2] also will adjust for reactor. .
Update : 2024-05-05 Size : 1024 Publisher : 周杨

用MFC实现六种排序功能,可以自己输入数据选用冒泡,堆,快速,插入,选择和希尔进行排序-Using MFC the six sorting capabilities, and can enter data selection bubbling reactor, fast, insert, select and Hill sort
Update : 2024-05-05 Size : 2276352 Publisher : 刘嘉蕙

DL : 0
反应堆控制-等效单组缓发中子点堆动态方程的maple算法-Reactor control- the equivalent single group delayed neutron reactor dynamic equations of maple point algorithm
Update : 2024-05-05 Size : 5120 Publisher : 龙则朗

DL : 0
在PSCAD中建立的利用电抗器跌落的模型,可用于低压穿越过程的仿真-In PSCAD established using the model of the reactor drops, can be used for the low pressure through the process simulation
Update : 2024-05-05 Size : 2048 Publisher : 令狐阳

Block 对象是 C 级别的语法和运行时特性。它们和标准 C 函数很类似,但是除了 可执行代码外,它们还可能包含了变量自动绑定(栈)或内存托管(堆)。所以一个 block 维护一个状态集(数据),它们可以在执行的时候用来影响程序行为。-The Block object is the C level grammar and operation characteristics. They and the standard C function is very similar, but in addition to executable code, they may also contain a variable automatic binding ( stack ) or memory hosting ( reactor ). So a block maintains a state set ( data ), they can be in the implementation of the time used to affect program behavior.
Update : 2024-05-05 Size : 312320 Publisher : hhh

用ode45()求解三串联等温温cstr反应器数学模型,方程由函数Equations定义,并画出曲线-Solving three series gentle cstr reactor mathematical model using the ode45 (), equation defined by the function Equations, and draw the curve
Update : 2024-05-05 Size : 1024 Publisher : 昌然

三串联cstr等温反应器的闭环控制系统,用ODE45()进行积分,积分步长自动调节-The three tandem the cstr isothermal reactor closed-loop control system, integrating ODE45 () automatically adjust the integration step
Update : 2024-05-05 Size : 1024 Publisher : 昌然
« 1 2 3 4 5 6 7 89 10 11 12 13 14 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.