搜索资源列表
bead_spring
- bead_spring,描述了小球弹簧的分子动力学问题-bead_spring, describing the small ball spring issue of Molecular Dynamics
jmol.zip
- Jmol是一个使用java语言编写的开源的免费三维分子显示工具,用于分子模型的浏览和编辑,可以支持多种分子格式,并支持多种常用的图像格式。 ,Jmol is a java language to use free open-source tool for three-dimensional display elements for the molecular model of browsing and editing, the format can support a variety of e
r
- 用Java写的分子链,模拟分子的运动,可以用鼠标交互-molecule modeling
java-notepad
- 桌面便笺是一个功能类似于手机任务管理的软件,可以将它存放在桌面, 主界面有15个标签,点击任一标签,出现显示详细内容的子对话框。子对话框是 一个类似记事本的文本编辑器,可以输入自己的任务安排,然后点击保存或删除 退回到主界面,软件将自动保存修改时间。主界面的标签栏类会显示部分子对话 框的信息,以提醒使用者自己的任务安排。-Desktop Notes is a feature similar to the cell phone task management software, i
fuhewu
- 这是一个病毒结构分子模型,对初学虚拟现实的人们有所帮助!-This is a model of virus structural elements, for beginners help people in virtual reality!
jmol-12.0.RC23-binary
- Jmol是一个使用java语言编写的开源的免费三维分子显示工具-Jmol is an interactive web browser applet.
jmol-11.6.24-full.tar
- 是一个使用java语言编写的开源的免费三维分子显示工具,用于分子模型的浏览和编辑,可以支持多种分子格式。-Using java language is a free open source 3D molecular visualization tools for browsing and editing of molecular models that can support multiple molecular formats.
java1
- 1、编写一个Java应用程序。用户从键盘输入一个1~99999之间的整数,程序将判断这个数是几位数,并判断这个数是否是回文数。回文数是指将该数含有的数字逆序排列后得到的数和原数相同,如12121和3223都是回文数。 2、编写一个Java应用程序,该程序中有一个Rational(有理数)类,具体要求如下: ?Rational类有两个int型的成员变量,名字分别为numerator(分子)和denominator(分母)。 ?提供Rational add(Rational r)方法,即
Rational
- 简单的java程序,一个有理数类,分子、分母,它的简单运算。-Simple java program, a rational number class, numerator, denominator, it' s simple arithmetic.
Rational
- 提供有理数的分数表示,可以自行设置有理数分母及分子的值并提供表示方法,可以进行加减乘除运算-Provide a fraction of rational numbers, rational numbers can set the value of the denominator and the molecular and provide representation, addition and subtraction multiplication and division can be
FractionTester
- 编写一个分数的类Fraction。此类包括两个整数型属性:分母和分子。定义该类构造方法及属性的存取方法。定义该类的化简方法,例如4/8化简为1/2。定义该类的toString方法,输出化简后的结果(如果是整数,则只输出整数)。-Writing a fraction of the class Fraction. This category includes two integer attributes: numerator and denominator. Define the class con
TestFile
- 词法分子器,一个简单的词法分析器,额达问我我却认为企鹅人七日千万人 日前万人人情味-Lexical molecule, a simple lexical analyzer, amounted to ask me but I think Penguin seven million people before people humane
Fact
- 定义一个类Fact表示无符号有理数(分数),成员有分子(num)和分母(den) 构造函数2个 一组get方法 一组set方法 方法: -比较两个分数的大小,结果为boolen的值 -对分数进行约分(分子分母同时除以最大公约数) -对两个分数进行通分(先约分) -两个分数相加,结果为不可约数(先通分,然后再约分) 定义testFact类,创建Fact对象,并调用各个方法-The definition of a class of Fact unsigned ra
Compare-two-size-fractions
- 设计分数类Fraction,它具有分子和分母两个数据成员,具有构造函数和读取分子、分母值的成员函数。-Design Score category Fraction, it has two data members of the numerator and denominator, with constructors and read numerator, denominator value member functions.
CRO
- 化学反应优化工具箱,它模拟化学反应中分子间的相互作用以寻求最小系统势能的过程。-chemical reaction optimization
main
- 设计一个表示分数的类Fraction。这个类用两个int类型的变量分别表示分子和分母。-Design a said scores of class Fraction. This class with two type int variables respectively and the denominator.
Fractional-addition
- 求出连续的分母比分子大一的加法,用java语言编写,简洁易懂- Obtaining continuous denominator ratio numerator freshman addition, using java language, concise and easy to understand
Rational
- 通过分装分母和分子实现对有理数的封装,用循环法求最大公约数(The packing of the denominator and numerator rational number of the package, the common denominator for recycling method)
rational
- 创建一个分数类Rational,用来执行分数的算术运算,并编写一个程序来测试该类。 (1)该类有两个成员变量,即分子和分母,均为整数类型 (2)定义一个构造函数,用来对类对象进行初始化。该构造函数必须对输入参数进行约减。例如,若给定的分数为2/4(即分子为2,分母为4),那么要把它约减为1/2,然后存储在相应的成员变量中,即分子为1,分母为2。 (3)定义一个add成员函数,实现两个分数的加法,其结果也应该是约减形式; (4)定义一个sub成员函数,实现两个分数的减法,结果为约减形式(C