码迷,mamicode.com
首页 > 其他好文 > 详细

ex10_3生物信息:找基因

时间:2017-12-02 00:43:52      阅读:182      评论:0      收藏:0      [点我收藏+]

标签:nbsp   serve   turn   cpp   class   bsp   std   生物   namespace   

 

//
//  main.cpp
//  ex10_3
//
//  Created by a007 on 17/12/1.
//  Copyright ? 2017年 a007. All rights reserved.
//


// 占坑 未完待续。。。。。。


#include <iostream>
using namespace std;

string findGene(const string &str){
    string temp = "";
    string begin = "ATG";
    string end1 = "TAG";
    string end2 = "TAA";
    string end3 = "TGA";
    
    
    return temp;
}

int main(int argc, const char * argv[]) {
    
    std::cout << "Hello, World!\n";
    return 0;
}

 

ex10_3生物信息:找基因

标签:nbsp   serve   turn   cpp   class   bsp   std   生物   namespace   

原文地址:http://www.cnblogs.com/mocuishle/p/7944901.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!