生物信息资源更新越来越快,使用可视化的方法来分析DNA序列已成为生物信息学的一个研究热点,用图形表示DNA序列的方法也越来越成熟。2011年,著名杂志《Science》发表一篇引起轰动的文章:《Presenting the Human Genome:Now is 3D!》,这篇文章完全给我们描述了人...
分类:
其他好文 时间:
2014-08-21 16:43:44
阅读次数:
282
各种操作系统,试用30天版本下载:点击打开链接
2009年的时候初次了解这个软件,0.7.7版,以及0.80.2还都是免费的,只是觉得好玩而已;
主要因为Connel大学有人在Science上发了一篇report,介绍了类似symbolic regression概念;
后来一直想找出来,可惜忘记软件名字了,一个关键词也想不起来了;一直找不到;
今天翻旧电脑的老硬盘偶然发现还在一个偏...
分类:
其他好文 时间:
2014-08-20 16:25:43
阅读次数:
1131
RPC(Remote procedure call):In computer science, a remote procedure call (RPC) is an inter-process communication(IPC) that allows a computer program to...
分类:
其他好文 时间:
2014-08-20 12:18:12
阅读次数:
367
using System.Drawing;
using System.IO;
using System.Drawing.Imaging;
private void AddTextToImg(string fileName,string text)
{
if(!File.Exists(MapPath(fileName)))
...
分类:
Web程序 时间:
2014-08-19 14:35:08
阅读次数:
204
The 3n + 1 problem
Time Limit:3000MS Memory Limit:0KB 64bit IO Format:%lld
& %llu
Description
Problems in Computer Science are often classified as belonging to a certain class of ...
分类:
其他好文 时间:
2014-08-19 12:57:54
阅读次数:
248
Summation of sequence of integersis always a common problem in Computer Science. Rather than computing blindly,some intelligent techniques make the task simpler. Here you have to find thesummation of ...
分类:
其他好文 时间:
2014-08-18 22:10:23
阅读次数:
314
using System.Drawing;using System.IO;using System.Drawing.Imaging; private void AddTextToImg(string fileName,string text) { i...
分类:
Web程序 时间:
2014-08-18 18:22:42
阅读次数:
248
Background
Problems that require minimum paths through some domain appear in many different areas of computer science. For example, one of the constraints in VLSI routing problems is minimizing wire ...
分类:
其他好文 时间:
2014-08-18 00:20:23
阅读次数:
331
DescriptionString Matching is an important problem in computer science research and finds applications in Bioinformatics, Data mining,pattern recognit...
分类:
其他好文 时间:
2014-08-11 08:21:41
阅读次数:
345
DescriptionUnidirectional TSPBackgroundProblems that require minimum paths through some domain appear in many different areas of computer science. For...
分类:
其他好文 时间:
2014-08-06 14:16:41
阅读次数:
336