代码搜索:RNA
找到约 104 项符合「RNA」的源代码
代码结果 104
www.eeworm.com/read/327242/13092277
mat rna.mat
www.eeworm.com/read/195191/8169963
f rna.f
www.eeworm.com/read/195191/8170403
gif rna.gif
www.eeworm.com/read/195192/5114657
cpp rna_algebra.cpp
#include "rna_algebra.h"
Score::Score(RNAforesterOptions &options)
{
m_isLocal=options.has(RNAforesterOptions::LocalSimilarity);
m_isRIBOSUM=options.has(RNAforesterOptions::RIBOSUMScore);
/
www.eeworm.com/read/195192/5114666
cpp rna_alphabet.cpp
#include "rna_alphabet.h"
#include
int alpha2RNA_Alpha(char c)
{
switch(c)
{
case ALPHA_BASE_A:
return ALPHA_PRO_BASE_A;
case ALPHA_BASE_C:
return ALPHA_PRO_BASE_C;
case ALP
www.eeworm.com/read/195192/5114669
h rna_alphabet.h
#ifndef _RNA_ALPHABET_
#define _RNA_ALPHABET_
#include
using namespace std;
/*
not every c++ compiler allows that enum types are used as
template arguments
typedef enum
{
ALPHA_UNDE
www.eeworm.com/read/195192/5114680
h rna_alignment.h
/*
Copyright by Matthias Hoechsmann (C) 2002-2004
=====================================
You may use, copy and distribute this file freely as long as you
- do
www.eeworm.com/read/195192/5114687
cpp rna_alignment.cpp
/*
Copyright by Matthias Hoechsmann (C) 2002-2004
=====================================
You may use, copy and distribute this file freely as long as you
- do
www.eeworm.com/read/195192/5114697
h rna_algebra.h
#ifndef _RNA_ALGEBRA_H_
#define _RNA_ALGEBRA_H_
#include
#include
#include "algebra.h"
#include "debug.h"
#include "misc.h"
#include "rna_alphabet.h"
#include "rnaforester_op
www.eeworm.com/read/195191/8170004