码迷,mamicode.com
首页 >  
搜索关键字:physics experiment    ( 333个结果
KB_统计单词表
Statistics Numeric type 随机试验 Random experiment 样本空间 Sample space 样本点 Sample point 事件事件 Random event 包含 Contain 等价 Equivalent 和 Union 积 Intersection 互斥 ...
分类:其他好文   时间:2018-01-08 14:50:32    阅读次数:154
ptyhon的列表与字典操作
列表是Python中最基本的数据结构。列表中的每个元素都分配一个数字-它的位置,或索引,第一个索引是0,第二个索引是1,依此类推。列表都可以进行的操作包括索引,切片,加,乘,检查成员。在Python中列表中可以有多个类型的数据。eglist1=[‘physics‘,‘chemistry‘,1997,2000];列表中包含不同类型的数据类型。list1[0]:physics
分类:其他好文   时间:2018-01-02 21:16:59    阅读次数:102
python元组tuple
# 一、创建元组 # tup1 = ('physics', 'chemistry', 1997, 2000) # tup2 = (1, 2, 3, 4, 5 ) # tup3 = "a", "b", "c", "d" # 元组中只包含一个元素时,需要在元素后面添加逗号来消除歧义 # tup1 = (... ...
分类:编程语言   时间:2017-12-22 18:34:46    阅读次数:172
POJ2774Long Long Message (后缀数组&后缀自动机)
问题: The little cat is majoring in physics in the capital of Byterland. A piece of sad news comes to him these days: his mother is getting ill. Being w ...
分类:编程语言   时间:2017-12-10 12:43:11    阅读次数:226
幺正矩阵的分解
参考文献:Dita P. Factorization of Unitary Matrices[J]. Journal of Physics A, 2003, 36(11): 2781-2789. (我主机中的文件:《2003Dita.docx》《2003Dita.pdf》) n*n 幺正矩阵 U(n ...
分类:其他好文   时间:2017-12-01 19:44:24    阅读次数:214
解决服务器上 w3wp.exe 和 sqlservr.exe 的内存占用率居高不下的方案
SQL Server是如何使用内存 最大的开销一般是用于数据缓存,如果内存足够,它会把用过的数据和觉得你会用到的数据统统扔到内存中,直到内存不足的时候,才把命中率低的数据给清掉。所以一般我们在看statistics io的时候,看到的physics read都是0。其次就是查询的开销,一般地说,ha ...
分类:数据库   时间:2017-11-27 15:20:58    阅读次数:258
20162314 Experiment 4 - Graph
Experiment report of Besti course:《Program Design & Data Structures》 Class: 1623 Student Name: Wang, Yixiao Student Number:20162314 Tutor:Mr.Lou、Mr.Wa ...
分类:其他好文   时间:2017-11-25 00:54:08    阅读次数:159
2015 ICPC 上海
A An Easy Physics Problem Not Easy 啊。 给个射线,和一个圆柱体,射线撞到圆柱体会弹射。判断能否经过给定的点。 折射的时候不能用三角函数旋转,会被卡精度。 $(x,y)$关于直线$ax+by+c=0$的对称点坐标$nx=x 2a\frac{ax+by+c}{a^2+ ...
分类:其他好文   时间:2017-11-21 23:40:07    阅读次数:214
弹性碰撞 poj 3684
Simon is doing a physics experiment with N identical balls with the same radius of R centimeters. Before the experiment, all N balls are fastened with ...
分类:其他好文   时间:2017-11-19 02:02:16    阅读次数:166
unity中的射线检测
unity的射线检测 RaycastHit hit;//存储射线检测后的信息 if (Physics.Raycast(transform.position + Vector3.up * 0.3f, transform.forward, out hit, 5f))//进行射线检测 返回值为bool值, ...
分类:编程语言   时间:2017-11-12 12:21:29    阅读次数:302
333条   上一页 1 ... 10 11 12 13 14 ... 34 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!