码迷,mamicode.com
首页 >  
搜索关键字:translation    ( 398个结果
将给定序列翻译成蛋白质序列
利用 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 ADC
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
Odoo8.0在Ubuntu LTS 14.04环境下的源代码编译安装
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
putty配置
常见的需要配置的地方有三处:1,Translation 一项字符集修改为 UTF-8,这样在 putty 命令行中就可以显示中文字符,默认配置下 putty 命令行中中文字符显示为乱码。2,Window 一项中 Lines of ScrollBack 修改为 20000,默认为 200 ,即 put...
分类:其他好文   时间:2015-09-01 16:51:20    阅读次数:239
css3特效
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
iOS开发之左右抖动效果
CAKeyframeAnimation *shakeAnim = [CAKeyframeAnimation animation];shakeAnim.keyPath = @"transform.translation.x";shakeAnim.duration = 0.15;CGFloat delt...
分类:移动开发   时间:2015-08-31 21:28:23    阅读次数:252
不合法语句 self.contentView.frame.origin.x = x;
下面的写法是错误的: 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
NTA(Network Address Translation)
本人没有系统的学过计算机网络,但是对计算机网络又特别好奇,可是每每看到那些讲解网络的大部头,就累觉不爱了。但是,经过零零总总的学习,对网络多多少少还是有点了解的。应用层传输层数据包gateway网络层IP分组router数据链路层帧bridge物理层比特流repeater虽然不喜欢看那么多文字描述,...
分类:Web程序   时间:2015-08-14 01:03:44    阅读次数:212
VirtualBox中centos网络配置
看不懂,先收藏............ 参考网址: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
398条   上一页 1 ... 28 29 30 31 32 ... 40 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!