搜索资源列表
CheckBoxPanel
- CheckBoxPanel 制作改变文本对齐方式的实例-CheckBoxPanel production change text alignment example
FourInRow
- 为手机移动设备编写的直落四子棋游戏,其判赢算法比较简单,不过UI不错-mobile phone equipment for the preparation of four-straight alignment of the game of chess, its subcontractors won algorithm is relatively simple, but good UI
sequence-aligment
- 基于关键字树的序列比对算法,用于比对多个相似程度很高的DNA序列,此为复杂度较低的星比对算法。-Keyword-based tree sequence alignment algorithm for more than a high degree of similarity of DNA sequences, this is the low complexity of the star alignment algorithm.
StringAlign
- 字符串对齐工具,实现字符串的居中,居左,居右功能。-String alignment tools, implementation of the middle string, ranking the left and right of abode function.
genexp
- Java语言编写的生物信息学综合工具软件,它提供了一个统一的界面调用ncbi-blast、clustalw、几个phylip程序、chromtree和treeview 程序,还提供了多序列比对编辑等其他功能。需要安装Java环境、biojava 1.4p1,2.6M,及以上各个独立程序。-Written in Java language integrated bioinformatics tools, which provides a unified interface called ncbi-
javaform
- Java 创建图形用户界面例子集,学习用Java创建窗体按钮、图标、按下图标和翻转图标、复选框、单选按钮、标签、文本域、、组合框、列表框、滚动条、滑动块、创建多个窗口以及元素对齐等方面的知识技巧。 -Java graphical user interface to create an example set, learning to use Java to create a form button, icon, press the icon and roll over the icon, c
sequence_query_system
- blast序列比对算法的一个简单java实现-sequence alignment blast
layout-BoxAlignmentDemoProject
- Box Alignment Demo Project
RichText
- TextView通常用来显示普通文本,但是有时候需要对其中某些文本进行样式、事件方面的设置。android系统通过SpannableString类来对指定文本进行相关处理,具体有以下功能: 1、BackgroundColorSpan 背景色 2、ClickableSpan 文本可点击,有点击事件 3、ForegroundColorSpan文本颜色(前景色) 4、MaskFilterSpan 修饰效果,如模糊(BlurMaskFilter)、浮雕(EmbossMask
boids
- 通过JAVA 2D来模仿飞鸟飞行过程中的分隔、对齐、凝聚等行为信息。-By JAVA 2D to mimic birds in flight separation, alignment, cohesion and other behavioral information.
WorkFlowDemo
- 纯java实现的工作流程编辑器,支持使用拖曳节点定义流程,支持对齐、多选拖放、undo/redo等功能,可以自动按树型排列节点。-Pure java implementation of the workflow editor, support for drag and drop node defines processes to support the alignment, multiple choice and drop, undo/redo functions, can automatica
AlignmentSpan
- Alignment Span Standard Test for Andriod.
mymail
- iText中用文本块(chunk)、短语(Phrase)和段落处理文本; 文本块是处理文本的最小单位,由一串带格式(包括字体、颜色、大小)的字符组成; 短语由一个或多个文本组成,短语也可以设定字体,但对于其中已经设定的字体的文本块无效; 段落一个或多个文本块或短语组成,相当于Word文档中段落的概念,同样可以设定段落的字体大小、颜色等属性。另外也可以设定段落的道行缩进、对齐方式(左对齐、右对齐、居中对齐)。 -iText using text block (chunk), phr
Cal1
- 以前机试遇到过的,写日历要求输入年份与月份到Console输出要求格式对齐,写个例子-Machine test previously encountered, writing required to enter the calendar year and month to the Console output format alignment requirements, write an example
HorizontalOrientationVerticalAlignment
- Horizontal Orientation Vertical Alignment extends Activity.
UniformListItem
- Class that represents a contiguous list of uniform items. Each item in the list, in particular, must have the same write size and alignment.
Test_opc_const
- the required alignment for instances of this class.
Calfreq
- 对英文文档分词,实现文章的词频统计以及整序排列输出-The English word document, word frequency statistics and realize the article output of the entire sequence alignment
JavaEE8_Community_Survey_Results
- Results from the Java EE 8 Community Survey The first part of the survey covered topics in the areas of : • New JSRs • Web tier /
DNA
- 人类基因由4种核苷酸,分别用字母ACTG表示。要求编写一个程序,按以下规划比较两个基因序列并确定它们的相似程度。即两 给出两个基因序列AGTGATG和GTTAG,它们有多相似呢?测量两个基因的相似度一种方法称为对齐。使用对齐方法可以在基因的适当位置加入空格,让两个基因的长度相等,然后根据基因的分值矩阵计算分数。 -The human gene consists of 4 nucleotides, respectively represented by the letter ACTG. A