码迷,mamicode.com
首页 >  
搜索关键字:physics experiment    ( 333个结果
Python list 列表
创建list 创建一个列表,只要把逗号分隔的不同的数据项使用方括号括起来即可 list1 = ['physics', 'chemistry', 1997, 2000] list2 = [1, 2, 3, 4, 5 ] list3 = ["a", "b", "c", "d"] 访问list中的值 使用 ...
分类:编程语言   时间:2018-06-15 13:13:32    阅读次数:229
C - Gravity Flip
Problem description Little Chris is bored during his physics lessons (too easy), so he has built a toy box to keep himself occupied. The box is specia ...
分类:其他好文   时间:2018-06-10 12:14:27    阅读次数:158
git log
还未合并的分支记录? ? 即从 master 不可以回溯,从 experiment 可以回溯的记录。 查看要 push 到远程分支的记录git log origin/master..HEAD 即从 HEAD 可以回溯,但是从 origin/master 不能回溯的记录。 也可以直接写 git log... ...
分类:其他好文   时间:2018-06-09 23:16:17    阅读次数:174
列表操作:增 删 改 访问
添加元素list.append(value)在列表末尾追加元素list.sert(index,value)在指定索引位置插入添加元素访问列表中的值使用下标索引来访问列表中的值,也可以使用方括号,来截取字符串,索引从0开始list1=[‘physics‘,‘chemistry‘,1997,2000]list2=[1,2,3,4,5,6,7]printlist1[0]printlist1[1:3]更新
分类:其他好文   时间:2018-06-07 17:47:10    阅读次数:114
testw
Use CCD 如果是真,连续碰撞检测将用于这个组件 if true continuous collisioin detection will be used for this component Always Create Physics State 指示我们是否想要创建物理状态于所有时间(用于碰 ...
分类:其他好文   时间:2018-05-21 19:30:26    阅读次数:209
CO2-二氧化碳
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
Unity3D_02_基类MonoBehaviour/自带函数以及脚本执行的生命周期
导引: 其中Time,Input,Physics都是Unity中的全局变量。GameObject是游戏中的基本物件。GameObject是由Component组合而成的,GameObject本身必须有Transform的Component,这也加深了我们对GameObject的理解,即GameObj ...
分类:编程语言   时间:2018-04-28 15:40:01    阅读次数:201
20172317 2017-2018-2 《程序设计与数据结构》实验二报告
20172317 2017 2018 2 《程序设计与数据结构》实验二报告 课程:《程序设计与数据结构》 班级: 1723 姓名: 蒋子行 学号: 20172317 实验教师: 王志强 实验日期: 2018年4月22日 必修/选修: 必修 实验内容Experiment content 1. Mast ...
分类:其他好文   时间:2018-04-28 10:45:25    阅读次数:196
基于 MySQL 的数据库实践(扩展运算)
select 中的通配符 星号 可以用在 子句中表示所有的属性。 它返回了 instructor 中所有的属性。 元组的排序 SQL 为用户提供了一些结果显示的顺序的控制, 子句可以让查询结果中元组按升序显示,考虑按字典序列出 Physics 系的所有教师。 为了使用降序,我们可以用 表示降序,完整 ...
分类:数据库   时间:2018-04-14 13:47:47    阅读次数:225
Thermal de Broglie wavelength
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
333条   上一页 1 ... 8 9 10 11 12 ... 34 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!