(空白標題)

看板TFG_03Book作者 (簡單快樂的生活)時間20年前 (2004/06/15 01:11), 編輯推噓6(604)
留言10則, 4人參與, 最新討論串9/9 (看更多)
#!/usr/bin/perl -w # Concatenating DNA # Store four DNA fragments into four variables called $DNA1 and $DNA2 and $DNA3 and $DNA4 $DNA1 = 'gaaacaccagtcttgagaggtggccagcca'; $DNA2 = 'gactgcctgtccacatgcgtgtcagcacatacag'; $DNA3 = 'ccgcttcctggaagccgcctggaatgtc'; $DNA4 = 'ttcacggcagcgttttgc'; # print the DNA onto the screen print "Here are the original four DNA fragments:\n\n"; print $DNA1, "\n"; print $DNA2, "\n"; print $DNA3, "\n"; print $DNA4, "\n\n"; # Concatenate the DNA fragments into a fifth variable and print them # Using "string interpolation" $DNA5 = $DNA1 . $DNA2 . $DNA3 . $DNA4; print "Here is the concatenation of the first four fragments:\n\n"; print "$DNA5\n\n"; exit; -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.129.14.46

218.163.223.39 06/14, , 1F
幫DAN...妳...在解碼嗎?
218.163.223.39 06/14, 1F

140.117.183.181 06/15, , 2F
這該不會是....期末考的答案吧...高干阿@@
140.117.183.181 06/15, 2F

140.134.242.70 06/15, , 3F
似乎是..可是..她不會編譯 ><~
140.134.242.70 06/15, 3F

140.134.242.70 06/15, , 4F
by 路人甲
140.134.242.70 06/15, 4F

61.229.97.88 06/15, , 5F
呵 是計概期末考的答案沒錯啦 ^^||
61.229.97.88 06/15, 5F

61.229.97.88 06/15, , 6F
很炫的上機考喔 bbs網路隨你用^^"
61.229.97.88 06/15, 6F

61.229.97.88 06/15, , 7F
其實我是要上來把它刪掉了的說
61.229.97.88 06/15, 7F

140.117.183.181 06/16, , 8F
恩恩~~這的確是你會做的事情= =我就知道~
140.117.183.181 06/16, 8F

140.117.183.181 06/16, , 9F
看我了不了解你XD
140.117.183.181 06/16, 9F

61.229.113.252 06/16, , 10F
嗚~~好愛妳唷 真的超了解我的啦
61.229.113.252 06/16, 10F
文章代碼(AID): #10pTnKqt (TFG_03Book)
討論串 (同標題文章)
完整討論串 (本文為第 9 之 9 篇):
21年前, 08/12
21年前, 08/12
21年前, 08/12
21年前, 08/12
21年前, 08/12
21年前, 08/12
21年前, 08/18
21年前, 08/19
6
10
20年前, 06/15
文章代碼(AID): #10pTnKqt (TFG_03Book)