`
xitongyunwei
  • 浏览: 930011 次
文章分类
社区版块
存档分类
最新评论
文章列表
My code as belofor Item one: #include<iostream>#include <vector>#include "stdlib.h" using namespace std; bool IsLeap(int year){if( !year%4 && year%100) return true;if(!year%4 && !year%100 && !year%400) return true;return false;} int CalculateDays(int ...
AStar2007百度之星程序设计大赛: My code as below for Item one ,May 26,2007, Not finish.....#include<iostream>#include <vector>using namespace std; int main(){int n;int n_maxfruitNo = 0;vector<string> vs_fruit;vector<int> vn_start;vector<int> vn_stop;char ch_bu ...
My code as below for the firstitem: #include "stdafx.h"#include "vector"#include "string"using namespace std; class FirstMazeTask{public:string checkCorrectness(vector <string> maze){bool b_overlap = false;bool b_visited[26] = {false};string str_RetVal("Ever ...
My code for the pratice. It seems been written very disorder...., but pass the test. and only got 97 points. #include <iostream>#include <string>#include <vector>#include <algorithm> using namespace std; class BinaryCode{vector<string> vsRet;public: vector<string&g ...
When Gauss was ten,he calculated 1+2+3+4+…..+99+100 like this:(1+100)*100/2 =5050 Now in my twentiesI calculated it by Using C++ as below: #include "iostream"#include "string.h"#include <vector>#include <algorithm> using namespace std; template<class T> class ...
Yesterday, I wrote the code as below to seperate every word in a file,and then display. I wrote the sentence more C++ functions,and feel good:) #include "iostream"#include "fstream"#include "vector"#include "algorithm" using namespace std;vector<char> v ...
void CReadDictionaryDlg::OnRead() {// TODO: Add your control notification handler code herechar chRead[1] = {0};CFile flRead;]//BOOL bOpen = flRead.Open("CK-N4.PMS",CFile::modeRead|CFile::typeBinary);BOOL bOpen = flRead.Open("CK-TL.PMS",CFile::modeRead|CFile::typeBinary);//There a ...
Run ID User Problem Result Memory Time Language Code Length Submit Time 1997342 KarlZheng 1004 Accepted 140K 0MS C++ 1781B 2007-03-14 11:10:21 1644584(2) unruliness 12K 0MS C++ 203B 2006-10-04 02:34:55 2434 00103015 20K 0MS C++ 231B 2003-03-04 14:03:06 115 farui 20K 0MS C++ 290B 2003-03-03 18: ...
帐号: DALMARU4密码: LIACHN73http://ieeexplore.ieee.org http://ieeexplore.ieee.org/Xplore/DynWel.jsp Login : KOLUS899 Password : TUNONN26 该帐号对应的大学: Welcome KOLEJ UNIVERSITI TEKNOLOGI TUN HUSSEIN ONN(全库) Login : PRETOR01 Password : TUKKIES1 该帐号对应的大学: Welcome UNIVERSITY OF PRETORIA(全库) 该密码不需要挂代理,用工 ...
Global site tag (gtag.js) - Google Analytics