利用 dictionary 可以将给定的cDNA序列翻译成蛋白序列 1 #!/bin/python 2 # Dictionary protein translation 3 4 my_dna = open("/home/maque/my_dna.txt").read().replace('\n',....
分类:
其他好文 时间:
2015-09-17 21:29:04
阅读次数:
164
Voltage Translation for Analog to Digital Interface孕龙逻辑分析仪 ZeroPlus Logic AnalyzerIn today'smicrocontroller market, most of the Analog to Digital conv...
分类:
其他好文 时间:
2015-09-17 13:37:20
阅读次数:
178
2015-09-07 03:11:02,993 848 INFO jaminwm openerp.addons.base.ir.ir_translation:module report: loading translation file (zh_CN) for language zh_CN2015-09-07 03:11:03,005 848 INFO jaminwm openerp.tools....
分类:
系统相关 时间:
2015-09-09 13:32:56
阅读次数:
1152
常见的需要配置的地方有三处:1,Translation 一项字符集修改为 UTF-8,这样在 putty 命令行中就可以显示中文字符,默认配置下 putty 命令行中中文字符显示为乱码。2,Window 一项中 Lines of ScrollBack 修改为 20000,默认为 200 ,即 put...
分类:
其他好文 时间:
2015-09-01 16:51:20
阅读次数:
239
1.css3的transform属性:none:无转换matrix(,,,,,):以一个含六值的(a,b,c,d,e,f)变换矩阵的形式指定一个2D变换,相当于直接应用一个[a,b,c,d,e,f]变换矩阵translate([, ]):指定对象的2D translation(2D平移)。第一个参数...
分类:
Web程序 时间:
2015-08-31 21:32:26
阅读次数:
294
CAKeyframeAnimation *shakeAnim = [CAKeyframeAnimation animation];shakeAnim.keyPath = @"transform.translation.x";shakeAnim.duration = 0.15;CGFloat delt...
分类:
移动开发 时间:
2015-08-31 21:28:23
阅读次数:
252
下面的写法是错误的: CGFloatx =self.contentView.frame.origin.x; x =_lastDownX+ translation.x; self.contentView.frame.origin.x = x;正确的写法是: CGRectframe =self.c...
分类:
其他好文 时间:
2015-08-19 22:47:32
阅读次数:
135
本人没有系统的学过计算机网络,但是对计算机网络又特别好奇,可是每每看到那些讲解网络的大部头,就累觉不爱了。但是,经过零零总总的学习,对网络多多少少还是有点了解的。应用层传输层数据包gateway网络层IP分组router数据链路层帧bridge物理层比特流repeater虽然不喜欢看那么多文字描述,...
分类:
Web程序 时间:
2015-08-14 01:03:44
阅读次数:
212
看不懂,先收藏............ 参考网址:http://www.virtualbox.org/manual/ch06.html VirtualBox图形界面下有四种网络接入方式,它们分别是: 1、NAT 网络地址转换模式(NAT,Network Address Translation) 2、Bridg...
分类:
其他好文 时间:
2015-08-11 16:24:36
阅读次数:
268
M斐波那契数列
Description
Input
Output
Sample Input
Sample Output
Solution
Genius
Solution
Count Path Pair
Description
Input
Output
Sample Input
Sample Output
Translation
Solution
Poj1365Prime Land
SPOJ10568...
分类:
其他好文 时间:
2015-08-11 14:13:24
阅读次数:
305