码迷,mamicode.com
首页 >  
搜索关键字:dna    ( 1245个结果
05 Computing GC Content
Problem The GC-content of a DNA string is given by the percentage of symbols in the string that are 'C' or 'G'. For example, the GC-content of "AGCTAT ...
分类:其他好文   时间:2017-07-30 14:50:09    阅读次数:153
5星|《上帝的手术刀》:人类编辑自身基因的技术与商业过程。
全书讲人类认识DNA、编辑DNA的过程,有技术和商业两条线,两条线都非常精彩,都有多次的惊天逆转。 作者应该是战斗在DNA研究第一线的科研人员。遗憾的是作者的身份和专业,书中没有一个字的介绍。亚马逊网站上介绍了身份没介绍专业。 作者讲故事的能力不错,又熟悉DNA研究的技术与商业细节,全书可读性比较强 ...
分类:其他好文   时间:2017-07-30 12:39:18    阅读次数:230
Struts局部异常与全局异常处理
局部异常 Java抛出异常 Struts配置文件 JSP页面 测试: 全局异常 Java的Action同上面一样 struts.xml配置 error2.jsp 测试 自定义异常 自定义异常类 测试Action struts.xml 测试: 总结: 异常处理可以可以最后用一个 处理程序中抛出的未知异 ...
分类:其他好文   时间:2017-07-30 11:35:20    阅读次数:147
01 A Counting DNA Nucleotides
Problem A string is simply an ordered collection of symbols selected from some alphabet and formed into a word; the length of a string is the number o ...
分类:其他好文   时间:2017-07-29 15:26:57    阅读次数:206
02 Transcribing DNA into RNA
Problem An RNA string is a string formed from the alphabet containing 'A', 'C', 'G', and 'U'. Given a DNA string tt corresponding to a coding strand, ...
分类:其他好文   时间:2017-07-29 15:12:37    阅读次数:113
03 Complementing a Strand of DNA
Problem In DNA strings, symbols 'A' and 'T' are complements of each other, as are 'C' and 'G'. The reverse complement of a DNA string ss is the string ...
分类:其他好文   时间:2017-07-29 15:11:38    阅读次数:128
日记整理---->2016-11-22
这里记录一些关于jquery的一些知识。这里面主要是$().method方法的书写框架以及jquery中each函数的使用。等待太久得来的东西,多半已经不是当初想要的样子了。 一、基于$().method方法的书写 一、框架的写法 二、app2.js的代码: 三、运行的效果如下: 点击click m ...
分类:其他好文   时间:2017-07-29 00:55:49    阅读次数:221
【MongoDB】MongoDB的一些操作命令
我们首先应该知道MongoDB的数据结构:MongoDB:库-->集合-->JSON对象 查看 show dbs //查看有哪些库 show collections //查看库中有哪些集合库操作 use 库名 //使用某个库,进入某个库,创建一个库 库名.dropDatabase() //删除集合操 ...
分类:数据库   时间:2017-07-28 11:02:20    阅读次数:167
基于AppDomain的"插件式"开发
很多时候,我们都想使用(开发)USB式(热插拔)的应用,例如,开发一个WinForm应用,并且这个WinForm应用能允许开发人员定制扩展插件,又例如,我们可能维护着一个WinService管理系统,这个WinService系统管理的形形色色各种各样的服务,这些服务也是各个"插件式"的类库,例如: ...
分类:移动开发   时间:2017-07-26 18:10:44    阅读次数:322
数据库练习
select dept.dname,ano "1000以下",bno "1000~2000",cno "2000~3000",dno "3000以上"from dept,(select ano,bno,cno,nvl(d."3000以上",0) dno,g.deptno from(select an ...
分类:数据库   时间:2017-07-24 17:31:42    阅读次数:208
1245条   上一页 1 ... 61 62 63 64 65 ... 125 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!