-
使用TCppWebBrowser控件实现的浏览器,MDI窗体方式。 最主要的是有源代码,可以自己添加喜爱的功能。...
使用TCppWebBrowser控件实现的浏览器,MDI窗体方式。 最主要的是有源代码,可以自己添加喜爱的功能。-TCppWebBrowser controls to achieve the use of browser, MDI form way. The most important thing is the active code, you can add their favorite functions.
- 2022-01-26 02:45:02下载
- 积分:1
-
visual C++ 2005 入门基础
visual C++ 2005 入门基础-visual portal based C 2005
- 2022-10-31 21:35:03下载
- 积分:1
-
括号配对
括号配对-Matching brackets
- 2022-07-08 23:04:48下载
- 积分:1
-
midp2.0 the entry Guide, which has a small source of the game
midp2.0使用的入门教程,里面有一个小游戏的源码-midp2.0 the entry Guide, which has a small source of the game
- 2023-05-21 14:20:03下载
- 积分:1
-
魏永明译的 linux device driver
魏永明译的 linux device driver -WEI Yong translation of the Linux device driver
- 2022-10-15 04:30:03下载
- 积分:1
-
学习3D MAX的很好的材料,主要讲动画片头制作。
学习3D MAX的很好的材料,主要讲动画片头制作。-3D MAX learning the good material, the main speaker first animated production.
- 2022-04-25 13:15:45下载
- 积分:1
-
a diary prepared by the vc
一个vc编写的日记-a diary prepared by the vc
- 2022-03-23 12:31:11下载
- 积分:1
-
uiOne introductory phone after Got development trends
uiOne的介绍 手机以后ui开发的趋向-uiOne introductory phone after Got development trends
- 2022-03-23 03:51:50下载
- 积分:1
-
program nghe nhac with goodskin
program nghe nhac with goodskin
- 2022-02-12 15:36:58下载
- 积分:1
-
从NCBI上自动下载超大序列
应用背景Windows系统,安装了perl环境。可以根据您的搜索条件或者提供的GI号,从NCBI上自动下载超大序列。能自动下载超过50000条以上的核酸或蛋白序列。有时候需要根据自己提供的GI号从NCBI上下载需要的基因或蛋白序列,这个小程序可实现自动下载。在windows操作系统下即可轻松完成,直接双击程序,自动运行下载序列。关键技术放在任何文件夹双击运行。相当于在NCBI首页上查询某物种的基因或蛋白序列,然后自动下载保存为fasta格式。根据使用目的修改脚本。使用方法如下:查询核酸序列:NCBI--左上选Nucleotide--右边输入要查询的物种和限制条件,比如番茄tomato mRNA,出来很多序列,在右下方Search details处,可看到查询条件其实是 ("Solanum lycopersicum"[Organism] OR tomato[All Fields]) AND mRNA[All Fields],复制这个查询条件,粘贴到脚本的第12行$query = ""Solanum lycopersicum"[orgn]"的单引号里面覆盖"Solanum lycopersicum"[orgn],脚本14行$url = $base . "esearch.fcgi?db=protein&term=$query&usehistory=y";里面的db=后面的protein改成Nucleotide,32行$efetch_url = $base ."efetch.fcgi?db=protein&WebEnv=$web"里面的protein也改成Nucleotide。修改这三处之后即可查询得到fasta格式序列。如果查询蛋白序列,按上述方法得到查询条件粘到$query后面,把后面的库db改成protein。查询其它库依此类推。
- 2022-12-23 12:35:03下载
- 积分:1