E D R , A S I H C RSS

Full text search for "Name: name "

Name:+name+


Search BackLinks only
Display context of search results
Case-sensitive searching
  • 2학기파이선스터디/서버 . . . . 59 matches
          def __contains__(self, name): # in 연산자 메쏘드
          return name in self.users
          def addUser(self, conn, addr, name):
          if name in self.users:
          conn.send('Already resistered name\n')
          self.users[name] = (conn, addr)
          self.broadcastMessage('['+name+']' + ' entered\n')
          conn.send('[%s] Welcome!\n'%name) # 본인에게 가는 메시지
          return name
          def removeUser(self, name):
          if name not in self.users:
          del self.users[name]
          self.broadcastMessage('['+name+'] '+' has gone!\n')
          def handleMessage(self, name, msg):
          self.broadcastMessage('['+name+'] ' + msg)
          self.removeUser(name)
          name = self.readAngRegisterName()
          if self.users.handleMessage(name, data) == -1:
          self.users.removeUser(name)
          def readAngRegisterName(self):
  • OurMajorLangIsCAndCPlusPlus/XML/조현태 . . . . 45 matches
          char* name;
         const char DEBUG_TEXT[] = "<zeropage>\n <studies>\n <cpp>\n <instructor>이상규</instructor>\n <participants>\n <name>김상섭</name>\n <name>김민경</name>\n <name>송수생</name>\n <name>조현태</name>\n </participants>\n </cpp>\n <java>\n <instructor>이선호</instructor>\n <participants>\n <name>김민경</name>\n <name>송수생</name>\n <name>조현태</name>\n </participants>\n </java>\n <mfc>\n <participants/>\n </mfc>\n </studies>\n</zeropage>\n";
         SReadBlock* CreateNewBlock(const char* name, const char* contents)
          if (NULL == name)
          newBlock->name = NULL;
          newBlock->name = (char*)malloc(sizeof(char) * (strlen(name) + 1));
          strcpy(newBlock->name, name);
          const char* nameEndPoint = strchr(readData, '>');
          char* textBuffur = (char*)malloc(sizeof(char) * (nameEndPoint - readData + 1));
          strncpy(textBuffur, readData, nameEndPoint - readData);
          textBuffur[nameEndPoint - readData] = 0;
          if ('/' == myPoint->name[strlen(myPoint->name) - 1])
          myPoint->name[strlen(myPoint->name) - 1] = 0;
          return nameEndPoint + 1;
          readData = CreateTree(myPoint, nameEndPoint + 1);
          if (NULL != showBlock->name)
          printf("<%s/>\n", showBlock->name);
          printf("<%s>", showBlock->name);
          printf("</%s>", showBlock->name);
         void SuchAllSameNamePoint(const char* name, SReadBlock* suchBlock, SReadBlock*** suchedBlocks)
  • ACM_ICPC/2013년스터디 . . . . 37 matches
          * queue - [http://211.228.163.31/30stair/prime_path/prime_path.php?pname=prime_path 소수 길]
          * dynamic programming - [http://211.228.163.31/30stair/eating_together/eating_together.php?pname=eating_together 끼리끼리]
          * linked list - [http://211.228.163.31/30stair/josephus/josephus.php?pname=josephus&stair=11 josephus]
          * 퀵 정렬,이진검색,parametric search - [http://211.228.163.31/30stair/guessing_game/guessing_game.php?pname=guessing_game&stair=10 숫자 추측하기], [http://211.228.163.31/30stair/sort/sort.php?pname=sort&stair=10 세 값의 정렬], [http://211.228.163.31/30stair/subsequence/subsequence.php?pname=subsequence&stair=10 부분 구간], [http://211.228.163.31/30stair/drying/drying.php?pname=drying&stair=10 건조], [http://211.228.163.31/30stair/aggressive/aggressive.php?pname=aggressive&stair=10 공격적인 소]
          * dynamic programming - [http://211.228.163.31/30stair/subset/subset.php?pname=subset 부분 합]
          * greedy method - [http://211.228.163.31/30stair/quick_change/quick_change.php?pname=quick_change 거스름돈], [http://211.228.163.31/30stair/germination/germination.php?pname=germination 발아]
          * bisection - [http://211.228.163.31/30stair/crossed_ladder/crossed_ladder.php?pname=crossed_ladder crossed ladder]
          * queue - [http://211.228.163.31/30stair/catch_cow/catch_cow.php?pname=catch_cow 도망 간 소를 잡아라]
          * graph, dfs - [http://211.228.163.31/30stair/danji/danji.php?pname=danji 단지 번호 붙이기], [http://211.228.163.31/30stair/orders/orders.php?pname=orders orders], [http://211.228.163.31/30stair/bugslife/bugslife.php?pname=bugslife 짝 짓기], [http://211.228.163.31/30stair/sprime/sprime.php?pname=sprime 슈퍼 소수], [http://211.228.163.31/30stair/snail_trails/snail_trails.php?pname=snail_trails 달팽이]
          * 이분법 - [http://211.228.163.31/30stair/crossed_ladder/crossed_ladder.php?pname=crossed_ladder crossed ladder]
          * 스택 - [http://211.228.163.31/30stair/tw/tw.php?pname=tw 송신탑]
          * dp - [http://211.228.163.31/30stair/tickets/tickets.php?pname=tickets 티켓]
          * dp - [http://211.228.163.31/30stair/tickets/tickets.php?pname=tickets 레인지]
          * 17 위상정렬 - [http://211.228.163.31/30stair/topo_sort/topo_sort.php?pname=topo_sort topo_sort]
          * [http://211.228.163.31/30stair/ustair/ustair.php?pname=ustair 계단오르기]
          * [http://211.228.163.31/30stair/barn/barn.php?pname=barn 헛간]
          * [http://211.228.163.31/30stair/barn/barn.php?pname=barn 헛간](저번주 문제)
          * [http://211.228.163.31/30stair/inflate/inflate.php?pname=inflate inflate]
          * [http://211.228.163.31/30stair/mobile/mobile.php?pname=mobile moblie]
          * [http://211.228.163.31/30stair/bridging/bridging.php?pname=bridging&stair=15 bridging - binary indexed tree를 이용한 Up Sequence 문제]
  • 새싹교실/2012/startLine . . . . 32 matches
         void printCalender(int nameOfDay, int year, int month);
         // 달의 첫 날의 요일(nameOfDay)과 마지막 날의 수를 받아서 1~endDayOfMonth까지 출력합니다.
         void printDate(int nameOfDay, int endDayOfMonth);
         void printFirstTab(int nameOfDay);
         int calculateNameOfNextMonthFirstDay(int nameOfDay, int year, int month);
         int calculateNameOfLastDay(int nameOfDay, int year, int month);
         char *printMonthName(int i);
          // year와 요일(nameOfDay)을 입력받는 부분.
          int year = 0, nameOfDay = 0;
          printf("Enter the name of day(0:sun ~ 6:sat) : ");
          scanf("%d", &nameOfDay);
          printCalender(nameOfDay, year, month);
          nameOfDay = calculateNameOfNextMonthFirstDay(nameOfDay, year, month);
          p.name이 쓰레기 값으로 채워지는 것 같습니다. 그래서 strcat을 사용하면 p.name의 뒷부분(p.name[99]의 뒷부분)에 "홍길동" 내용이 붙습니다.
          이런 상황을 피하기 위해서는 처음에 p를 초기화 하고 사용하거나 memset(p.name, 0, sizeof(char)*100);을 하는 방법이 있습니다.
          char name[100];
          char real_name[100];
          strcat(p.name, "홍길동");
          char *name;
         Account *createAccount(char *name); // Account에 깔끔하게 이름을 할당하기 위해서는 문자열 함수가 필요할 것이다.
  • MoniWikiPo . . . . 29 matches
         msgid "Name"
         msgid "No filename given"
         msgid ": Rename"
         #: ../plugin/UploadedFiles.php:278 ../plugin/rename.php:77 ../wikilib.php:882
         msgid "Enter a page name"
         msgid "Normalize this page name"
         #: ../plugin/rename.php:19
         msgid "\"%s\" is renamed !"
         #: ../plugin/rename.php:35
         #: ../plugin/rename.php:43
         msgid "'%s' is renamed as '%s' successfully."
         #: ../plugin/rename.php:51
         msgid "Fail to rename \"%s\" !"
         #: ../plugin/rename.php:58
         msgid "Rename \"%s\" ?"
         #: ../plugin/rename.php:63
         msgid "Old name:"
         #: ../plugin/rename.php:64
         msgid "New name:"
         #: ../plugin/rename.php:69
  • ErdosNumbers/문보창 . . . . 25 matches
         using namespace std;
          char name[MAX_STR];
         bool make_map(char name[][MAX_STR], int num);
         void insert_list(char * name);
         int serch_erdos_num(char * name);
          strcpy(head[0]->next->name, "Erdos, P.");
          char name[10][MAX_STR];
          name[num_person][j] = '\0';
          name[num_person][j] = thesis[i];
          name[num_person][j] = '\0';
          bool isMake = make_map(name, num_person + 1); // 맵에 추가되었다면
         bool make_map(char name[][MAX_STR], int num)
          if (strcmp(name[i], temp->name) == 0)
          insert_list(name[i]);
         void insert_list(char * name)
          strcpy(ptr->name, name);
         int serch_erdos_num(char * name)
          if (strcmp(temp->name, name) == 0)
          char name[20];
          cin.getline(name, 20, '\n');
  • AcceleratedC++/Chapter9 . . . . 23 matches
          std::string name;
          std::string name;
          in>>name>>midterm>>final;
          * 객체 내부의 데이터를 직접적으로 접근 가능하다. 예를 들어서 s.name으로 접근할 필요없다.
          std::string name;
          std::string name;
          std::string name;
          std::string name() const {return n;}
          name 멤버 변수에 직접적으로 접근하는 대신에 name()함수를 만들어서 접근하도록 만들었다. const 함수이므로 멤버변수의 변경을 불허한다. 리턴값이 복사된 것이기 때문에 변경을 하더라도 멤버변수에 영향을 주지는 않는다.
          name 멤버 함수와 같이 클래스 내부에 정의를 하는 것은 inline으로 함수를 정의하는 것도 동일한 효과를 가진다. 이렇게 멤버변수에 접근을 위해서 만들어지는 함수를 통칭 '''접근함수(accessor function)'''이라고 부른다.
          return x.name() < y.name();
          std::string name() const {return n;}
          std::string name() const {return n;}
          std::string name() const { return n; }
          // as defined in 9.2.1/157, and changed to read into `n' instead of `name'
          return x.name() < y.name();
          maxlen = max(maxlen, record.name().size()); // changed
          // write the names and grades
          cout << students[i].name() // this and the next line changed
          << string(maxlen + 1 - students[i].name().size(), ' ');
  • VendingMachine/세연/1002 . . . . 21 matches
         const int DRINKNAME_MAXLENGTH = 255;
          char drinkNames[TOTAL_DRINK_TYPE][DRINKNAME_MAXLENGTH] = {"coke", "juice", "tea", "cofee", "milk"};
          strcpy(s_drink[i].name , drinkNames[i]);
         using namespace std;
         const int DRINKNAME_MAXLENGTH = 255;
          char name[DRINKNAME_MAXLENGTH];
          char drinkNames[TOTAL_DRINK_TYPE][DRINKNAME_MAXLENGTH] = {"coke", "juice", "tea", "cofee", "milk"};
          strcpy(s_drink[i].name , drinkNames[i]);
          cout << i + 1 << "." << s_drink[i].name << "\t\t" << s_drink[i].price << "\t" << s_drink[i].amount << "\n";
          cout << i + 1 << "." << s_drink[i].name << "\t" << s_drink[i].amount << "\n";
          cout << i + 1 << "." << s_drink[i].name << "\t" << s_drink[i].amount << "\n";
          << s_drink[drinkIndex].name << "\t\t"
         using namespace std;
         const int DRINKNAME_MAXLENGTH = 255;
          char name[DRINKNAME_MAXLENGTH];
          char drinkNames[TOTAL_DRINK_TYPE][DRINKNAME_MAXLENGTH] = {"coke", "juice", "tea", "cofee", "milk"};
          strcpy(s_drink[i].name , drinkNames[i]);
          << s_drink[drinkIndex].name << "\t\t"
          << s_drink[drinkIndex].name << "\t"
         using namespace std;
  • NamedPipe . . . . 20 matches
         = NamedPipe =
         A named pipe is a named, one-way or duplex pipe for communication between the pipe server and one or more pipe clients. All instances of a
         named pipe share the same pipe name, but each instance has its own buffers and handles, and provides a separate conduit for client-server communication. The use of instances enables multiple pipe clients to use the same named pipe simultaneously.
         Any process can access named pipes, subject to security checks, making named pipes an easy form of communication between related or unrelated processes. Named pipes can be used to provide communication between processes on the same computer or between processes on different computers across a network.
         Any process can act as both a server and a client, making peer-to-peer communication possible. As used here, the term pipe server refers to a process that creates a named pipe, and the term pipe client refers to a process that connects to an instance of a named pipe.
         Pipe란 두 프로세스간의 통신을 위해 만들어진 것으로 Named Pipe는 말 그대로 이름이 있는 파이프라는 것이다. 이는 다른 컴퓨터와도 네트워크를
          LPTSTR lpszPipename = "\\.\pipe\mynamedpipe"; // 파이프 이름
         // The main loop creates an instance of the named pipe and
          hPipe = CreateNamedPipe(
          lpszPipename, // pipe name
          fConnected = ConnectNamedPipe(hPipe, NULL) ?
          DisconnectNamedPipe(hPipe);
          LPTSTR lpszPipename = "\\.\pipe\mynamedpipe";
         // Try to open a named pipe; wait for it, if necessary.
          lpszPipename, // pipe name
          if (! WaitNamedPipe(lpszPipename, 20000) )
          fSuccess = SetNamedPipeHandleState(
          MyErrExit("SetNamedPipeHandleState");
         실제 예제 파일 NamedPipe를 이용한 Chat Program [http://www.zeropage.org/pds/20031103027/NamedPipe.zip]
         || {{{~cpp CallNamedPipe}}} || 메세지 형식의 Named Pipe를 Connect할 때 쓰이는 함수 ||
  • CppStudy_2002_1/과제1/CherryBoy . . . . 19 matches
         using namespace std;
         using namespace std;
          char name[30];
         void print(candybar &, char * name="millenium Munch",double weight=2.85,int cal=350);
         void print(candybar &candy,char * name,double weight,int cal)
          candy.name[i]=name[i];
          cout << "캔디바의 이름\t:\t" << candy.name <<endl;
         using namespace std;
         using namespace std;
          char fullname[Len];
         void setgolf(golf & g, const char * name, int hc);
          cout << "What's U'r name?\n";
          cin >> g.fullname;
          if(g.fullname==NULL)
         void setgolf(golf & g, const char * name, int hc)
          strcpy(g.fullname,name);
          cout << "Name \t:\t" << g.fullname << endl;
  • ErdosNumbers/조현태 . . . . 19 matches
         using namespace std;
         char TARGET_NAME[]="Erdos, P.";
          datas->process_erdos_number(TARGET_NAME);
          char* names;
          char* get_name();
         human_data::human_data(char* input_names)
          str_copy(&names,input_names);
          if (NULL!=names)
          delete names;
         char* human_data::get_name()
          return names;
         void data_manager::creat_man(char* input_name)
          temp_mans[number_mans]=new human_data(input_name);
         int data_manager::such_man(char* target_name)
          if (0==str_cmp(target_name,mans[i]->get_name()))
         void data_manager::process_erdos_number(char* target_name)
          int target_man_number=such_man(target_name);
         int data_manager::get_score(char* target_name)
          int temp_target_number=such_man(target_name);
  • CppStudy_2002_1/과제1/Yggdrasil . . . . 17 matches
          char *name;
          answer.name=company;
          cout<<"\n상표: "<<anycandy.name;
          char fullname[Len];
         void setgolf(golf &g, const char *name, int hc);
          cin>>g.fullname;
          if(g.fullname=='\0')
         void setgolf(golf &g, const char *name, int hc)
          int n=strlen(name);
          g.fullname[i]=name[i];
          cout<<"\nGolfer's Name: "<<g.fullname<<endl;
          cout<<g.fullname<<"'s Handicap: "<<g.handicap;
          char name[40];
          cin>>name;
          setgolf(golfer1, name, handi);
  • 새싹교실/2012/주먹밥 . . . . 17 matches
          char name[40];
         scanf("%s, %f",a.name,&(a.value)); //a.name의 입력과 a.value의 입력이 다른것에 주의! 이건 배열과 일반변수와의 차이점에서 설명했습니다.
         printf("%s %.2f\n",a.name,a.value); //그냥 불러오기
         printf("%s %.2f\n",b->name,b->value); //->참조형으로 불러오기
          char name[40];
          printf("%s\t", (pcal+i)->name); //이름을. 출력합니다
          scanf("%s", name);
          if(strcmp(name, "end") == 0)
          if(strcmp(name, (pcal+i)->name) == 0){
         imagename = 1;
          if(imagename == 4){
          imagename = 1;
          image.src = imagename + '.jpg';
          imagename = imagename + 1;
  • C 스터디_2005여름/학점계산프로그램/김태훈김상섭 . . . . 16 matches
         using namespace std;
          setname(n);
          void setname(string n)
          name = n;
          string getname() { return name; }
          string name;
         using namespace std;
         void getdata(vector<Score>& ban,const char* filename);
          cout << i->getname() << "\t" << i->getavg() << endl;
          cout << i->getname() << "\t" << i->getavg() << endl;
         void getdata(vector<Score>& ban,const char* filename){
          ifstream fin(filename);
          string name;
          fin >> name; // 이름
          temp = Score(name,scoretmp);
  • Linux/필수명령어/용법 . . . . 15 matches
         - Enter login name for new account (^C to quit): blade
         - Full name: Park Chan Wook ,,사용자 전체 이름을 입력
         -name 파일명 : 찾고자 하는 파일의 이름을 정한다. 와일드 카드도 가능하다.
         - $ find /bin -name ro*
         - Login Name Tty Idle Login Time Office Office Phone
         hostname
         - hostname [ 호스트이름 ]
         - $ hostname
         longname
         - longname
         longname은 옵션을 가지지 않는다. 이름은 /etc/utmp 파일을 알아낸다.
         - $ longname
         - $ paste -d' ' namelist.tmp /home/data.tmp
         uname
         - uname [ -snvma ]
         - $ uname -sm
  • 덜덜덜/숙제제출페이지 . . . . 15 matches
          char name[5][100];
          scanf("%s", name[a]);
          printf("%s의 평균점수는 %.2f입니다.n", name[a], (grade1[a]+grade2[a]+grade3[a])/3);
          char name[5][10];
          printf("name : ");
          scanf(" %s", &name[a]);
          printf("%s의 평균은 %d이다.", name[a], average[a]);
          char name[5][10];
          scanf(" %s" , &name[a]);
          printf(" %s의 평균은 %d이다.n" , name[a] , (korean[a]+math[a]+english[a])/3);
         너가 지금 짠건 한명만 받고 한명의 평균만 낸거고 ㅋ 그렇게 5명의 이름을 모두 받기위해서 char name [5][10]; 이런식으로 2중배열로 메모리를 잡아주어서
         5명의 이름을 모두 받게 한거양 scanf("%s" , &name[a]); 에서 a는 for문안에 있는 증가하는 변수잖으 각각의 이름을 받기위해서 저렇게 해준거지
          char name[10]; //이름
          scanf("%s", &student[a].name);
          printf("%s의 평균은 %f입니다. n" , student[a].name, student[a].average);
  • AcceleratedC++/Chapter1 . . . . 14 matches
         // ask for the person's name, and greet the person
          // ask for the person's name
          std::cout << "Please enter your first name: ";
          // read the name
          std::string name;
          std::cin >> name;
          std::cout << "Hello, " << name << "!" << std::endl;
         // ask for the person's name, and generate a framed greeting
          std::cout << "Please enter your first name: ";
          std::string name;
          std::cin >> name;
          const std::string greeting = "Hello, " + name + "!";
         interface : 객체의 타입으로 묵시적으로 내포 되어 있는 것은 인터페이스로서, 해당 타입의 객체에 사용 가능한 연산(operation)들의 집합을 말합니다. name을 string 타입의 변수(이름 있는 객체)로 정의 하게 되며, 우리는 string으로 할 수 있는 모든 일들을 name으로 하고 싶다는 뜻을 묵시적으로 내포하게 됩니다.
  • TermProject/재니 . . . . 13 matches
         using namespace std;
         char name[students][7] = {"고재선", "권현진", "김동욱", "김무영", "김민재",
         char sort_name[students + 1][7];
          sort_name[i][j] = name[i][j];
          cout << sort_name[i] << "t" << " " << sort_stats[i][0] // 이름과 학번 출력
          sort_name[students][k] = sort_name[j][k];
          sort_name[j][k] = sort_name[i][k];
          sort_name[i][k] = sort_name[students][k];
          cout << sort_name[i] << "t "; // 이름을 출력함
  • 벡터/김태훈 . . . . 12 matches
         using namespace std;
         struct student{string name; int score;};
          st[0].name = "build";
          st[1].name = "deb";
          st[2].name = "finde";
          st[3].name = "inew";
          st[4].name = "ilbo";
          cout << i->name <<"\t"<<i->score<< endl;
          cout << i->name <<"\t"<<i->score<< endl;
          cout << (*i).name << endl;
          return a.name < b.name;
  • AcceleratedC++/Chapter3 . . . . 11 matches
          // ask for and read the students's name
          cout << "Please enter your first name: ";
          string name;
          cin >> name;
          const string greeting = "Hello, " + name + "!";
         using namespace std;
          // ask for and read the students's name
          cout << "Please enter your first name: ";
          string name;
          cin >> name;
          const string greeting = "Hello, " + name + "!";
  • MoreEffectiveC++/Exception . . . . 11 matches
          Image(const string& imageDataFileName);
          AudioClip(const string& audioDataFileName);
          BookEntry(const string& name,
          const string& imageFileName = "",
          const string& audioClipFileName = "");
          string the Name;
          BookEntry::BookEntry(const string& name,
          const string& imageFileName,
          const string& audioClipFileName)
          :theName(name), theAddress(address), theImage(0), theAudioClip(0)
          if (imageFileName != ""){ // 이미지를 생성한다.
          theImage = new Image(imageFileName);
          if (audioClipFileName != "") { // 소리 정보를 생성한다.
          theAudioCilp = new AudioClip( audioClipFileName);
          if (audioClipFileName != "") {
          theAudioClip = new AudioClip(audioClipFileName);
          BookEntry::BookEntry(const string& name,
          const string& imageFileName,
          const string& audioClipFileName)
          :theName(name), theAddress(address), theImage(0), theAudioClip(0)
  • 데블스캠프2013/둘째날/API . . . . 11 matches
          이름 <input name="name" size="10">
          내용 <input name="text" size="40">
          mysql_query('set names utf8');
          $q = mysql_query("select id,name,text,ip from board order by id desc");
          $name = $data[1];
          echo "<tr><td>$id</td><td>$name</td><td>$text</td><td><a href='http://$ip'>$ip</a></td></tr>";
          mysql_query('set names utf8');
          if (!trim($_POST['name']) || !trim($_POST['text'])) {
          mysql_query("insert into board(name,text,ip) values ('{$_POST['name']}', '{$_POST['text']}', '{$_SERVER['REMOTE_ADDR']}')");
  • 새싹교실/2012/주먹밥/이소라때리기게임 . . . . 11 matches
          char name[40];
          char name[40];
          printf("%s가 %s를 힐해줍니다. 피가 : %d 만큼 채워졌습니다!\n",who->name,who->name,temp);
          printf("%s가 %s를 발로찹니다. 데미지 : %d 만큼 입혔습니다!\n",who->name,target->name,temp);
          printf("%s가 %s를 때립니다. 데미지 : %d 만큼 입혔습니다!\n",who->name,target->name,temp);
          scanf("%s",me->name);
          for(i =0;i<CLASSSIZE;i++) printf("%d %s\n",classList[i].type,classList[i].name);
          printf("당신의 직업은 %s 입니다.\n",classList[select-1].name);
  • XMLStudy_2002/Start . . . . 10 matches
         <!ELEMENT SENDER (NAME,ADDRESS)>
         <!ELEMENT RECEIVER (NAME,ADDRESS)>
         <!ELEMENT NAME (#PCDATA)>
         <NAME>이호동</NAME>
         <NAME>김낙랑</NAME>
         10진수의 경우 코드 값이 n일 때<!ENTITY name "&#n;">
         16진수의 경우 코드 값이 n일 때<!ENTITY name "&@xn;">
         &name;
         <currency><country>영국</country><name>파운드</name><unit>£</unit></currency>
         <currency><country>일본</country><name>엔</name><unit>¥</unit></currency>
         <!ATTLIST element_name
         attribute_name attribute_type default_type "default_value">
         <!ATTLIST element_name>
  • 데블스캠프2010/다섯째날/ObjectCraft/미션3/김상호 . . . . 10 matches
          int name;
          printf("저글링 %d이 저글링 %d에게 데미지 %d를 입혀 HP가 %d가 되었다.\n", a.name, b.name, a.gong, b.hp);
          printf("저글링 %d이 전사했습니다.\n", b.name);
          a[n].name=n;
          printf("저글링 %d이 저글링 %d에게 데미지 %d를 입혀 HP가 %d가 되었다.\n", this->name, b.name, this->gong, b.hp);
          printf("저글링 %d이 전사했습니다.\n", b.name);
          this->name=n;
          int name;
  • DNS와BIND . . . . 9 matches
          네임서버환경설정파일 - /etc/named.conf (BIND 버전 8)
          리소스 레코드들의 (일반적)순서 - SOA(start of authority) 레코드, NS(name server) 레코드, 기타 레코드, A(address), PTR(pointer), CNAME(canonical name)
          CNAME - 별명을 그에 해당하는 정규(canonical)네임으로 맵핑하는 리소스 레코드
         bigt.movie.edu. IN CNAME terminator.movie.edu.
         dh.movie.edu. IN CNAME diehard.movie.edu.
         wh.movie.edu. IN CNAME wormhole.movie.edu.
         /etc/named.conf
         (db 파일들은 /usr/local/named에 존재한다고 가정)
          directory "/usr/local/named";
         bigt IN CNAME terminator
         dh IN CNAME diehard
         wh IN CNAME wormhole
          /etc/named
          /etc/named -b conf-file (다른곳에 있는 환경설정파일 이용할때)
          grep named /var/adm/messages
  • ErdosNumbers/차영권 . . . . 9 matches
          char name[10];
          author[m][number].name[n++] = *c;
          author[m][number].name[n] = '\0';
          if (strcmp(author[i][j].name, "Erdos, P.") == 0)
          checkErdosNumberTo1(author[n], author[i][k].name, saveBound[n]);
          if (strcmp(search[k], author[i][j].name) == 0)
         void checkErdosNumberTo1(Author *author, char *name, int n)
          if (strcmp(author[i].name, name) == 0)
  • 데블스캠프2005/월요일/BlueDragon . . . . 9 matches
          self.name = '익명'
          def setName(self, name):
          self.name = name
          print self.name, '은',
          print self.name, self.place , '에 들어왔습니다.'
          self.name = '청룡'
          self.name = '보물상자'
         if __name__ == '__main__':
  • 벡터/임민수 . . . . 9 matches
         using namespace std;
          string name;
          student(string aName, int aScore) // 생성자 ?? !!
          name = aName;
         bool comp_name(student a, student b);
          sort(vector1.begin(), vector1.end(), comp_name);
          cout << (*j).name << endl ;
         bool comp_name(student a, student b)
          return a.name < b.name;
  • 토비의스프링3/오브젝트와의존관계 . . . . 9 matches
          String name;
          public String getName() {
          return name;
          public void setName(String name) {
          this.name = name;
         || Name || VARCHAR(20) || Not Null ||
          Class.forName("com.mysql.jdbc.Driver");
          PreparedStatement ps = c.prepareStatement("insert into users(id, name, password) values(?,?,?)");
          ps.setString(2, user.getName());
          Class.forName("com.mysql.jdbc.Driver");
          user.setName(rs.getString("name"));
          user.setName("제로페이지");
          System.out.println(user2.getName());
          Class.forName("com.mysql.jdbc.Driver");
          * <name> : 수정자 메소드에서 set부분을 제외한 나머지 부분의 이름이다.
          <property name="connectionMaker ref="myConnectionMaker" />
  • Gof/Singleton . . . . 8 matches
          2. namespace를 줄인다. SingletonPattern은 global variable을 줄임으로서 global variable로 인한 namespace의 낭비를 줄인다.
         registry 는 string name 과 singletons 을 mapping 한다. singleton의 instance가 필요한 경우, registry에 string name으로 해당 singleton 을 요청한다. registry는 대응하는 singleton을 찾아서 (만일 존재한다면) 리턴한다. 이러한 접근방법은 모든 가능한 Singleton class들이나 instance들을 Instance operation이 알 필요가 없도록 한다. 필요한 것은 registry에 등록될 모든 Singleton class들을 위한 일반적인 interface이다.
          static void Register (const char* name, Singleton*);
          static Singleton* Lookup (const char* name);
          static List<NameSingletonPair>* _registry;
         Register operation은 주어진 string name으로 Singleton instance를 등록한다. registry를 단순화시키기 위해 우리는 NameSingletonPair 객체의 리스트에 instance를 저장할 것이다. 각 NameSingletonPair는 name과 instance를 mapping한다. Lookup operation은 주어진 이름을 가지고 singleton을 찾는다. 우리는 다음의 코드에서 environment variable이 원하는 singleton의 이름을 명시하고 있음을 생각할 수 있다.
          const char* singletonName = getenv("SINGLETON");
          _instance = Lookup (singletonName);
  • JavaStudy2004/클래스상속 . . . . 8 matches
          public String getName() {
          public String name;
          name = "Shape";
          name = "Shape";
          public String getName()
          return name;
          name = "Circle";
          name = "Circle";
          public String getName() {
          return super.getName();
          name = "Rectangle";
          name = "Rectangle";
          * 디폴트 전달인자 : type functionName( type A1, type A2, A3 = 0 );와 같이 값이 전달 되지 않을경우 자동을 전달되는 값을 가지는 함수의 기능을 말합니다.
          예를들면 위 circle 클래스의 getName 메소드에서 사용한 것처럼요 super.getName() 이렇게 --[iruril]
  • PythonNetworkProgramming . . . . 8 matches
         if __name__=="__main__":
          peername = conn.getpeername ()
          ClientList.append (peername)
          print "Requested by ", peername
         if __name__ == '__main__':
          def getFileSize(self, aFileName):
          return os.path.getsize(aFileName)
          aFileName='f:/sample.jpg'
          fileSize=self.getFileSize(aFileName)
          f = open(aFileName, "rb")
         if __name__=='__main__':
         if __name__=="__main__":
  • RSSAndAtomCompared . . . . 8 matches
         The RSS 2.0 specification is copyrighted by Harvard University and is frozen. No significant changes can be made and it is intended that future work be done under a different name; Atom is one example of such work.
         RSS 2.0 is not in an XML namespace but may contain elements from other XML namespaces. There is no central place where one can find out about many popular extensions, such as dc:creator and content:encoded.
         Atom 1.0 is in [http://www.w3.org/2005/Atom an XML namespace] and may contain elements or attributes from other XML namespaces. There are specific guidelines on how to interpret extension elements. Additionally, there will be an IANA managed directory rel= values for <link>. Finally, Atom 1.0 provides recommended extension points and guidance on how to interpret simple extensions.
         Atom 1.0 provides “author” and “contributor” elements at both the feed and entry level. These elements must contain a name, and also have optional email and URI sub-elements.
          <name>John Doe</name>
  • STL/map . . . . 8 matches
         using namespace std;
          string name;
          while( cin >> name ){
          if ( name.compare("exit") ==0)break;
          if (directory.find(name) != directory.end())
          cout << name << "의 전화번호는"
          << directory[name] << "입니다.n";
          cout << "죄송합니다. 그 이름이 전화 번호부에 없습니다." << name << "n";
  • SmallTalk/강좌FromHitel/강의3 . . . . 8 matches
         여기서 Username 입력 상자에 여러분의 영문 이름을 넣습니다. 그러면 창 아
         * First Name: 여러분의 이름을 넣습니다. 저의 경우는 ChanHong Kim으로 표
          기되므로, First Name에는 ChanHong을 입력하면 됩니다.
         * Last Name: 여러분의 성씨를 넣습니다. 저의 경우에는 Kim이겠지요?
         * Usrname: "Locked Image" 창에 입력한 여러분의 Username을 입력합니다.
         재 여러분이 설치한 Smalltalk에 대해서는 Username과 Password가 그대로 사
          내용: Username과 Image code.
          font: (Font name: 'Arial' pointSize: 36) bold;
  • 손동일 . . . . 8 matches
         using namespace std;
          int name;
          if ( vertices[i].name == (int)start )
          if ( vertices[i].name == (int)end )
          else if (vertices[i].neighbor[j][0] == choice->name)
          if (vertices[i].name == choice->neighbor[j][0]
          path[z++] = char(choice->name);
          path[z] = char(choice->name);
  • 조영준/다대다채팅 . . . . 8 matches
         namespace CSharpSocketServer
         namespace CSharpSocketServer
         namespace CSharpSocketServer
          public string name;
          name = dataGet;
          ChatServer.broadcast(name + " joined");
          ChatServer.broadcast(name + " : " + dataGet);
         namespace CSharpSocketClient
  • AustralianVoting/Leonardong . . . . 7 matches
         using namespace std;
          char name[80];
          char name[80];
          cin.getline( name, 80);
          strcpy( candidator.name, name );
          cout << candidators[i].name << endl;
  • JavaStudy2004/이용재 . . . . 7 matches
          private String name;
          name = JOptionPane.showInputDialog("이름 입력");
          public void my_name_is()
          System.out.println(name);
          Lee.my_name_is();
         함수명이나 변수명을 지을 때 mynameis같이 쓰면 나중에 보거나 딴 사람이 보았을 때 이해하기가 힘들 수 있으니 myNameIs나 my_name_is처럼 각 단어끼리 구분 짓는 습관을 갖는 것이 좋다고 생각합니다. --[강희경]
  • MySQL . . . . 7 matches
         mysql> select * from addressbook order by name asc;
         | name | phone |
         재니가 오늘 물어보는데, ORDER BY name (스트링) 을 하는데, 가나다순으로 정렬이 안된다고 해서.
         | name | char(10) | | | | | <-- name 이 char 타입입니다.
         mysql> select * from addressbook ORDER BY BINARY name;
         | name | phone |
  • Refactoring/ComposingMethods . . . . 7 matches
          * You have a code fragment that can be grouped together.[[BR]]''Turn the fragment into a method whose name explains the purpose of the method.''
          System.out.println( "name:" + _name);
          System.out.println( "name:" + _name);
          * A method's body is just as clear as its name. [[BR]] ''Put the method's body into the body of its callers and remove the method.''
          * You have a complicated expression. [[BR]] ''Put the result of the expression, or parts of the expression,in a temporary variagle with a name that explains the purpose.''
  • STL/vector/CookBook . . . . 7 matches
         using namespace std;
          * 몇 번 써본결과 vector를 가장 자주 쓰게 된다. vector만 배워 놓으면 list나 deque같은것은 똑같이 쓸수 있다. vector를 쓰기 위한 vector 헤더를 포함시켜줘야한다. STL을 쓸라면 #include <iostream.h> 이렇게 쓰면 귀찮다. 나중에 std::cout, std:vector 이런 삽질을 해줘야 한다. 이렇게 하기 싫으면 걍 쓰던대로 using namespace std 이거 써주자.
         using namespace std;
         using namespace std;
         using namespace std;
         using namespace std;
         using namespace std;
  • VendingMachine/세연/재동 . . . . 7 matches
         using namespace std;
          char * name;
          char * name[] = {"coke","juice","tea","cofee","milk"};
          s_drink[i].name = name[i];
          cout << i + 1 << "." << s_drink[i].name << "\t" << s_drink[i].amount << "\n";
          cout << i + 1 << "." << s_drink[i].name << "\t\t";
  • VendingMachine/재니 . . . . 7 matches
         using namespace std;
          char name[10];
          strcpy(detail[0].name, "사이다");
          strcpy(detail[1].name, "콜라");
          strcpy(detail[2].name, "2% 부족");
          cout << i+1 << ". " << detail[i].name << "t"
          cout << detail[selection - 1].name << "을 선택하셨습니다.n";
  • whiteblue/MyTermProjectForClass . . . . 7 matches
          char name[20];
          char * showName();
         using namespace std;
          strcpy(name, na);
         char * Data::showName()
          return name;
         using namespace std;
          cout << d[arrayNumber[i]].showName()
          cout << d[arrayNumber[i]].showName()
         using namespace std;
         using namespace std;
  • JavaNetworkProgramming . . . . 6 matches
          public SimpleOverwritingFileOutputStream(String filename) throws IOException {
          file = new RandomAccessFile(filename,"rw"); //RandomAccessFile은 파일이 존재하지 않으면 자동으로 파일생성 하고 그렇지
          public SeekableFileOutputStream(String filename)throws IOException {
          this(new RandomAccessFile(filename,"rw")); // 자신의 또다른 생성자에게 넘겨준다.--;
          public MarkResetFileInputStream(String filename)throws IOException {
          this(new RandomAccessFile(filename,"r")); //랜덤엑세스 파일을 생성해서 다른 생성자로
          else if(object.getClass().getName().equals("java.io.File"))
  • MoinMoinBugs . . . . 6 matches
         ''Well, Netscape suxx. I send the cookies with the CGI'S path, w/o a hostname, which makes it unique enough. Apparently not for netscape. I'll look into adding the domain, too.''
          * Solve the problem of the Windows filesystem handling a WikiName case-indifferent (i.e. map all deriatives of an existing page to that page).
          * Check whether the passed WikiName is valid when editing pages (so no pages with an invalid WikiName can be created); this could also partly solve the case-insensitive filename problem (do not save pages with a name only differing in case)
          * InterWiki links should either display the destination Wiki name or generate the A tag with a TITLE attribute so that (at least in IE) the full destination is displayed by floating the cursor over the link. At the moment, it's too hard to figure out where the link goes. With that many InterWiki destinations recognised, we can't expect everyone to be able to recognise the URL.
         With 0.3, TitleIndex is broken if first letter of Japanese WikiName is multibyte character. This patch works well for me but need to be fixed for other charsets.
          letter = name[0]
          if isUnicodeName(name):
  • Python/DataBase . . . . 6 matches
         host - hostname (NULL : default)
         user - username (NULL)
         db - database name (NULL)
         con =MySQLdb.connect(user="name", passwd="password", db="databasename")
         cur.execute("select * from owiki_page_name")
  • ServerBackup . . . . 6 matches
         def uploadFile(filename):
          s = ftplib.FTP('servername')
          f = open(filename,'rb') # file to send
          s.storbinary('STOR %s'%filename, f) # Send the file
         /usr/bin/mysqldump -u <username> -p <password> <databasename> | gzip > /path/to/backup/db/zeropage_`date +%y_%m_%d`.gz
  • SuperMarket/세연 . . . . 6 matches
          char * name;
          s_product[0].name = "캔디";
          s_product[1].name = "디스켓";
          s_product[2].name = "마우스";
          cout << i + 1 << ". " << s_product[i].name << "\t" << s_product[i].cost << "\n";
          cout << s_product[i].name << "\t" << s_product[i].quanty << "\n";
  • WikiSandPage . . . . 6 matches
          <input type="hidden" name="action" value="userform">
          <input type="hidden" size="15" maxlength="20" name="password" value="">
          <input type="hidden" size="15" maxlength="20" name="passwordagain" value="">
          <input type="hidden" size="40" name="email" value="">
          <input type="hidden" size="40" name="user_css" value="">
          <span class="button"><input type="submit" class="button" name="logout" value="로그아웃"></span>
  • 가위바위보/재니 . . . . 6 matches
         using namespace std;
          char name[2][7];
          fin.getline(name[0],7);
          fin.getline(name[1],7);
          cout << name[0] << " " << result[0] << " 승 " << result[1] << " 무 " << result[2] << " 패\n";
          cout << name[1] << " " << 100 - result[0] - result[1] << " 승 " << result[1] << " 무 "
  • 김희성/MTFREADER . . . . 6 matches
          void MakeBinaryFile(char* filename); //MFT를 Binary 그대로 저장한다.
          void MakeTextFile(char* filename, long flag); //MFT 속성을 text 파일로 저장.
          *((unsigned char*)MFT+point+9) = Attribute Name Size
          case 0x30://File Name
          fprintf(fp,"Attribute type : File Name\n");
          fprintf(fp,"File Name Size : %d\n",*((unsigned char*)offset+64));
          fprintf(fp,"File NameSpace : ");
          fprintf(fp,"File Name : ");
         void _MFT_READER::MakeBinaryFile(char* filename)
          fp=fopen(filename,"w");
         void _MFT_READER::MakeTextFile(char* filename, long flag)
          FILE *fp=fopen(filename,"w");
  • 알고리즘3주숙제 . . . . 6 matches
         Consider the following problem: one has a directory containing a set of names and a telephone number associated with each name.
         The directory is sorted by alphabetical order of names. It contains n entries which are stored in 2 arrays:
         names (1..n) ; numbers (1..n)
         Given a name and the value n the problem is to find the number associated with the name.
  • 정모/2011.4.4/CodeRace . . . . 6 matches
          static private String name = "";
          public person(String name){this.name = name;}
          System.out.println(name + "은/는 지금 "+city+"에있다");
         using namespace std;
  • EmbedAudioFilesForFireFox . . . . 5 matches
          <param name="FileName" value="URL" />
          <param name="ShowControls" value="1" />
          <param name="ShowDisplay" value="0" />
          <param name="ShowStatusBar" value="1" />
          <param name="AUTOSTART" value="1" />
  • FromDuskTillDawn/조현태 . . . . 5 matches
         using namespace std;
          STown(const char* inputName)
          name = inputName;
          string name;
         STown* SuchOrAddTown(const char* townName)
          if (g_myTowns[i]->name == townName)
          g_myTowns.push_back(new STown(townName));
          char startStationName[BUFFER_SIZE];
          char endStationName[BUFFER_SIZE];
          sscanf(readData, "%s %s %d %d", startStationName, endStationName, &startTime, &delayTime);
          STown* thisStation = SuchOrAddTown(startStationName);
          thisStation->nextTown.push_back(SuchOrAddTown(endStationName));
          sscanf(readData, "%s %s", startStationName, endStationName);
          g_suchStartTown = startStationName;
          g_suchEndTown = endStationName;
          if (g_suchEndTown == suchTown->nextTown[i]->name)
  • JavaStudy2003/세번째과제/곽세환 . . . . 5 matches
          private String name;
          name = "noname";
          public void setName(String n)
          name = n;
          JOptionPane.showMessageDialog(null, "Hello, World!" + " " + name);
          hello1.setName("세환");
  • R'sSource . . . . 5 matches
         name = raw_input("검색하고 싶은 게이머의 이름을 입력하세요 : ")
         keyGamer = name
         global saveDirName
         saveDirName = name
          print '%s 하위디렉토리에 총 %d 개의 리플레이를 저장하였습니다.' % (saveDirName , savedNum)
          pattern = re.compile('^<a href=\".(.*filename=(.*.rep).*)\".*')
          fileName = matching.group(2)
          #print fileName
          print ' %d 번째 rep화일저장중 : %s ' % (savedNum , fileName)
          if os.path.exists(defaultDir + saveDirName)==0:
          os.mkdir(defaultDir + saveDirName)
          fp = open(defaultDir + saveDirName + '\\' + fileName, 'wb')
         if __name__ == '__main__':
  • 구조체 파일 입출력 . . . . 5 matches
         using namespace std;
          char name[10];
          cout << "Input name : " ;
          cin >> p.name;
          cout << p.name << p.age << p.phone ;
  • 새싹교실/2012/AClass . . . . 5 matches
          using namespace std도 배웠다. using namespace std는 cin, cout을 사용할 때 앞에 붙는 'std::'를 생략하기 위해 써준다.
          -#include <iostream> 과 using namespace std; 의 사용법
         using namespace std;
          * c언어와 c++의 다른 문법과 cin,cout class,std없애는 using namespace std를 배웠다
  • Graphical Editor/Celfin . . . . 4 matches
         using namespace std;
         char name[255], trash[255];
          cout << name << endl;
          cin >> name;
  • Map연습문제/노수민 . . . . 4 matches
         using namespace std;
          string name;
         using namespace std;
          string name;
  • OurMajorLangIsCAndCPlusPlus/stdlib.h . . . . 4 matches
         || char *getenv(const char *name); || 환경 변수를 얻는다 ||
          /* Allocate space for a path name */
          printf( "Memory space allocated for path name\n" );
         Memory space allocated for path name
  • REFACTORING . . . . 4 matches
         Three Strike 법칙은 외우기 쉬워서 처음 Refactoring 을 하는 사람들에겐 적당하다. 하지만, 저 법칙은 주로 중복이 일어날 때의 경우이고, Rename Method/Field/Variable 같은 Refactoring 은 지속적으로 해주는 것이 좋다.
         ["Refactoring"] 에 의외로 중요한 기술로 생각되는건 바로 Extract Method 와 Rename 과 관련된 Refactoring. 가장 간단하여 시시해보일지 모르겠지만, 그로서 얻어지는 효과는 대단하다. 다른 Refactoring 기술들의 경우도 일단 Extract Method 와 Rename 만 잘 지켜지면 그만큼 적용하기 쉬워진다고 생각.
         개인적으로 Refactoring 을 적용하는중, 자주 이용되는 테크닉이 StructuredProgramming 기법인 StepwiseRefinement (Rename 도 일종의 StepwiseRefinement 기술이라 생각이 든다)라는점은 의외일련지 모르겠다. OOP 와 SP 는 상호배제의 관계가 아니기에. --["1002"]
  • RSS . . . . 4 matches
         RDF Site Summary, the first version of RSS, was created by Dan Libby of Netscape in March 1999 for use on the My Netscape portal. This version became known as RSS 0.9. In July 1999 Netscape produced a prototype, tentatively named RSS 0.91, RSS standing for Rich Site Summary, this was a compromise with their customers who argued the complexity introduced (as XML namespaces) was unnecessary. This they considered a interim measure, with Libby suggesting an RSS 1.0-like format through the so-called Futures Document [2].
         Soon afterwards, Netscape lost interest in RSS, leaving the format without an owner, just as it was becoming widely used. A working group and mailing list, RSS-DEV, was set up by various users to continue its development. At the same time, Winer posted a modified version of the RSS 0.91 specification - it was already in use in their products. Since neither side had any official claim on the name or the format, arguments raged whenever either side claimed RSS as its own, creating what became known as the RSS fork. [3]
         Winer published RSS 2.0 in 2002, emphasizing "Really Simple Syndication" as the meaning of the three-letter abbreviation. RSS 2.0 remained largely compatible with RSS 0.92, and added the ability to add extension elements in their own namespaces. In 2003, Winer and Userland Software assigned ownership of the RSS 2.0 specification to his then workplace, Harvard's Berkman Center for the Internet & Society.
  • Yggdrasil/가속된씨플플/2장 . . . . 4 matches
          cout<<"Please enter your first name: ";
          string name;
          cin>>name;
          const string greeting="Hello, "+name+"!";
  • mantis . . . . 4 matches
         347 mysql_query('set names euckr',$this->_connectionID);
         348 if ($argDatabasename) return $this->SelectDB($argDatabasename);
         360 mysql_query('set names euckr',$this->_connectionID);
  • whiteblue/MyTermProject . . . . 4 matches
         using namespace std;
          char name[20];
          cout << l[i].name << "\t" << l[i].number << " " << *(n+(i*14)) << endl;
          cout << m[i].name << "\t" << m[i].number << " "<< m[i].kor
  • 새싹교실/2012/해보자 . . . . 4 matches
          * 변수의 선언 방법: Datatype name or Datatype name,name,name,...
  • 압축알고리즘/희경&능규 . . . . 4 matches
         using namespace std;
         using namespace std;
         using namespace std;
         using namespace std;
  • 코드레이스/2007.03.24상섭수생형진 . . . . 4 matches
         using namespace std;
         using namespace std;
         using namespace std;
         using namespace std;
  • 3N+1Problem/황재선 . . . . 3 matches
         using namespace std;
         if __name__ == '__main__':
         if __name__ == '__main__':
  • ACM_ICPC/PrepareAsiaRegionalContest . . . . 3 matches
         using namespace std;
         using namespace std;
         using namespace std;
  • Calendar환희코드 . . . . 3 matches
         int 달력형식(int nameofDay, int year, int month);
         int 달력형식(int nameofDay, int year, int month){
          switch(nameofDay){
  • FoundationOfUNIX . . . . 3 matches
          * find ./ -name '*.txt' (./ 현재 디렉토리 이후 모두 검색 , -name 파일을 이름으로 찾는 것을 의미, '*.txt' 패턴)
          * find ./ -name '*.txt' -ls -exec rm {} \; (현재 디렉토리 이후 *.txt 인파일을 모두 찾아서 지우기.
  • Gof/Command . . . . 3 matches
          const char* name = AskUser ();
          if (name != 0) {
          Document* document = new Document (name);
  • HardcoreCppStudy/첫숙제/Overloading/임민수 . . . . 3 matches
         using namespace std;
         using namespace std;
         using namespace std;
  • MoreEffectiveC++/C++이 어렵다? . . . . 3 matches
          [http://zeropage.org/moin/moin.cgi/MoreEffectiveC_2b_2b_2fMiscellany#head-a8fe938a36d3be47de007ce24f1d367295cd7ea7 Item 34 name mangle 관련]
          * 생각해볼 name mangling - overloading
          [http://zeropage.org/moin/moin.cgi/MoreEffectiveC_2b_2b_2fMiscellany#head-a8fe938a36d3be47de007ce24f1d367295cd7ea7 Item 34 name mangle 관련]
  • ProjectPrometheus/CookBook . . . . 3 matches
          String serviceName = (String) request.getParameter("service");
          <res-ref-name>jdbc/'reference 이름'</res-ref-name>
          <init-param driver-name="org.gjt.mm.mysql.Driver 식으로 드라이버 이름"/>
  • VimSettingForPython . . . . 3 matches
          silent execute '!C:Vimvim62diff -a ' . opt . v:fname_in . ' ' . v:fname_new . ' > ' . v:fname_out
  • 가위바위보/영동 . . . . 3 matches
          char name[2][10];
          fin.getline(name[0], 10);
          fin.getline(name[1], 10);
  • 데블스캠프2006/월요일/함수/문제풀이/윤성준 . . . . 3 matches
         using namespace std;
         using namespace std;
         using namespace std;
  • 데블스캠프2006/월요일/함수/문제풀이/이차형 . . . . 3 matches
         using namespace std;
         using namespace std;
         using namespace std;
  • 몸짱프로젝트/BinarySearchTree . . . . 3 matches
         if __name__ == '__main__':
         if __name__ == '__main__':
         using namespace std;
  • 몸짱프로젝트/CrossReference . . . . 3 matches
         if __name__ == '__main__':
         using namespace std;
         using namespace std;
  • 영호의해킹공부페이지 . . . . 3 matches
         namely 0x0063FDE4. Hopefully you're beginning to see the idea here. If you
          like C/C++, Pascal, JavaScript, Perl, Python - you name it. :) Mm, no TCL/TK
         things like usernames and passwords for things people shouldn't be accessing,
  • 이영호/미니프로젝트#1 . . . . 3 matches
          char *user_name;
          h = gethostbyname(info.host);
          sprintf(msg, "user %s %s %s %sn", info.user_name, info.user_whois1, info.user3, info.user_whois2);
  • 2002년도ACM문제샘플풀이/문제E . . . . 2 matches
         using namespace std;
         using namespace std;
  • 2학기파이선스터디/모듈 . . . . 2 matches
         ['__builtins__', '__doc__', '__file__', '__name__', 'add', 'c', 'mul']
         ['_StringTypes', '__builtins__', '__doc__', '__file__', '__name__', '_float', '_idmap', '_idmapL', '_int', '_long', 'ascii_letters', 'ascii_lowercase', 'ascii_uppercase', 'atof', 'atof_error', 'atoi', 'atoi_error', 'atol', 'atol_error', 'capitalize', 'capwords', 'center', 'count', 'digits', 'expandtabs', 'find', 'hexdigits', 'index', 'index_error', 'join', 'joinfields', 'letters', 'ljust', 'lower', 'lowercase', 'lstrip', 'maketrans', 'octdigits', 'printable', 'punctuation', 'replace', 'rfind', 'rindex', 'rjust', 'rstrip', 'split', 'splitfields', 'strip', 'swapcase', 'translate', 'upper', 'uppercase', 'whitespace', 'zfill']
  • 5인용C++스터디/클래스상속보충 . . . . 2 matches
         using namespace std;
         using namespace std;
  • AcceleratedC++/Chapter11 . . . . 2 matches
          cout<<vs[i].name();
          cout<<vs[i].name();
  • BoostLibrary/SmartPointer . . . . 2 matches
         using namespace boost;
         // several other names). It separates the interface (in this header file)
  • C++ . . . . 2 matches
         Bell Labs' Bjarne Stroustrup developed C++ (originally named "C with Classes") during the 1980s as an enhancement to the C programming language. Enhancements started with the addition of classes, followed by, among many features, virtual functions, operator overloading, multiple inheritance, templates, and exception handling. The C++ programming language standard was ratified in 1998 as ISO/IEC 14882:1998, the current version of which is the 2003 version, ISO/IEC 14882:2003. New version of the standard (known informally as C++0x) is being developed.
         In C and C++, the expression x++ increases the value of x by 1 (called incrementing). The name "C++" is a play on this, suggesting an incremental improvement upon C.|}}
  • C++스터디_2005여름/학점계산프로그램/문보창 . . . . 2 matches
         using namespace std;
         using namespace std;
  • ClassifyByAnagram/sun . . . . 2 matches
          g.drawString( "....name: " + System.getProperty( "java.vm.name"), 10, 65 );
  • DebuggingSeminar_2005 . . . . 2 matches
          || [DebuggingSeminar_2005/UndName] || UndName 사용법 ||
          || [http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore/html/_core_viewing_decorated_names.asp undname.exe] || C++ Name Undecorator, Map file 분석툴 ||
  • DebuggingSeminar_2005/UndName . . . . 2 matches
         DLL 파일에 의해서 분석된 내용을 보면 DLL 에 함수의 이름이 이상하게(?) 변형되어 있는것을 확인하실 수 있는데(DUMPBIN.EXE 를 통해서 가능합니다.) 이 이름의 원형을 알고 싶을때가 있습니다. 그럴때 undname.exe 라는 파일을 사용하시면 아주 쉽게 확인해 보실 수 있습니다.
         H:\>undname -f ?MapDLLappyFunc@@YAPADPAD@Z
         UNDNAME Version 5.00.2184.1Copyright (C) Microsoft Corp. 1981-1999
  • EcologicalBinPacking/강희경 . . . . 2 matches
         using namespace std;
         using namespace std;
  • EightQueenProblem/강인수 . . . . 2 matches
         using namespace std;
         if __name__ == '__main__':
  • EnglishSpeaking/2011년스터디 . . . . 2 matches
          * There are four members in my family: my father, mother, and a younger brother. Well, actually there are five including our dog. My father was a military officer for twenty years. He recently retired from service and now works in a weaponry company. My mother is a typical housewife. She takes care of me and my brother and keeps our house running well. My brother is attending a university in the U.S.A. He just entered the university as a freshman and is adjusting to the environment. I miss the memory of fighting over things with him. The last member of my family is my dog named Joy. She is a Maltese terrier and my mother named her Joy to bring joy into our family. That's about it for the introduction of my family members.
  • GalleryMacro . . . . 2 matches
         {{{[[Gallery(col=5,nocomment,sort=name)]]}}}
         5 column, with no comments, sort by name
  • Gof/Facade . . . . 2 matches
         서브시스템 클래스를 private 로 만드는 것은 유용하지만, 일부의 OOP Language가 지원한다. C++과 Smalltalk 는 전통적으로 class에 대한 namespace를 global하게 가진다. 하지만 최근에 C++ 표준회의에서 namespace가 추가됨으로서 [Str94], public 서브시스템 클래스를 노출시킬 수 있게 되었다.[Str94] (충돌의 여지를 줄였다는 편이 맞을듯..)
          const char* variableName
  • Gof/Mediator . . . . 2 matches
          entryField* _fontName;
          _fontName = new EntryField(this);
          // fill the listBox white the available font names
          _fontName->GetTet(_fontList->GetSelection());
          paneName: 'myListPane';
  • HelpOnActions . . . . 2 matches
         모니위키는 액션이라는 확장기능을 제공합니다. 액션은 현재 보고 있는 페이지 혹은 전체 위키에 대한 특별한 확장 기능을 말합니다. 매크로와는 다르게 위키 페이지에 직접 매크로를 삽입해야 하는 것이 아니라 그 페이지를 다른 방식으로 보는 방법을 제공합니다. 예를 들어 페이지를 편집하는 기능를 `edit` 액션이라고 하며, 북마크를 하는 기능은 `bookmark`액션을 통해 이루어지고, 전체 검색, 제목 검색, 역링크 검색 등등 여러가지 기능을 제공합니다. 이러한 액션은 플러그인 방식으로 다른 기능을 손쉽게 확장할 수 있게 하여 위키의 풍부한 기능을 가능하게 만들어주고, 일부 액션은 페이지의 내용과 상관 없는 기능을 제공하기도 합니다. (페이지 지우기 기능은 DeletePage 혹은 페이지 이름을 바꿔주는 RenamePage 기능)
          * `rename`: 페이지이름 바꾸기 액션
  • InterWiki . . . . 2 matches
         List of valid InterWiki names this wiki knows of:
         MoinMoin marks the InterWiki links in a way that works for the MeatBall:ColourBlind and also is MeatBall:LynxFriendly by using a little icon with an ALT attribute. If you hover above the icon in a graphical browser, you'll see to which Wiki it refers. If the icon has a border, that indicates that you used an illegal or unknown BadBadBad:InterWiki name (see the list above for valid ones). BTW, the reasoning behind the icon used is based on the idea that a Wiki:WikiWikiWeb is created by a team effort of several people.
  • IsBiggerSmarter?/문보창 . . . . 2 matches
         using namespace std;
         using namespace std;
  • LIB_3 . . . . 2 matches
         void LIB_create_task (char *task_name,int priority,void (*task)(void),INT16U * Stack)
          pReady_heap[ready_tcb_ptr]->Task_Name = task_name;
  • MoinMoinTodo . . . . 2 matches
          * Macro that lists all users that have an email address; a click on the user name sends the re-login URL to that email (and not more than once a day).
          * or go all the way, and store pages as data/pages/<firstletter>/<pagename>/(current|meta|...|<timestamp>)
          * WikiName|s instead of the obsessive WikiName' ' ' ' ' 's (or use " " for escaping)
  • ParserMarket . . . . 2 matches
         This is a marketplace for your parsers. Please state your name, your email, and the release your parser is developed for (if you used a CVS snapshot, also state the revision number).
         Use a special pagename {{{~cpp ["parser/yourParser.py"]}}} and start your parser with the line {{{~cpp
  • Postech/QualityEntranceExam06 . . . . 2 matches
          7. Pass by name, Pass by reference, pass by name
  • PowerOfCryptography/조현태 . . . . 2 matches
         using namespace std;
         using namespace std;
  • ProgrammingLanguageClass/Report2002_2 . . . . 2 matches
          1. To find out the maximum length of a variable name
          ''DeleteMe) 여기서는 name-compatibility 와 structured-compatibility를 이야기하는것 같은데 --석천''
  • ProjectPrometheus/DataBaseSchema . . . . 2 matches
         || userid || password || name ||
         name varchar(8) NOT NULL DEFAULT '',
  • ProjectZephyrus/간단CVS사용설명 . . . . 2 matches
         Module name.. : ProjectZephyrus
         # unencrypted username/password pairs for authentication.
  • StringOfCPlusPlus/상협 . . . . 2 matches
         using namespace std;
         using namespace std;
  • Yggdrasil/가속된씨플플/4장 . . . . 2 matches
          return x.name<y.name;
  • [Lovely]boy^_^/Diary/2-2-16 . . . . 2 matches
          * I read a novel named the Brain all day. Today's reading amount is about 600 pages. It's not so interesting as much as the price of fame.
          * I studied ProgrammingPearls chapter 3. When I was reading, I could find familiar book name - the Mythical Man Month, and Code Complete.
  • [Lovely]boy^_^/Temp . . . . 2 matches
         using namespace std;
         template <typename T>
  • 경시대회준비반/BigInteger . . . . 2 matches
         using namespace std;
         namespace BigMath
          const char BigIntPROGRAMNAME[] = { "BigInteger" };
          out << BigIntPROGRAMNAME << " (Version "<< BigIntMajorVersion
  • 권영기/web crawler . . . . 2 matches
          urllib.urlretrieve(url[, filename[, reporthook[, data]]])
          * os.mkdir(path[, mode]) - Create a directory named path with numeric mode mode. If the directory already exists, OSError is raised.
  • 데블스캠프2006/월요일/연습문제/for/임다찬 . . . . 2 matches
         using namespace std;
         using namespace std;
  • 데블스캠프2006/월요일/함수/문제풀이/윤영준 . . . . 2 matches
         using namespace std;
         using namespace std;
  • 만년달력/곽세환,조재화 . . . . 2 matches
         using namespace std;
         using namespace std;
  • 문자반대출력/문보창 . . . . 2 matches
         using namespace std;
         using namespace std;
  • 문자열검색/허아영 . . . . 2 matches
         using namespace std;
         using namespace std;
  • 비밀키/김태훈 . . . . 2 matches
         using namespace std;
         using namespace std;
  • 빵페이지/소수출력 . . . . 2 matches
         using namespace std;
         using namespace std;
  • 여사모 . . . . 2 matches
         using namespace std;
         using namespace std;
  • 중위수구하기/김태훈zyint . . . . 2 matches
          a : <INPUT TYPE="text" NAME="a"><br>
          b : <INPUT TYPE="text" NAME="b"><br>
          c : <INPUT TYPE="text" NAME="c">
         <INPUT TYPE="hidden" name=mode value=action><INPUT TYPE="submit" name=submit value=전송>
  • 큐와 스택/문원명 . . . . 2 matches
         using namespace std;
         using namespace std;
  • 파일 입출력_3 . . . . 2 matches
         using namespace std;
          printf("Input filename : ");
  • 현종이 . . . . 2 matches
          char m_szName[30]; //이름입니다.
          SungJuk(const char *name,int nNumber, int nKorean, int nEnglish, int nMath);
          void Input(int nNumber, char szName[], int nKorean, int nEnglish, int nMath);
         using namespace std;
          strcpy(m_szName, "이름없음");
          cout<< " " << m_nNumber << "\t" << m_szName<< "\t" << m_nKorean << "\t"
          <<"\t\t"<< "이 름 : "<< m_szName << "\n" <<"\t\t"<<"총 점 : "
          <<"\t\t"<< "이 름 : "<< m_szName << endl <<"\t\t"<<"국 어 : "
          <<"\t\t"<< "이 름 : "<< m_szName << endl <<"\t\t"<<"영 어 : "
          <<"\t\t"<< "이 름 : "<< m_szName << endl <<"\t\t"<<"수 학 : "
         void SungJuk::Input(int nNumber, char szName[], int nKorean, int nEnglish, int nMath)
          strcpy(m_szName,szName);
  • 희경/엘레베이터 . . . . 2 matches
         using namespace std;
         using namespace std;
  • 05학번 . . . . 1 match
         using namespace std;
  • 05학번만의C Study/숙제제출1/이형노 . . . . 1 match
         using namespace std;
  • 05학번만의C++Study/숙제제출1/조현태 . . . . 1 match
         책 읽어보고, using namespace std; 쓰는이유, 뭐 이런것을 익히고 자신만의 C++스타일도 찾을겸.
  • 05학번만의C++Study/숙제제출4/최경현 . . . . 1 match
         using namespace std;
  • 1thPCinCAUCSE/ExtremePair전략 . . . . 1 match
         using namespace std;
  • 1~10사이 숫자 출력, 5 제외 (continue 문 사용) . . . . 1 match
         using namespace std;
  • 3 N+1 Problem/조동영 . . . . 1 match
         using namespace std;
  • 3N 1/김상섭 . . . . 1 match
         using namespace std;
  • 3N+1/김상섭 . . . . 1 match
         using namespace std;
  • 3N+1Problem/문보창 . . . . 1 match
         using namespace std;
  • 50~100 사이의 3의배수와 5의 배수 출력 . . . . 1 match
         using namespace std;
  • 8queen/곽세환 . . . . 1 match
         using namespace std;
  • 8queen/문원명 . . . . 1 match
         using namespace std;
  • ALittleAiSeminar/Namsang . . . . 1 match
          def name(self): return "Namsang"
  • AdventuresInMoving:PartIV/김상섭 . . . . 1 match
         using namespace std;
  • AntOnAChessboard/김상섭 . . . . 1 match
         using namespace std;
  • BasicJava2005/3주차 . . . . 1 match
          * C/C++의 #include 와 using namespace의 결합형
  • Basic알고리즘/팰린드롬/조현태 . . . . 1 match
         using namespace std;
  • BeingALinuxer . . . . 1 match
          뿌띠에서 logout명령어를 치면 왜 프로그램이 종료되어버리는지?(다시 login name을 입력하도록 나오는것이 정상 아닐까?)
  • Bridge/권영기 . . . . 1 match
         using namespace std;
  • CPPStudy_2005_1/STL성적처리_2 . . . . 1 match
         using namespace std;
  • CarmichaelNumbers/문보창 . . . . 1 match
         using namespace std;
  • Chapter I - Sample Code . . . . 1 match
         RenameThisPage : 페이지 이름 수정 필요. 궁리중 --["1002"]
  • CheckTheCheck/곽세환 . . . . 1 match
         using namespace std;
  • ChocolateChipCookies/허준수 . . . . 1 match
         using namespace std;
  • ClassifyByAnagram/1002 . . . . 1 match
         if __name__=="__main__":
  • ClassifyByAnagram/JuNe . . . . 1 match
         if __name__=='__main__':
  • ClassifyByAnagram/재동 . . . . 1 match
         if __name__ == '__main__':
  • CodeRace/20060105/아영보창 . . . . 1 match
         using namespace std;
  • CompilerTheory/ManBoyTest . . . . 1 match
         Donald Knuth 가 Algol 60의 구현 정도를 판변하기위해서 만든 프로그램. 테스트의 목적은 올바르게 구현된 scoping rule, call-by-name의 구현 정도를 판별해서 boys(algol 60 구현물)들중에서 men (쓸만한 놈)을 가려내는 용도로 고안되었습니다.
  • ComputerNetworkClass/Report2006/BuildingProxyServer . . . . 1 match
         using namespace System;
  • ContestScoreBoard/문보창 . . . . 1 match
         using namespace std;
  • ContestScoreBoard/차영권 . . . . 1 match
         using namespace std;
  • ContestScoreBoard/허아영 . . . . 1 match
         using namespace std;
  • CubicSpline/1002/CubicSpline.py . . . . 1 match
         if __name__=="__main__":
  • CubicSpline/1002/TriDiagonal.py . . . . 1 match
         if __name__=="__main__":
  • CuttingSticks/문보창 . . . . 1 match
         using namespace std;
  • CxxTest . . . . 1 match
          fileName = eachFile[:lastestPeriod]
          if fileName.endswith("Test"):
          print fileName, extension
         if __name__=="__main__":
  • DermubaTriangle/하기웅 . . . . 1 match
         using namespace std;
  • EcologicalBinPacking/곽세환 . . . . 1 match
         using namespace std;
  • EcologicalBinPacking/황재선 . . . . 1 match
         using namespace std;
  • EightQueenProblem/조현태2 . . . . 1 match
         using namespace std;
  • FactorialFactors/조현태 . . . . 1 match
         using namespace std;
  • FileInputOutput . . . . 1 match
         using namespace std;
         InputStreamReader isr = new InputStreamReader(new FileInputStream(fileName));
  • Fmt/문보창 . . . . 1 match
         using namespace std;
  • HASH구하기/류주영,황재선 . . . . 1 match
         using namespace std;
  • Hacking/20040930첫번째모임 . . . . 1 match
          cd, pwd, man, ls, cp, rm, mkdir, rmdir, mv, cat, more, less, grep, find, echo, uname, adduser, passwd, id, su
  • HanoiProblem/은지 . . . . 1 match
         using namespace std;
  • HaskellLanguage . . . . 1 match
          * [http://pub.hal3.name/daume02yaht.pdf Yet another haskell tutorial] : Haskell 입문시에 도움이 된다.
  • HelpOnProcessingInstructions . . . . 1 match
          * {{{#action}}} ''action name'': 페이지에 대한 기본 액션을 ''EditText'' 이외의 다른 것으로 바꿔준다.
  • HelpOnXmlPages . . . . 1 match
         If you have Python4Suite installed in your system, it is possible to save XML documents as pages. It's important to start those pages with an XML declaration "{{{<?xml ...>}}}" in the very first line. Also, you have to specify the stylesheet that is to be used to process the XML document to HTML. This is done using a [http://www.w3.org/TR/xml-stylesheet/ standard "xml-stylesheet" processing instruction], with the name of a page containing the stylesheet as the "{{{href}}}" parameter.
  • HowManyZerosAndDigits/김회영 . . . . 1 match
         using namespace std;
  • HowManyZerosAndDigits/문보창 . . . . 1 match
         using namespace std;
  • IsThisIntegration?/김상섭 . . . . 1 match
         using namespace std;
  • JSP/SearchAgency . . . . 1 match
          out.write(" <input type=text name='keyword'>");
         String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
  • Java Script/2011년스터디/박정근 . . . . 1 match
          person.name='박정근'
  • JavaScript/2011년스터디/CanvasPaint . . . . 1 match
          <select name="colors"onclick="selectColor(this.selectedIndex)">
  • JollyJumpers/Leonardong . . . . 1 match
         if __name__ == '__main__':
  • JollyJumpers/곽세환 . . . . 1 match
         using namespace std;
  • JollyJumpers/허아영 . . . . 1 match
         using namespace std;
  • KnightTour/재니 . . . . 1 match
         using namespace std;
  • LoadBalancingProblem . . . . 1 match
         == Problem name : Load Balancing ==
  • MagicSquare/동기 . . . . 1 match
         using namespace std;
  • MagicSquare/재니 . . . . 1 match
         using namespace std;
  • MagicSquare/정훈 . . . . 1 match
         using namespace std;
  • Map/곽세환 . . . . 1 match
         using namespace std;
  • Map/권정욱 . . . . 1 match
         using namespace std;
  • Map/박능규 . . . . 1 match
         using namespace std;
  • Map/임영동 . . . . 1 match
         using namespace std;
  • Map연습문제/나휘동 . . . . 1 match
         using namespace std;
  • Map연습문제/박능규 . . . . 1 match
         using namespace std;
  • Map연습문제/조동영 . . . . 1 match
         using namespace std;
  • Map연습문제/황재선 . . . . 1 match
         using namespace std;
  • MineSweeper/Leonardong . . . . 1 match
         if __name__ == '__main__':
  • MineSweeper/김민경 . . . . 1 match
         if __name__=="__main__":
  • MineSweeper/김상섭 . . . . 1 match
         using namespace std;
  • Minesweeper/이도현 . . . . 1 match
         using namespace std;
  • MoinMoin . . . . 1 match
         "Moin" meaning "Good Morning", and "MoinMoin" being an emphasis, i.e. "A ''Very'' Good Morning". The name was obviously chosen for its WikiWikiNess.
  • NSIS/예제2 . . . . 1 match
         Name "Example2"
          WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Example2" "DisplayName" "NSIS Example2 (remove only)"
         Name "Example2"
          WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Example2" "DisplayName" "NSIS Example2 (remove only)"
         Name "Example2"
          WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Example2" "DisplayName" "NSIS Example2 (remove only)"
         Name: "Example2"
         WriteRegStr: HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall\Example2\DisplayName=NSIS Example2 (remove only)
  • NSIS/예제3 . . . . 1 match
         Name "Tetris"
          WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\ZPTetris" "DisplayName" "ZPTetris (remove only)"
         Name: "Tetris"
         WriteRegStr: HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall\ZPTetris\DisplayName=ZPTetris (remove only)
  • NumberBaseballGame/재니 . . . . 1 match
         using namespace std;
  • Omok/재니 . . . . 1 match
         using namespace std;
  • OurMajorLangIsCAndCPlusPlus/2006.2.06/김상섭 . . . . 1 match
         using namespace std;
  • OurMajorLangIsCAndCPlusPlus/2006.2.06/허준수 . . . . 1 match
         using namespace std;
  • OurMajorLangIsCAndCPlusPlus/stdio.h . . . . 1 match
         || int rename(const char *, const char *) || 첫번째 인자의 파일을 두번째 인자의 이름으로 바꾸어준다. ||
  • PreviousFrontPage . . . . 1 match
         MoinMoin is a Python WikiClone, based on PikiPiki. The name is a common German slang expression explained on the MoinMoin page. If you run a Wiki using MoinMoin, please add it to the MoinMoinWikis page.
         You can edit any page by pressing the link at the bottom of the page. Capitalized words joined together form a WikiName, which hyperlinks to another page. The highlighted title searches for all pages that link to the current page. Pages which do not yet exist are linked with a question mark: just follow the link and you can add a definition.
  • PrimaryArithmetic/문보창 . . . . 1 match
         using namespace std;
  • PrimaryArithmetic/황재선 . . . . 1 match
         if __name__ == '__main__':
  • ProjectPrometheus/AT_RecommendationPrototype . . . . 1 match
          def __init__(self, aBookName):
          self.bookName = aBookName
          #print self.bookName, " relation : " , book.bookName, self.bookRelation[book]
          # print book.bookName
          output += book.bookName
         if __name__=="__main__":
  • PythonXmlRpc . . . . 1 match
         if __name__=='__main__':
  • RandomFunction . . . . 1 match
         using namespace std;
  • RandomWalk/동기 . . . . 1 match
         using namespace std;
  • RandomWalk/성재 . . . . 1 match
         using namespace std;
  • RandomWalk/신진영 . . . . 1 match
         using namespace std;
  • RandomWalk/은지 . . . . 1 match
         using namespace std;
  • RandomWalk/재니 . . . . 1 match
         using namespace std;
  • RandomWalk2/ClassPrototype . . . . 1 match
         using namespace std;
  • RandomWalk2/Vector로2차원동적배열만들기 . . . . 1 match
         using namespace std;
  • RandomWalk2/상규 . . . . 1 match
         using namespace std;
  • Randomwalk/조동영 . . . . 1 match
         using namespace std;
  • ReverseAndAdd/김범준 . . . . 1 match
         if __name__ == '__main__':
  • ReverseAndAdd/김정현 . . . . 1 match
         if __name__ == '__main__':
  • ReverseAndAdd/김회영 . . . . 1 match
         using namespace std;
  • ReverseAndAdd/남상협 . . . . 1 match
         if __name__=='__main__':
  • ReverseAndAdd/태훈 . . . . 1 match
         if __name__ == '__main__':
  • ReverseAndAdd/허아영 . . . . 1 match
         using namespace std;
  • Robbery/조현태 . . . . 1 match
         using namespace std;
  • Ruby/2011년스터디/서지혜 . . . . 1 match
          _tprintf(_T("\t[Process name]\t[PID]\t[ThreadID]\t[PPID]\n"));
  • Scheduled Walk/소영&재화 . . . . 1 match
         using namespace std;
  • SeminarHowToProgramIt/Pipe/VendingMachineParser.py . . . . 1 match
          def parse(self,aString=None,aStream=None,aName=None):
          lexer=shlex.shlex(aStream,aName)
         if __name__=='__main__':
  • SignatureSurvey . . . . 1 match
         def readFromFile(aFileName):
          f = open(aFileName, 'r')
         def writeToFile(aFileName, aStr):
          f = open(aFileName, 'w')
         if __name__=="__main__":
  • Slurpys/문보창 . . . . 1 match
         using namespace std;
  • SmalltalkBestPracticePatterns/DispatchedInterpretation . . . . 1 match
         The name "dispatched interpretation" comes from the distribution of responsibility. The encoded object "dispatches" a message to the client. The client "interprets" the message. Thus, the Shape dispatches message like #lineFrom:to: and #curveFrom:mid:to:. It's up to the clients to interpret the messages, with the PostScriptShapePrinter creating PostScript and the ShapeDisplayer displaying on the screen.
  • SpiralArray/영동 . . . . 1 match
         using namespace std;
  • StackAndQueue/손동일 . . . . 1 match
         using namespace std;
  • Star/조현태 . . . . 1 match
         using namespace std;
  • Steps/문보창 . . . . 1 match
         using namespace std;
  • Steps/하기웅 . . . . 1 match
         using namespace std;
  • Temp/Commander . . . . 1 match
          cmds = self.parser.parse(aString=line,aName='Console')
         if __name__ == '__main__':
  • Temp/Parser . . . . 1 match
          def parse(self,aString=None,aStream=None,aName=None):
          lexer=shlex.shlex(aStream,aName)
         if __name__=='__main__':
  • The Trip/Celfin . . . . 1 match
         using namespace std;
  • TheKnightsOfTheRoundTable/김상섭 . . . . 1 match
         using namespace std;
  • TheKnightsOfTheRoundTable/하기웅 . . . . 1 match
         using namespace std;
  • TheLagestSmallestBox/하기웅 . . . . 1 match
         using namespace std;
  • ThePriestMathematician/김상섭 . . . . 1 match
         using namespace std;
  • ThePriestMathematician/문보창 . . . . 1 match
         using namespace BigMath;
  • TheTrip/Leonardong . . . . 1 match
         if __name__ == '__main__':
  • TheTrip/문보창 . . . . 1 match
         using namespace std;
  • TkinterProgramming/Calculator2 . . . . 1 match
          self.myNameSpace = {}
          return repr(eval(code, self.myNameSpace, self.myNameSpace))
          exec code in self.myNameSpace, self.myNamespace
          self.master.iconname('Tk-42')
  • TugOfWar/강희경 . . . . 1 match
         if __name__ == '__main__':
  • TugOfWar/김회영 . . . . 1 match
         //using namespace std;
  • VonNeumannAirport/Leonardong . . . . 1 match
         if __name__ == "__main__":
  • WERTYU/Celfin . . . . 1 match
         using namespace std;
  • WERTYU/문보창 . . . . 1 match
         using namespace std;
  • WeightsAndMeasures/김상섭 . . . . 1 match
         using namespace std;
  • WeightsAndMeasures/문보창 . . . . 1 match
         using namespace std;
  • ZeroPageServer/FixDate . . . . 1 match
         그런데, rdate 가 이번 테스트 업그레이드 버전 부터 안되는 것이다. 새버전에서 servername 을 입력받을수 없다고 하는데, 왜그런지 모르겠다. 그래서 대안으로 이것을 사용한다.
  • ZeroPageServer/set2002_815 . . . . 1 match
          * 27일 오후에 suexec rename, cgiwrap설치후 삭제하고, suexec 복구하자 잘 동작
  • [Lovely]boy^_^/USACO/BrokenNecklace . . . . 1 match
         using namespace std;
  • [Lovely]boy^_^/USACO/WhatTimeIsIt? . . . . 1 match
         using namespace std;
  • [Lovely]boy^_^/[Lovely]boy^_^/USACO/Barn . . . . 1 match
         using namespace std;
  • abced reverse . . . . 1 match
         using namespace std;
  • aekae/* . . . . 1 match
         using namespace std;
  • cookieSend.py . . . . 1 match
         if __name__=="__main__":
  • hanoitowertroublesagain/이도현 . . . . 1 match
         using namespace std;
  • html5practice/즐겨찾기목록만들기 . . . . 1 match
          <form name="formInput">
         function doRemoveItem(itemName) {
          localStorage.setItem(itemName, "false");
          var pairs = "<table><tr><th>Name</th><th>Value</th></tr>\n";
          var pairs = "<table><tr><th>Name</th><th>Value</th></tr>\n";
  • minesweeper/Celfin . . . . 1 match
         using namespace std;
  • whiteblue/만년달력 . . . . 1 match
         using namespace std;
  • whiteblue/자료구조다항식구하기 . . . . 1 match
         using namespace std;
  • 가위바위보/성재 . . . . 1 match
         using namespace std;
  • 개인키,공개키/강희경,조동영 . . . . 1 match
         using namespace std;
  • 구구단/S.S.S . . . . 1 match
         if __name__=='__main__':
  • 구구단/김범준 . . . . 1 match
         if __name__ == '__main__':
  • 구구단/김상윤 . . . . 1 match
         using namespace std;
  • 구구단/김태훈-zyint . . . . 1 match
         if __name__ == '__main__':
  • 구구단/변준원 . . . . 1 match
         using namespace std;
  • 구구단/윤성복 . . . . 1 match
         if __name__ == '__main__':
  • 금고/문보창 . . . . 1 match
         using namespace std;
  • 기본데이터베이스/조현태 . . . . 1 match
         const char print_outs[HANG_MOK][5]={"id","name","tel","add"};
  • 김범준 . . . . 1 match
         duco ornamentum(라틴어로 계산기이지만 컴퓨터라고 하기로 함)
  • 단식자바 . . . . 1 match
         [http://gigamail8.paran.com:8080/gigamail_pop.php?file=/D8/1/20050713/16/07/beonit@paran.com/1121238649_29721_x0.zip&filename=javaJava.zip 첫날소스]
  • 데블스캠프2006/CPPFileInput . . . . 1 match
         using namespace std;
  • 데블스캠프2006/월요일/연습문제/if-else/윤성준 . . . . 1 match
         using namespace std;
  • 데블스캠프2006/월요일/연습문제/switch/김준석 . . . . 1 match
         using namespace std;
  • 데블스캠프2006/월요일/연습문제/switch/정승희 . . . . 1 match
         using namespace std;
  • 데블스캠프2006/월요일/연습문제/switch/주소영 . . . . 1 match
         using namespace std;
  • 데블스캠프2006/월요일/연습문제/기타문제/임다찬 . . . . 1 match
         using namespace std;
  • 데블스캠프2006/월요일/연습문제/기타문제/주소영 . . . . 1 match
         using namespace std;
  • 데블스캠프2006/월요일/함수/문제풀이/정승희 . . . . 1 match
         using namespace std;
  • 데블스캠프2006/화요일/pointer/문제1/김준석 . . . . 1 match
         using namespace std;
  • 데블스캠프2006/화요일/pointer/문제1/정승희 . . . . 1 match
         using namespace std;
  • 데블스캠프2006/화요일/pointer/문제2/윤성준 . . . . 1 match
         using namespace std;
  • 데블스캠프2006/화요일/pointer/문제2/정승희 . . . . 1 match
         using namespace std;
  • 데블스캠프2006/화요일/pointer/문제2/주소영 . . . . 1 match
         using namespace std;
  • 데블스캠프2006/화요일/pointer/문제3/주소영 . . . . 1 match
         using namespace std;
  • 데블스캠프2006/화요일/pointer/문제4/이장길 . . . . 1 match
         using namespace std;
  • 데블스캠프2011/셋째날/String만들기/김준석 . . . . 1 match
         using namespace std;
  • 데블스캠프2012/넷째날/묻지마Csharp/김태진 . . . . 1 match
         namespace WindowsFormsApplication1
  • 마름모출력/조현태 . . . . 1 match
         if __name__ == '__main__':
  • 마방진/곽세환 . . . . 1 match
         using namespace std;
  • 마방진/문원명 . . . . 1 match
         using namespace std;
  • 마방진/변준원 . . . . 1 match
         using namespace std;
  • 마방진/임민수 . . . . 1 match
         using namespace std;
  • 만년달력/강희경,Leonardong . . . . 1 match
         using namespace std;
  • 만년달력/방선희,장창재 . . . . 1 match
         using namespace std;
  • 몸짱프로젝트/InfixToPrefix . . . . 1 match
         if __name__ == '__main__':
  • 문자열연결/조현태 . . . . 1 match
         using namespace std;
  • 미로찾기/곽세환 . . . . 1 match
         using namespace std;
  • 방울뱀스터디/만두4개 . . . . 1 match
         if __name__ == '__main__':
  • 보드카페 관리 프로그램/강석우 . . . . 1 match
         using namespace std;
  • 비밀키/임영동 . . . . 1 match
         using namespace std;
  • 비밀키/황재선 . . . . 1 match
         using namespace std;
  • 새싹교실/2011 . . . . 1 match
          * [새싹교실/2011/Noname]
  • 소수구하기/상욱 . . . . 1 match
         using namespace std;
  • 숙제1/최경현 . . . . 1 match
         using namespace std;
  • 숫자를한글로바꾸기/조현태 . . . . 1 match
         using namespace std;
  • 숫자야구/ 변준원 . . . . 1 match
         using namespace std;
  • 숫자야구/문원명 . . . . 1 match
         using namespace std;
  • 숫자야구/방선희 . . . . 1 match
         using namespace std;
  • 숫자야구/장창재 . . . . 1 match
         using namespace std;
  • 숫자야구/조재화 . . . . 1 match
         using namespace std;
  • 스택/aekae . . . . 1 match
         using namespace std;
  • 스택/조재화 . . . . 1 match
         using namespace std;
  • 시간맞추기/문보창 . . . . 1 match
         using namespace std;
  • 시간맞추기/조현태 . . . . 1 match
         using namespace std;
  • 알고리즘8주숙제/test . . . . 1 match
         using namespace std;
  • 위키개발2006 . . . . 1 match
          owiki_page_name - refer 하는 카페들이 있는 서버 에서 n_referUrl = 카페 인곳
  • 윤성준 . . . . 1 match
         using namespace std;
  • 임인택/CVSDelete . . . . 1 match
         if __name__=='__main__':
  • 정규표현식/스터디/문자하나찾기/예제 . . . . 1 match
         hello my name is helloguy
  • 정렬/강희경 . . . . 1 match
         using namespace std;
  • 정렬/변준원 . . . . 1 match
         using namespace std;
  • 큐/Leonardong . . . . 1 match
         using namespace std;
  • 타도코코아CppStudy/0728 . . . . 1 match
         using namespace std;
  • 파스칼삼각형/문원명 . . . . 1 match
         using namespace std;
  • 파스칼삼각형/손동일 . . . . 1 match
         using namespace std;
  • 파스칼삼각형/조현태 . . . . 1 match
         using namespace std;
  • 파일 입출력_1 . . . . 1 match
         using namespace std;
  • 파일 입출력_2 . . . . 1 match
         using namespace std;
  • 포인터 swap . . . . 1 match
         using namespace std;
  • 프로그래밍언어와학습 . . . . 1 match
         DeleteMe) 제목짓는 센스가 없는 관계로;; 원글의 뜻에 맞게 제목을 고쳐주시기를; Rename & Refactor This Page; --석천
  • 프로그래밍잔치/첫째날 . . . . 1 match
          I. '''ZeroWiki Name Space 설명, 토론 앞으로의 발전 방향 토론 (["페이지이름"]) '''
          * namespace 의 첫번째 규칙 5
  • 피보나치/Leonardong . . . . 1 match
         using namespace std;
  • 피보나치/S.S.S . . . . 1 match
         if __name__=='__main__':
  • 피보나치/방선희 . . . . 1 match
         using namespace std;
  • 피보나치/이승한 . . . . 1 match
         if __name__ == '__main__':
  • 현재 위키에 어떤 습관이 생기고 있는걸까? . . . . 1 match
          * 외국에서 개발되어서 어쩔수 없다기 보다, 현재 Web 인코딩을 그대로 filename에 가져다 쓰기 때문입니다. python 스크립트 만들어저 지워요. --NeoCoin
Found 362 matching pages out of 7557 total pages (1530 pages are searched)

You can also click here to search title.

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
Processing time 3.4127 sec