An optimized molecular potential for carbon dioxide Author: Zhigang Zhang, and Zhenhao Duan Citation: The Journal of Chemical Physics 122, 214507 (200... ...
分类:
其他好文 时间:
2018-05-15 01:44:53
阅读次数:
228
导引: 其中Time,Input,Physics都是Unity中的全局变量。GameObject是游戏中的基本物件。GameObject是由Component组合而成的,GameObject本身必须有Transform的Component,这也加深了我们对GameObject的理解,即GameObj ...
分类:
编程语言 时间:
2018-04-28 15:40:01
阅读次数:
201
select 中的通配符 星号 可以用在 子句中表示所有的属性。 它返回了 instructor 中所有的属性。 元组的排序 SQL 为用户提供了一些结果显示的顺序的控制, 子句可以让查询结果中元组按升序显示,考虑按字典序列出 Physics 系的所有教师。 为了使用降序,我们可以用 表示降序,完整 ...
分类:
数据库 时间:
2018-04-14 13:47:47
阅读次数:
225
Thermal de Broglie wavelength Thermal de Broglie wavelength Thermal de Broglie wavelength In physics, the Thermal de Broglie wavelength is defined for ...
分类:
其他好文 时间:
2018-04-11 16:11:05
阅读次数:
322
Python的元组与列表类似,不同之处在于元组的元素不能修改(只读列表,显示儿子级别的增删改)。 元组使用小括号,列表使用方括号。 元组创建很简单,只需要在括号中添加元素,并使用逗号隔开即可。 实例: tuple1 = ('physics', 'chemistry', 1997, 2000); tu ...
分类:
其他好文 时间:
2018-04-10 15:25:46
阅读次数:
192
概述 大致相当于数组 格式 list1 = ['physics', 'chemistry', 1997, 2000] list2 = [1, 2, 3, 4, 5 ] list3 = ["a", "b", "c", "d"] 访问内容类型与其他类似 a[0] append()添加列表元素 list ...
分类:
编程语言 时间:
2018-03-19 20:57:20
阅读次数:
263
Python的元组与列表类似,不同之处在于元组的元素不能修改。 元组使用小括号,列表使用方括号。 元组创建很简单,只需要在括号中添加元素,并使用逗号隔开即可 例 tup1 = ('physics', 'chemistry', 1997, 2000); tup2 = (1, 2, 3, 4, 5 ); ...
分类:
编程语言 时间:
2018-03-19 20:56:55
阅读次数:
186
With the development of computer science technology, people are facing more and more information everyday. The traditional static way to display infor... ...
分类:
其他好文 时间:
2018-02-20 15:35:05
阅读次数:
179
Little Chris is bored during his physics lessons (too easy), so he has built a toy box to keep himself occupied. The box is special, since it has the ...
分类:
其他好文 时间:
2018-02-04 12:45:49
阅读次数:
200
APS是American Physics Society的简称。旗下比较有影响力的期刊有: "pra, prb, prc, prd, pre, prl, prstab, prstper, or rmp". 在旗下期刊的投稿中需遵循一套APS自己的风格。具体的要求详见这个网站:https://jour ...
分类:
其他好文 时间:
2018-02-02 22:00:21
阅读次数:
2513