CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - smith-waterman
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - smith-waterman - List
[
Other
]
Smith algorithm
DL : 0
一个关于字符串匹配的算法,已经经过编译,希望对你有帮助-on a string matching algorithm, has been built, want to help you
Update
: 2025-02-17
Size
: 1kb
Publisher
:
赵机密
[
Graph Drawing
]
Smith_Graph_Demo
DL : 0
smith阻抗圆图演示,可以用于微波无损耗传输线教学。也可用于处学delphi者熟悉tcanvas控件使用。-impedance Chart demonstration can be used for microwave transmission lines without loss of teaching. Also can be used to learn delphi TCanvas familiar with the use of controls.
Update
: 2025-02-17
Size
: 24kb
Publisher
:
高映军
[
Algorithm
]
smith
DL : 0
一个计算史密斯原图及其应用的小程序,可以通过调试运用-a calculation of the maximum Smith and application procedures for small, can use the debugging!
Update
: 2025-02-17
Size
: 2kb
Publisher
:
ymning
[
Other systems
]
smith-
DL : 0
matlab编写的史密斯圆图 运行.m文件-matlab Smith prepared plans to run. m file
Update
: 2025-02-17
Size
: 16kb
Publisher
:
para
[
File Format
]
-smith
DL : 0
用matlab实现smith圆图的基本思路和指导。-Using matlab circle diagram smith realize the basic ideas and guidance.
Update
: 2025-02-17
Size
: 115kb
Publisher
:
黄黄
[
GUI Develop
]
Smith
DL : 0
smith chart 模拟软件,可视化GUI界面,鼠标选择圆图上坐标或输入数据进行计算,方便直观-smith chart simulation software, visualization GUI interface, the mouse to choose a round map coordinates or input data is calculated to facilitate intuitive
Update
: 2025-02-17
Size
: 147kb
Publisher
:
zhou zling
[
Linux-Unix
]
fasta-35.3.6.tar
DL : 0
序列对齐 Compare a protein sequence to a protein sequence database or a DNA sequence to a DNA sequence database using the Smith-Waterman algorithm.[.wat815.] \fCssearch3\fP is about 10-times slower than FASTA3, but is more sensitive for full-length protein sequence comparison.-Alignment Compare a protein sequence to a protein sequence database or a DNA sequence to a DNA sequence database using the Smith-Waterman algorithm. [. Wat815.] Cssearch3 P is about 10-times slower than FASTA3, but is more sensitive for full-length protein sequence comparison.
Update
: 2025-02-17
Size
: 600kb
Publisher
:
Galaxy
[
CSharp
]
smith
DL : 0
利用C#编写的smith圆图计算软件。可以计算双枝节串并联各种匹配方式下的匹配线长度,并可以仿真其频谱变化曲线。-The use of C# Prepared smith circle diagram calculation software. Can calculate a variety of series-parallel double-side mode matching matching line length, and can be simulation of the spectrum curve.
Update
: 2025-02-17
Size
: 276kb
Publisher
:
speeter
[
matlab
]
smithcontrol
DL : 0
先进PID:Smith预估器纯滞后补偿,通过与PID控制器并接,来抵消实测滞后的影响-Advanced PID: Smith Predictor time delay compensation, with the PID controller and then to offset the impact of the measured hysteresis
Update
: 2025-02-17
Size
: 1kb
Publisher
:
yiaihua
[
matlab
]
smith
DL : 0
实现smith圆图显示和阻抗匹配,能够解决传输线阻抗匹配问题-The realization of smith chart display and impedance matching, transmission line impedance matching to solve the problem
Update
: 2025-02-17
Size
: 669kb
Publisher
:
张晨
[
Graph Drawing
]
smith
DL : 0
smith圆图及阻抗匹配等相关应用,附有详细的代码-Smith Chart and impedance matching smith and other related applications, with detailed code
Update
: 2025-02-17
Size
: 43kb
Publisher
:
未央
[
Algorithm
]
dp_align.tar
DL : 0
双序列比对:全局比对或局部比对算法,针对蛋白质序列或核酸序列-This program will do Needle global or Smith-Waterman local alignment for two protein sequences or DNA sequences
Update
: 2025-02-17
Size
: 7kb
Publisher
:
crazy
[
Windows Develop
]
smith
DL : 0
1.本程序拟已知驻波比系数ρ,波节点的距离l_m_i_n,和频率f的情况下,求解归一化阻抗Z~, 所以在本程序运行时,要首先输入正确的驻波比系数ρ,波节点的距离l_m_i_n,和频率f; 2.本程序由于视野有限,课本后面的那个圆图并未全部显示出来,只是显示了本程序有用的部分 3.编制本程序的小组成员为微波技术实验分组,倪庆等; 4.由于时间原因,未能打成exe可执行文件包; 5.由于圆图信息量大,所以运行后要把窗口最大化才能正常显示; 6.红色的圆点即为阻抗圆点;- 1. This procedure is known to be standing wave ratio coefficient ρ, nodal points, the distance l_m_i_n, and frequency f of the situation, solving the normalized impedance Z ~, so this program is running, we must first enter the correct standing wave than the coefficient of ρ, nodal points, the distance l_m_i_n, and frequency f 2. This procedure is limited because of vision, books that chart the back had not been fully displayed, but shows the useful part of this program 3. preparation of the program members of the group of microwave technology experiment for the group, Ni Qing, etc. 4. due to time reasons, not labeled as exe executable file package 5. As the chart informative, so running should maximize the window will be displayed properly 6. red dot dot shall impedance
Update
: 2025-02-17
Size
: 3kb
Publisher
:
倪庆
[
Mathimatics-Numerical algorithms
]
smith-waterman
DL : 0
An Implementation of Smith Waterman Algorithm which compares two sequences and gives the common sequences along with the score
Update
: 2025-02-17
Size
: 2kb
Publisher
:
codingnovice
[
Other
]
Russinov
DL : 1
Nussinov算法,预测rna二级结构-This program implements Nussinov algorithm on predicting RNA structure from RNA sequence using dynamic programming approach. The baisic idea is similiar with Smith-Waterman algorithm, obtaining optimal result about predicting RNA secondary structure. This program is able to deal with "bulge","hairpin loop" efficiently but can not handle "pseudoknot .
Update
: 2025-02-17
Size
: 3kb
Publisher
:
hsingjun
[
Algorithm
]
Smith-Waterman-algorithm
DL : 0
smith waterman string matching algorithm
Update
: 2025-02-17
Size
: 19kb
Publisher
:
Moayad
[
Software Engineering
]
Needleman-Wunsch-and-Smith-Waterman
DL : 1
介绍动态编程之序列比对:Needleman-Wunsch 算法和Smith-Waterman算法-Sequence alignment of dynamic programming: needleman-wunsch gives you and Smith- Waterman algorithm
Update
: 2025-02-17
Size
: 92kb
Publisher
:
Michael
[
Other
]
Smith-Waterman
DL : 1
使用Perl语言实现Smith-Waterman算法-Using Perl language Smith-Waterman algorithm
Update
: 2025-02-17
Size
: 1kb
Publisher
:
阳仔
[
Windows Develop
]
smithwaterman
DL : 0
Smith-Waterman算法是Smith和Waterman提出的一种用来寻找并比较具有局部相似性区域的动态规划算法,很多后来的算法都是在该算法的基础上发展的。(Smith-Waterman algorithm is a dynamic programming algorithm proposed by Smith and Waterman to find and compare local similarity regions, and many subsequent algorithms are developed on the basis of the algorithm.)
Update
: 2025-02-17
Size
: 5.92mb
Publisher
:
伟少侠
[
Windows Develop
]
S-Wg
DL : 0
Smith-Waterman算法是Smith和Waterman提出的一种用来寻找并比较具有局部相似性区域的动态规划算法,改进算法在其基础上可以输出所有最大分值的局部比对结果。(Smith-Waterman algorithm is a dynamic programming algorithm proposed by Smith and Waterman to find and compare local similarity regions, and many subsequent algorithms are developed on the basis of the algorithm.)
Update
: 2025-02-17
Size
: 4.46mb
Publisher
:
伟少侠
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.