『壹』 我的pcr原來能p出來,現在怎麼p不出來了
然原來能P出來,說明還是有可能再次得到片段,但是需要仔細摸索條件。
如果實在不行,可以參考下面的引物對。鄭重聲明:僅供參考!
合成的時候在引物前面加上保護鹼基和酶切位點即可。
Forward Primer: 5' atggcttcgtacccctgc 3'
start: 1 end: 18 length: 18
melts at: 49 degrees
score: 90 -- possible annealing problems
Reverse Primer: 5' tcagttagcctcccccatct 3'
start: 1112 end: 1131 length: 20
melts at: 49 degrees
score: 90 -- possible annealing problems
Proct Length:
from: 1 to: 1131 length: 1131
Proct Bases:
aggctaac tga
『貳』 GCAT廣告電商做代理的人多嗎
好多,就這幾天都有他們代理找我推廣
『叄』 C++怎麼將一個字元轉換成另一字元,比如ATGCATGCATGC這一串東西裡面的字母T換成C,求詳細C++代碼,求達人
其實就是凱撒加密的原理,
#include <iostream>
#include<string.h>
#define ARR 800
using namespace std;
int main()
{
char str[ARR],h[ARR];
int i,j;
long l,n;
cout<<"\t1.加密\n";
cout<<"\t2.解密\n";
cout<<"\t3.退出\n";
cout<<"\t請選擇:";
cin>>j;
cout<<endl;
while(j!=3)
{
switch(j)
{
case 1:
cout<<"請輸入要加密的明文(連續的大寫字母):"; // ATGCATGCATGC
cin>>str;
cout<<"請輸入密鑰(正整數):"; // 輸入9 即 將T換成C
cin>>n;
l=strlen(str);
for( i=0;i<l;i++)
{
char ch;
int y;
y=n%26;
ch=str[i]+y;
if(ch<=90)
{
h[i]=ch;
}
else
{
h[i]=ch-26;
}
}
cout<<"所得的凱撒密碼為:";
for(i=0;i<l;i++)
cout<<h[i];
cout<<endl;
cout<<endl;
break;
case 2:
cout<<"請輸入要解密的密文(連續的大寫字母):";
cin>>str;
cout<<"請輸入密鑰(正整數):";
cin>>n;
l=strlen(str);
for( i=0;i<l;i++)
{
char ch;
int y;
y=n%26;
ch=str[i]-y;
if(ch>=65)
{
h[i]=ch;
}
else
{
h[i]=ch+26;
}
}
cout<<"密後解密後為:";
for(i=0;i<l;i++)
cout<<h[i];
cout<<endl;
cout<<endl;
break;
default:
cout<<"輸入有誤,請重新輸入"<<endl<<endl;
break;
}
cout<<"\t1.加密\n";
cout<<"\t2.解密\n";
cout<<"\t3.退出\n";
cout<<"\t請選擇:";
cin>>j;
cout<<endl;
}
return 0;
}
『肆』 Theisbogcatthein怎麼順序排列
正確順序為:Thecatisinthebog。
這是英語語法片語的正確排序問題,在平時的學習中要注意語法以及片語的正確使用。