格里菲斯实验是由弗雷德里克·格里菲斯(Frederick Griffith)在1928年利用肺炎链球菌与老鼠所进行的一系列生物学实验。实验结果显示,细菌的遗传讯息,会因为转型(或称转化)作用而发生改变。无毒性的粗糙型(左)有毒性的平滑型(右)实验此实验是利用两个不同的肺炎链球菌(可感染老鼠)品系,一...
分类:
其他好文 时间:
2015-08-13 12:04:56
阅读次数:
946
Amr loves Chemistry, and specially doing experiments. He is preparing for a new interesting experiment.Amr hasndifferent types of chemicals. Each chem...
分类:
其他好文 时间:
2015-07-26 00:25:49
阅读次数:
168
今天用weka连接数据库的时候,总是提示No suitable driver found for jdbc:mysql://localhost/dbname。同样改了weka.experiment.DatabaseUtils.props下的文件,之前安装都没有出现过这样的问题。重新安装,配置jdbc驱动路径。都还是报错。找了好久,终于找到了。
解决方法:
打开weka安装目录下的RunWeka....
分类:
数据库 时间:
2015-07-24 20:59:03
阅读次数:
280
Recently I am running an experiment. Because the lab has only NI devices, I have to learn to use the so-called "Graphical Programming Language" LabVie...
分类:
其他好文 时间:
2015-07-24 20:26:43
阅读次数:
97
Amr loves Chemistry, and specially doing experiments. He is preparing for a new interesting experiment.Amr hasndifferent types of chemicals. Each chem...
分类:
其他好文 时间:
2015-07-22 22:35:50
阅读次数:
146
/*
Run the "hello, world" program on your system. Experiment with leaving out parts of the program to see what error messages you get.
*/
#include
main()
{
printf("hello world\n");
}...
分类:
其他好文 时间:
2015-07-11 18:31:13
阅读次数:
107
/*
Experiment to find out what happens when printf's argument string contains \c, where c is some character not listed above.
*/
#include
main()
{
printf("hello world\y");
printf("hello wor...
分类:
其他好文 时间:
2015-07-11 18:27:26
阅读次数:
137
这题,题目的意思是,有N个球从高度为H的地方落下,每一秒落下一个球,球与球之间和球与地板直接都是弹性碰撞,求T秒后的每个球的位置,也就是高度。
这题,跟Ants那题类似,也就是球与球碰撞可以当作不转换方向,继续按照原来的方向。也就是R = 0的时候,忽略半径,算出每一个球的位置,每一个球与地板碰撞后,会上升到原来的高度。先算出一次掉落需要t = sqrt(2 * H / g);每个球总共的时间T...
分类:
其他好文 时间:
2015-06-30 16:28:48
阅读次数:
122
史上第五大哲学命题:伽利略的重力实验(Galileo’s Gravity Experiment)~为了反驳亚里士多德的自由落体速度取决于物体的质量的理论,伽利略构造了一个简单的思想实验。根据亚里士多德的说法,如果一个轻的物体和一个重的物体绑在一起然后从塔上丢下来,那么重的物体下落的速度快,两个物体之...
分类:
其他好文 时间:
2015-06-13 22:49:15
阅读次数:
202
1381 - Scientific ExperimentTime Limit: 20 SecMemory Limit: 256 MB题目连接http://www.lightoj.com/volume_showproblem.php?problem=1381DescriptionJohn wants ...
分类:
其他好文 时间:
2015-05-25 07:25:32
阅读次数:
152