-
汇编指令帮助文档,巨好!
汇编指令帮助文档,巨好!-compilation directives help documentation, giant!
- 2022-06-12 22:36:30下载
- 积分:1
-
介绍缓冲溢出的原理
介绍缓冲溢出的原理-introduced the principle of buffer overflow
- 2022-08-07 08:42:02下载
- 积分:1
-
one of a* good entry article
一篇关于a*很好的入门文章-one of a* good entry article
- 2022-01-30 15:53:39下载
- 积分:1
-
JAVA2安全书的例子 非常的好的一个例子
JAVA2安全书的例子 非常的好的一个例子-JAVA2 the safety of the very good example of a case
- 2022-02-26 03:24:14下载
- 积分:1
-
java cafe is a JAVA based on the series of articles, the very image of a very li...
java咖啡馆是一篇介绍JAVA基础的文章连载,很形象,很生动-java cafe is a JAVA based on the series of articles, the very image of a very lively
- 2022-04-27 20:42:39下载
- 积分: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
-
C++、MFC源代码Singleton_demo
C++、MFC源代码Singleton_demo -C, MFC source code Singleton_demo
- 2022-04-15 05:53:25下载
- 积分:1
-
G.723.1 standards in TMS320VC5402 realized. Nh
G.723.1标准在TMS320VC5402上的实现.nh-G.723.1 standards in TMS320VC5402 realized. Nh
- 2022-05-07 20:20:13下载
- 积分:1
-
(1) functional requirements : (a) maintaining information : Request : Student da...
(一)功能要求:
(1) 信息维护:
要求:学生信息数据要以文件的形式保存,能实现学生信息数据的维护。此模块包括子模块有:增加学生信息、删除学生信息、修改学生信息
(2) 信息查询:要求:查询时可实现按姓名查询、按学号查询
(3) 成绩统计:要求:A输入任意的一个课程名(如数学)和一个分数段(如60--70),统计出在此分数段的学生情况。
排序:能-(1) functional requirements : (a) maintaining information : Request : Student data to information in the form of a document preservation, Students can achieve the maintenance of information and data. This module, including sub-modules are : increased student information, delete information of students, student information changes (2) Information : Request : inquiries can be realized by name inquiries, inquiries by the school, (3) results statistics : requirements : A importation of an arbitrary courses (such as mathematics) and a fraction of the (60-- 70), Statistics from the scores of the students of. Ranking : can
- 2022-06-20 19:21:24下载
- 积分:1
-
二叉树的生成与遍历
二叉树的生成与遍历-binary tree generation and traversal
- 2022-08-20 09:20:33下载
- 积分:1