搜索资源列表
m.files
- 1. 对薄膜形成与生长中相关物理过程及现象进行分析和建模。 2. 利用蒙特卡罗(Monte Carlo)方法和分子动力学(Molecular Dynamics)方法对薄膜形成与生长过程进行计算机模拟。 3. 对多孔硅形成的模拟。 -1. The film formation and growth of relevant physical processes and phenomena analysis and modeling. 2. Monte Carlo (the Monte C
CaseStudy_1
- 用FORTRAN语言编的分子动力学源码。-using FORTRAN language addendum to the source molecular dynamics.
btlbandstop
- 巴特沃特带阻滤波器的设计,返回分子分母多项式系数,还可以作出增益曲线,以及求出相位响应以及群延时响应-Batewote band stop filter design, the return of molecular denominator polynomial coefficients, can gain curve, and the calculated phase response and group delay response
kechengsheji
- 利用Delphi进行界面设计,主要为计算机网络中子网掩码的显示和如何划分子网,完全自创,供给大家参考
simulation
- 关于分子动力学模拟的讲义,希望对大家有用请大家下载。
the_Fm.DelphiXEX
- 用Delphi编制而成的应用程序。分解水分子,成倍数增长。-Delphi compiled from the applications. Decomposition of water molecules, growth multiples.
DFTB
- 紧束缚分子动力学源代码
gromacs-3.3.3.tar
- 最著名最快的分子模拟软件,使用汇编语言完成了程序热点部分-The most famous of the fastest molecular simulation software, the use of assembly language completed the hot part of the procedure
yy
- 给出一个非负小数,找出分子不超过M,分母不超过N的最简分数或整数, 使其最接近给出的小数。如果这个分数不唯一,输出‘TOO MANY’。 输入文件格式(closest.in) 第一行,M,N(1<=M,N<=10^9) 第二行,即小数R,(0<R 输出文件格式(closest.out) 仅一行,若解唯一输出 分子 / 分母(整数K写成K/1),否则输出TOO MANY 样例输入: 360 120 3.1415926536
xunhuan
- 给定一个分式A/D,A为分子,D为分母,将分式化解成最简形式,例如1/3 = 0.[3],化成循环小数形式,并用[]将循环节提取出来-To a fraction A/D, A for the molecule, D is the denominator, will dissolve into the simplest fractional form, such as 1/3 = 0. [3], into a recurring decimal form, and [] will be extra
xunhuan0924
- 给定一个分式A/D,A为分子,D为分母,将分式化解成最简形式,例如1/3 = 0.[3],化成循环小数形式,并用[]将循环节提取出来,这个是优化的程序,可以计算出10^9长度的循环节-To a fraction A/D, A for the molecule, D is the denominator, the fraction into simplest form of resolve, such as 1/3 = 0. [3], into a recurring decimal form,
rrkm
- RRKM理论计算反应速率常数,非常有用的单分子反应速率源代码-RRKM MULTIPLE-REACTION PROGRAM, WITH PROVISION FOR OUTPUTTING MICROSCOPIC RATES
transducer
- 指机械的、电子的或化学器件,用于区分、记录或指示环境中某一变量的变化,如温度、压力、电荷、电磁辐射、核辐射、粒子或分子等。如紫外检测器是将通过待测物质后的光强变化转化为电信号的器件,这类信号转换器英文中又称为transducer。 -Refers to mechanical, electronic or chemical devices used to distinguish records in a particular environment or direction of change
mdsimulation
- CRYSTAL_COORDINATES是一个FORTRAN90程序,使用双精度运算,它产生,一套4 * NX的*NY*NZ 的坐标,分在一个长方形块NX*NY*NZ单元内。 用户可以指定单元的宽度,每一个点的最大的随机位移。 坐标数据写入到一个文件,可用于可视化,或更可能作为初始条件的坐标分子在分子动力学模拟。-CRYSTAL_COORDINATES is a FORTRAN90 program, using double precision arithmetic, wh
NAMD_CVS_Source.tar
- 高性能计算之CUDA编程的NAMD(用于在大规模并行计算机上快速模拟大分子体系的并行分子动力)原码-The high-performance computing CUDA programming NAMD (used in large-scale parallel computer system for fast simulation of large molecules parallel molecular dynamics) of the original code
Molecules-05312011
- 模拟分子形态,三维空间结构,可以做三维旋转。-Simulation of molecular shape, three-dimensional structure, can do three-dimensional rotation.
wappic
- wap图片系统,整合网站图片系统网站和批量上传组件,其主要功能如下: 图片系统要求 一、 wap前台 1、能够分子二级栏目(平行栏目无限分级),支持栏目排序; 2、wap栏目首页功能: 1)可以调用后台参数设置的站点logo,支持jpg\gif等图片格式; 2)可以调用公告及设置公告条数; 3)公告内容支持ubb 4)栏目支持排序; 5)栏目首页可调用推荐图片列表; 6)点击排行列表; 7)最近更新列表 8)显示总的图片数量
gromacs-4.6.1.tar
- 很普遍的分子动力学模拟软件,目前最新的版的,很好用。-Very common molecular dynamics simulation software, the latest version, is useful.
[emuch.net][676077]gcmc
- 分子模拟学习的好材料,巨正则系综montecarlo-Molecular modeling good learning materials, the grand canonical ensemble montecarlo
yls
- 1. 题目 采用顺序存储结构定义实现抽象数据类型NUM。 有理数的抽象数据类型定义如下: ADT NUM { 数据对象: D = { <a1, a2> |a1, a2∈整数 } 数据关系: R = { <a1, a2> |a1是有理数的分子,a2是有理数的分母,且a2不等于0 } 基本操作: IniteIpt() 初始条件:输入2~4个数字。 操作结果:生成两个有理数。 plus(first, second)