码迷,mamicode.com
首页 >  
搜索关键字:studying    ( 129个结果
Leetcode:Repeated DNA Sequences详细题解
题目All DNA is composed of a series of nucleotides abbreviated as A, C, G, and T, for example: "ACGAATTCCG". When studying DNA, it is sometimes useful t...
分类:其他好文   时间:2015-02-11 12:43:54    阅读次数:184
Linux grep命令
三剑客之grep命令小结1、 grep(1)grep命令加-v参数表示不输出含有linux的内容[root@Eric data]# cat abcI am oldboyoldboyoldgirlI am studying linuxI am Eric[root@Eric data]# grep -v...
分类:系统相关   时间:2015-02-09 15:21:35    阅读次数:183
leetcode 187: Repeated DNA Sequences
Total Accepted: 1161 Total Submissions: 6887 All DNA is composed of a series of nucleotides abbreviated as A, C, G, and T, for example: "ACGAATTCCG". When studying DNA, it is sometimes usef...
分类:其他好文   时间:2015-02-09 08:15:56    阅读次数:199
Repeated DNA Sequences
All DNA is composed of a series of nucleotides abbreviated as A, C, G, and T, for example: "ACGAATTCCG". When studying DNA, it is sometimes useful to ...
分类:其他好文   时间:2015-02-06 16:30:24    阅读次数:142
类的设计 学习笔记
packagecom.ctu.java.exer; publicclassTestPerson{ publicstaticvoidmain(String[]args){ Personp=newPerson(); p.study(); p.showAge(); p.addAge(2); p.showAge(); Personp1=newPerson(); p1.showAge(); } //属性 } classPerson{ Stringname; i..
分类:其他好文   时间:2015-01-10 18:25:20    阅读次数:153
The thinking of struts2 namspace
In the lastduring, I am studying the basic about struts2.     At be ginning,I always am confused by the namespace of struts2 xml configuration file.     Cause, sometimes I shall read some examples...
分类:其他好文   时间:2014-12-07 23:13:36    阅读次数:169
E - Team Olympiad
DescriptionThe School №0 of the capital of Berland hasnchildren studying in it. All the children in this school are gifted: some of them are good at p...
分类:其他好文   时间:2014-12-01 00:42:32    阅读次数:273
Mean-field theory
Also known as self-consistent field theoryStudy the behavior of large and complex stochastic models by studying a simpler model.Such models consider a...
分类:其他好文   时间:2014-11-27 14:26:31    阅读次数:205
JSP Learning -- JSP&EL(express language) studying Summary
1. JSP     JSP(javaServerPage)would be supplementary for Servlet, rather than be substituted. Because the JSP sloves tow problems of Servlet.Such as,first,the HTML tags in Servlet all must be enclose...
分类:Web程序   时间:2014-11-03 13:05:45    阅读次数:173
Studying TCP's Congestion Window using NS
Studying TCP's Congestion Window using NS How to obtain TCP's CWND value The most important value that determine the behavior of TCP is the congestion...
分类:Windows程序   时间:2014-10-27 00:23:39    阅读次数:319
129条   上一页 1 ... 10 11 12 13 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!