搜索资源列表
ru.nlmk.eclipse.plugins.profiler_0.5.33
- Eclipse profiler plugin,Profiler 性能跟踪、测量工具,能跟踪、测量BS程序 .-profiler plugin Eclipse, Profiler performance tracking, Measurement tools can be tracked, monitored BS procedures.
com
- 一个可以用来测量直线的宽度的Java程序,源文件需要是txt文档格式。-A straight line can be used to measure the width of the Java program, the source file needs to be txt document format.
celiangchengxu
- 这是一款测量程序,使用J2ME编写,可以在手机上用行的,坐标正反算程序。-This is a measurement program, written using the J2ME, you can use the phone line, the coordinates of the positive and negative computer program.
DNA
- 人类基因由4种核苷酸,分别用字母ACTG表示。要求编写一个程序,按以下规划比较两个基因序列并确定它们的相似程度。即两 给出两个基因序列AGTGATG和GTTAG,它们有多相似呢?测量两个基因的相似度一种方法称为对齐。使用对齐方法可以在基因的适当位置加入空格,让两个基因的长度相等,然后根据基因的分值矩阵计算分数。 -The human gene consists of 4 nucleotides, respectively represented by the letter ACTG. A
DNA
- 人类基因由4种核苷酸,分别用字母ACTG表示。要求编写一个程序,按以下规划比较两个基因序列并确定它们的相似程度。即两 给出两个基因序列AGTGATG和GTTAG,它们有多相似呢?测量两个基因的相似度一种方法称为对齐。使用对齐方法可以在基因的适当位置加入空格,让两个基因的长度相等,然后根据基因的分值矩阵计算分数。-Human genome consists of four nucleotides, are represented by the letters ACTG. Requested t
gaochengpingcha
- 次程序为测量平差软件,可以平差水准网,程序运行稳定,录入格式简单,用起来很方便。-Times a procedure for measuring the adjustment software adjustment of leveling network, the program is running stable, simple entry format is easy to use.
StopWatch
- 设计一个名为StopWatch的类,该类包括:具有访问器方法的私有数据域startTime和endTime;一个无参构造方法,使用当前时间来初始化startTime;一个名为start()方法,将startTime重设为当前时间;一个名为stop()方法,将endTime设置为当前时间;一个名为getElapsedTime()的方法,以毫秒为单位返回秒表记录的流逝时间。画出该类的UML图并实现这个类。并编写一个测试程序,用于测量使用选择排序对100 0000个数字进行排序的执行时间。-Desig