码迷,mamicode.com
首页 >  
搜索关键字:experiment    ( 90个结果
Physics Experiment poj 3684 弹性碰撞
题意:将N个半径为R的球放入一个圆桶(圆桶口径刚好放入一个球),将圆桶竖直放着,最下端距离地面H高度,让球每隔一秒自由下落,求T时刻各个球距离地面的高度。 思路:所有的球都一样可以忽视它们的碰撞,视为互相穿过继续运动。这样就可以分别单独求出每个球T时刻的高度后排序就是答案了。...
分类:其他好文   时间:2015-02-14 17:33:48    阅读次数:198
Head First Python(初识Python)
使用IDLE来帮助学习PythonPython程序员通常把内置函数称为BIF,print() BIF的作用是吧消息显示到标准输出(通常是屏幕)1 print("You can experiment with code within IDEL's shell Coool, eh?")2 if 43>4...
分类:编程语言   时间:2014-12-11 17:04:53    阅读次数:347
How to write own add-in for SSMS 2012 (Final release version)
原文How to write own add-in for SSMS 2012 (Final release version)Reading internet forums I have noticed that some developers want to experiment and writ...
分类:其他好文   时间:2014-11-19 07:18:04    阅读次数:189
POJ3684 Physics Experiment 【物理】
Physics Experiment Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 1031   Accepted: 365   Special Judge Description Simon is doing a physics experiment w...
分类:其他好文   时间:2014-11-09 01:05:18    阅读次数:243
【MongoDB】mongoimport and mongoexport of data (二)
in last blog,we talked about how to export data from mongo database. now in this blog, on the contrary, we focus on how to import data to database.  before doing our experiment, we delete the user co...
分类:数据库   时间:2014-10-28 02:05:37    阅读次数:252
Row versus Set Processing, Surprise!(集合处理和单行处理数据的差异性)
Row versus Set Processing, Surprise!Craig Shallahamer:1. Set based processing will likely be much faster than row based processing. Our experiment of ...
分类:其他好文   时间:2014-09-09 11:05:08    阅读次数:162
An interesting experiment on China’s censorship
This paper presented a very interesting topic. Censorship in China has always drawn people’s attention since in a perspective of universal values cens...
分类:其他好文   时间:2014-08-27 17:53:18    阅读次数:263
Demand for gold mining
Through years of experiment, we have created the new generation of crushers with different series. These crushers can all be successfully used in the ...
分类:其他好文   时间:2014-07-10 10:00:41    阅读次数:231
POJ 1770 Special Experiment
Special Experiment Time Limit: 1000MS   Memory Limit: 30000K Total Submissions: 1790   Accepted: 601 Description As we know, an atom can be in different energy states (or...
分类:其他好文   时间:2014-06-08 14:57:34    阅读次数:343
90条   上一页 1 ... 7 8 9
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!