herrDeng網內搜尋

自訂搜尋
Ads
訂閱:
張貼留言 (Atom)
熱門文章
-
11!=?
-
教育部為提昇全民資安素養與電腦防護能力,本部於101年9月5日至11月5日舉辦「全民資安素養自我評量」活動,請在活動期間內踴躍上網檢測資訊安全素養認知程度,並有機會參與抽獎,詳情請參閱活動網站(網址: https://isafe.moe.edu.tw/event
-
請問你所使的電腦,CPU的規格 Cache多大?其他硬體配置...... 另外, "INTEL® XEON PHI™ 處理器 7230F"的大致規格為?
-
列舉對稱、非對稱密碼各三種。
-
產生50個元素的陣列並排序
-
密文=MQKAOVJW 金鑰:Rotors: 123 初始位置: W,G,U 接線板Stecker: GR
-
Caesar挪移碼密文: MCLGZ 請破譯!
23 則留言:
#include <fstream>
#include <cstdlib>
#include <iostream>
#include <string>
using namespace std;
int main()
{
string x;
fstream ff("test.csv",ios::out);
ff<<"姓名,年齡,身高,體重 \n";
cout<<"姓名─年齡─身高─體重 \n";
for(int a=1 ; a<11; a++)
{
cout<<"第"<<a<<"資料 \n";
getline(cin,x);
ff<<x<<endl;
}
ff.close();
system("pause");
return 0;
}
#include <iostream>
#include <fstream>
#include <cstdlib>
#include <string>
using namespace std;
int main ()
{
string x;
fstream ff("text.csv",ios::out);
cout<<"格式為name,age,height,weight\n";
ff<<"name,age,height,weight\n";
for(int i=0;i<10;i++)
{
cout<<"輸入第"<<i+1<<"筆資料\n";
getline(cin,x);
ff<<x<<endl;
}
ff.close();
system("pause");
return 0;
}
#include <iostream>
#include <fstream>
#include <cstdlib>
using namespace std;
int main()
{
string x;
fstream ff("test.csv",ios::out);
cout<<"格式為name,age,height,weight\n";
ff<<"name,age,height,weight\n";
for(int i=0;i<10;i++)
{
cout<<"輸入第"<<i<<"筆資料\n";
getline(cin,x);
ff<<x<<endl;
}
ff.close();
system("type test.csv");
return 0;
}
#include <fstream>
#include <iostream>
#include <cstdlib>
using namespace std;
int main ()
{
string x;
fstream ff("text.csv",ios ::out);
cout <<"格式為name, age, height, weight\n";
ff<<"name, age, height, weight\n";
for(int i=0; i<10; i++)
{
cout<<"輸入第"<<i<<"筆資料\n";
getline(cin,x);
ff<<x<<endl;
}
ff.close();
system("type test.csv");
return 0;
}
#include <iostream>
#include <fstream>
#include <cstdlib>
using namespace std;
int main()
{
string x;
fstream ff("test.csv",ios::out);
cout<<"格式為name, age, height, weitht\n";
ff<<"name, age, height, weight\n";
for(int i=0; i<10; i++)
{
cout<<"輸入第"<<i<<"筆資料\n";
getline(cin,x);
ff<<x<<endl;
}
ff.close();
system("typ test.csv");
return 0;
}
#include <fstream>
#include <iostream>
#include <cstdlib>
using namespace std;
int main ()
{
string x;
fstream ff("text.csv",ios ::out);
cout <<"格式為name, age, height, weight\n";
ff<<"name, age, height, weight\n";
for(int i=0; i<10; i++)
{
cout<<"輸入第"<<i<<"筆資料\n";
getline(cin,x);
ff<<x<<endl;
}
ff.close();
system("type test.csv");
return 0;
}
#include <fstream>
#include <iostream>
#include <cstdlib>
using namespace std;
int main ()
{
string x;
fstream ff("text.csv",ios ::out);
cout <<"格式為name, age, height, weight\n";
ff<<"name, age, height, weight\n";
for(int i=0; i<10; i++)
{
cout<<"輸入第"<<i<<"筆資料\n";
getline(cin,x);
ff<<x<<endl;
}
ff.close();
system("type test.csv");
return 0;
}
#include <fstream>
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
string x;
fstream ff("test.csv", ios::out);
cout<<"格式為name, age, height, weight\n";
ff<<"name, age, height, weight\n";
for(int i=0 ; i<10; i++)
{
cout<<"輸入第"<<i<<"筆資料\n";
getline(cin,x);
ff<<x<<endl;
}
ff.close();
system("type test.csv");
return 0;
}
#include<iostream>
#include<fstream>
using namespace std;
int main()
{
string x;
fstream ff("test.csv", ios::out);
cout<<"格式為姓名,年齡,身高,體重,怪僻 \n ";
ff<<"name,age,height,weight,? \n " ;
for(int i=1;i<=10;i++)
{
cout<<"輸入第"<<i<<"筆資料\n";
getline(cin,x);
ff << x << endl;
}
ff.close();
system("type test.csv");
return 0;
}
#include<iostream>
#include<fstream>
using namespace std;
int main()
{
string xi
fstream ff("test.csv", ios::out);
cout<<"格式為name, age, height, weight\n";
ff<<"name, age, height, weight\n";
for(int i=0; i<10; i++)
{
cout<<"輸入第"<<i<<"筆資料\n";
getline(cin, x);
ff<<x<<endl;
}
ff.close();
system("type test.csv");
return 0;
}
#include <fstream>
#include <iostream>
#include <cstdlib>
using namespace std;
int main(int argc, char** argv) {
string x;
fstream ff("test.csv", ios ::out);
cout<<"格式為name, age, height, weight\n";
ff<<"name,age ,height ,weight ? \n";
for(int i=0; i<10; i++)
{
cout<<"輸入第"<<i<<"筆資料\n";
getline(cin,x);
ff<<x<<endl;
}
ff.close();
system("type test.csv");
return 0;
}
#include <iostream>
#include <fstream>
#include <cstdlib>
using namespace std;
int main() {
string x;
fstream ff("test1.csv",ios::out);
cout<<"姓名,年齡,身高,體重"<<endl;
ff<<"name,age,height,weight\n";
for(int i=1;i<11;i++){
cout<<"輸入第"<<i<<"筆資料"<<endl;
getline(cin,x);
ff<<x<<endl;
}
ff.close();
system("type test.csv");
return 0;
}
#include<fstream>
#include<iostream>
#include<cstdlib>
using namespace std;
main()
{
string x;
fstream ff("test.csv",ios::out);
cout<<"格視為name, age, height,weight\n";
ff<<"name, age, height,weight\n";
for(int i=0;i<10;i++)
{
cout<<"輸入第"<<i<<"筆資料\n";
getline(cin,x);
ff<<x<<endl;
}
ff.close();
system("type test.csv");
return 0;
}
#include <iostream>
#include <fstream>
#include <cstdlib>
using namespace std;
int main ()
{
string x;
fstream ff ("text.csv",ios::out);
cout<<"格式為name, age, height, weight\n";
ff<<"name, age, height, weight\n";
for(int i=0; i<10;i++)
{
cout<<"輸入第"<<i<<"筆資料\n";
getline(cin,x);
ff<<x<<endl;
}
ff.close();
system("type text.csv");
return 0;
}
#include<fstream>
#include<iostream>
#include<cstdlib>
using namespace std;
main()
{
string x;
fstream ff("test.csv",ios::out);
cout<<"格視為name, age, height,weight\n";
ff<<"name, age, height,weight\n";
for(int i=0;i<10;i++)
{
cout<<"輸入第"<<i<<"筆資料\n";
getline(cin,x);
ff<<x<<endl;
}
ff.close();
system("type test.csv");
return 0;
}
#include<fstream>
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
string x;
fstream GG("text.csv",ios::out);
cout<<"請依照姓名,年齡,身高,體重\n";
GG<<"name,age,height,body\n";
for(int i=0;i<10;i++)
{
cout<<"輸入第"<<i<<"筆"<<"姓名,年齡,身高,體重"<<endl;
getline(cin,x);
GG<<x<<endl;
}
GG.close();
system("sype text,csv");
return 0 ;
}
#include <iostream>
#include <fstream>
#include <cstdlib>
#include <string>
using namespace std;
int main()
{
string x;
fstream ff("test.csv",ios::out);
for(int a=0; a<11; a++)
{
for(int b=0; b<1; b++)
{
cout<<"Input string:";
getline(cin,x);
ff<<x<<endl;
}
}
ff.close();
system("pause");
return 0;
}
# include <fstream>
# include <iostream>
# include <cstdlib>
using namespace std;
int main()
{
string x;
fstream ff("test.csv",ios::out);
cout<<"格式為name, age, height, weight\n";
ff<<"name, age, height, weight\n ";
for(int a=0; a<10; a++)
{
cout<<"輸入第"<<a<<"筆資料\n";
getline(cin, x);
ff<<x<<endl;
}
ff.close();
system("type test.csv");
return 0;
}
#include <fstream>
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
string x;
fstream ff("test1.csv", ios::out);
cout<<"格式為name, age, height, weight\n";
ff<<"name, age, height, weight\n";
for(int i=1; i<=10; i++)
{
cout<<"輸入第"<<i<<"筆資料\n";
getline(cin,x);
ff<<x<<endl;
}
ff.close();
system("type test1.csv");
return 0;
}
#include
#include
#include
using namespace std;
int main()
{
string x;
fstream ff("test.csv,ios::out");
cout<"格式為name,age,height,weight\n";
ff<<"name,age,hight,weight\n";
for(int i=0;i<10;i++)
{
cout<<"輸入第"<<i<<"筆資料\n";
getline(cin,x);
ff<<x<<endl;
}
ff.close();
system("typpe test.csv");
return 0;
#include <fstream>
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
string X;
fstream ff("0328.csv",ios::out);
cout<<"格式為姓名,年齡,身高,體重\n";
ff<<"姓名,年齡,身高,體重\n";
for(int i=0;i<10;i++)
{
cout<<"輸入第"<<i<<"筆資料\n";
getline(cin,X);
ff<<X<<endl;
}
ff.close();
system("type 0328.csv");
return 0;
}
#include <iostream>
#include <fstream>
#include <cstdlib>
using namespace std;
/* run this program using the console pauser or add your own getch, system("pause") or input loop */
int main(int argc, char** argv) {
fstream ff("test.txt", ios::out);
ff<<"hello, are, you, ? \n";
ff.close();
system("type test.txt");
return 0;
}
#include
#include
#include
#include
using namespace std;
int main()
{
string x;
fstream ff("test.csv",ios::out);
for(int a=0; a<11; a++)
{
for(int b=0; b<1; b++)
{
cout<<"Input string:";
getline(cin,x);
ff<<x<<endl;
}
}
ff.close();
system("pause");
return 0;
}
張貼留言