E D R , A S I H C RSS

Full text search for "Star"

Star


Search BackLinks only
Display context of search results
Case-sensitive searching
  • 경시대회준비반/BigInteger . . . . 46 matches
          // Start of the location of the number in the array
          SizeT Start;
          Start = 0;
          Start = 0;
          Start = 0;
          Start = 0;
          for(SizeT i = End; i>=Start;i--)
          Start = 0;
          Start = 0;
          for(SizeT i=Start;i<=End;i++)
          TheNumber[Start+i] = a.TheNumber[a.Start+i];
         { return End-Start+1; }
         { return End==Start && TheNumber[Start]==0; }
          for(SizeT i=Start; i<End ; i++)
          while(TheNumber[Start]==0 && Start<End)
          Start++;
          temp = TheNumber[i+Start] - with.TheNumber[i+with.Start];
          Plus = Big.TheNumber[i+Big.Start] + Carry;
          if(j>=0) Plus += Small.TheNumber[j+Small.Start] ;
          Minus = Big.TheNumber[i+Big.Start] - Carry;
  • ScheduledWalk/석천 . . . . 29 matches
          InputStartRoachPosition();
         void InputStartRoachPosition() {
         void InputStartRoachPosition();
          InputStartRoachPosition();
         void InputStartRoachPosition() {
         구현 순서에 대한 원칙을 잡았으면 구현을 해봅니다. 일단 Input 부분을 구현하기로 정해졌고요. (순서상 가장 왼쪽) 그 중 가장 깊이가 깊은 InputBoardSize, InputStartRoachPosition, InputRoachJourney 중 InputBoardSize 를 구현합니다.
         Input 에서 테스트해본 결과 값이 잘 출력되는군요. 그럼, 계속해서 Input의 다른 함수들인 InputStartRoachPosition(), InputRoachJourney() 에 대해 계속 구현을 해보죠.
         IntPair InputStartRoachPosition() {
          int startRow;
          int startCol;
          scanf("%d%d", &startRow, &startCol);
          position.n1 = startRow;
          position.n2 = startCol;
         IntPair InputStartRoachPosition();
          testReceiver = InputStartRoachPosition();
          printf ("Start Position value : %d, %d \n", testReceiver.n1, testReceiver.n2);
         IntPair InputStartRoachPosition() {
          int startRow;
          int startCol;
          scanf("%d%d", &startRow, &startCol);
  • RandomWalk2/재동 . . . . 24 matches
          def testStartPoint(self):
          self.assertEquals((0,0),self.reader.getStartPoint())
          def getStartPoint(self):
          def setStartPoint(self):
          self.row, self.col = self.rdr.getStartPoint()
          self.setStartPoint()
          def testStartPoint(self):
          self.assertEquals((0,0,3,7),self.rdr.getStartPoint())
          def getStartPoint(self):
          def setStartPoint(self):
          self.row[0], self.col[0], self.row[1], self.col[1] = self.rdr.getStartPoint()
          self.setStartPoint()
          def testStartPointRow(self):
          self.assertEquals([0,3,2,8],self.rdr.getStartPointRow())
          def testStartPointCol(self):
          self.assertEquals([0,7,5,8],self.rdr.getStartPointCol())
          def testStartPoint(self):
          self.moveRoach.setStartPoint()
          def getStartPointRow(self):
          def getStartPointCol(self):
  • RandomWalk2/Insu . . . . 18 matches
          void StartProcedure();
         void RandomWalkBoard::StartProcedure()
          test.StartProcedure();
          void StartProcedure();
         void RandomWalkBoard::StartProcedure()
          test.StartProcedure();
          void StartProcedure();
         void RandomWalkBoard::StartProcedure()
          test.StartProcedure();
          void StartProcedure();
         void RandomWalkBoard::StartProcedure()
          test.StartProcedure();
          void StartProcedure();
         void RandomWalkBoard::StartProcedure()
          test.StartProcedure();
          void StartProcedure();
         void RandomWalkBoard::StartProcedure()
          test.StartProcedure();
  • 새싹교실/2012/세싹 . . . . 17 matches
          U64 MftStartLcn; //MFT가 시작되는 주소.
          U64 Mft2StartLcn; // MFT Mirror 부분이 시작되는 주소
          ReadSector(boot_block.MftStartLcn * boot_block.SectorsPerCluster, BytesPerFileRecord / boot_block.BytesPerSector, MFT);
          ReadSector(boot_block.MftStartLcn * boot_block.SectorsPerCluster, BytesPerFileRecord / boot_block.BytesPerSector, MFT);
          ReadSector(boot_block.Mft2StartLcn * boot_block.SectorsPerCluster, BytesPerFileRecord / boot_block.BytesPerSector, MFT);
          printf("MftStartLcn : %d\n",boot_block.MftStartLcn);
          printf("Mft2StartLcn : %d\n",boot_block.Mft2StartLcn);
          printf("MftStartLcn : %016x\n",boot_block.MftStartLcn);
          printf("Mft2StartLcn : %016x\n",boot_block.Mft2StartLcn);
          ReadSector((boot_block.MftStartLcn+0) * boot_block.SectorsPerCluster, BytesPerFileRecord / boot_block.BytesPerSector, MFT);
          printf("Attribute List Start\n\n");
          printf("Run List Start VCN : %I64d\n",*((unsigned __int64*)((unsigned char*)MFT+point+16)));
          printf("Run List Start Offset : 0x%02x%02x\n",*((unsigned char*)MFT+point+33),*((unsigned char*)MFT+point+32));
  • TFP예제/Omok . . . . 13 matches
          self.omok.Start ()
          def testFirstDolIsBlackInStart (self):
          self.omok.Start ()
          self.omok.Start ()
          self.omok.Start ()
          self.omok.Start ()
          self.omok.Start ()
          self.omok.Start ()
          self.omok.Start ()
          self.omok.Start ()
          self.omok.Start ()
          def Start (self):
          self.Start ()
  • Code/RPGMaker . . . . 12 matches
          public RMFillBox(Vector2f vStart, Vector2f vEnd, Color color)
          init(vStart.x, vStart.y, vEnd.x, vEnd.y, color);
          public RMLine(Vector2f vStart, Vector2f vEnd, float width, Color color)
          Vector3f v3Start = new Vector3f(vStart.x, vStart.y, z);
          lineVector.sub(v3End, v3Start);
          (vStart.x + normal.x), (vStart.y + normal.y), z,
          (vStart.x - normal.x), (vStart.y - normal.y), z,
  • RandomWalk2/ClassPrototype . . . . 12 matches
          void goAboard (Board* pBoard, int nStartRow, int nStartCol) {
          m_pBoard->setRoachPosition(nStartRow, nStartCol);
          int m_nStartCol;
          int m_nStartRow;
          cin >> m_nStartRow >> m_nStartCol;
          int getStartCol () { return 0; }
          int getStartRow () { return 0; }
          void start () {
          roach->goAboard (&board, inputer->getStartRow(), inputer->getStartCol());
          game.start ();
  • 조영준/다대다채팅 . . . . 11 matches
          Thread t1 = new Thread(new ThreadStart(manageConnection));
          Thread t3 = new Thread(new ThreadStart(ManageChat));
          serverSocket.Start();
          Console.WriteLine(TimeStamp() + "[]Server started");
          t1.Start();
          t3.Start();
          tempClient.start();
          public void start()
          Thread t = new Thread(new ThreadStart(doChat));
          t.Start();
          Thread t1 = new Thread(new ThreadStart(read));
          Thread t2 = new Thread(new ThreadStart(write));
          t1.Start();
          t2.Start();
  • MineFinder . . . . 10 matches
         == Start. 어디서 부터 잡아갈까.. 데이터 모으기 ==
         void CMinerFinderDlg::OnButtonStart()
          m_mineSweeper.Start ();
          Start ();
         F:WorkingTempMinerFinderMinerBitmapAnalyzer.cpp(65): if (bmpdc->GetPixel (bmpStartX,bmpStartY) != rgbColor)
         BOOL CMinerBitmapAnalyzer::CompareBitmapPixel (CDC* pDC, CDC* bmpdc, int bmpStartX, int bmpStartY, COLORREF rgbColor)
          if (bmpdc->GetPixel (bmpStartX,bmpStartY) != rgbColor)
  • Gnutella-MoreFree . . . . 9 matches
         void CGnuDownloadShell::Start() 로 다운로드가 시작이 되고 실제적인 다운로드는 CGnuDownload에서 이루어지면 쉘에서는 Timer()에서 CheckCompletion()로 완료 되었는 지 확인을 하게 되고 AttachChunk2Chunk 와 AttachChunk2Partial로 부분부분 완료된 Chunk들을 결합해 주는 역활을 하게 된다.
         실제적으로 하나의 Host마다 CGnuDownload 클래스를 갖게 되며 데이타를 받는 소켓이 된다m_StartPos가 받기 시작하는 Chunk의 시작을 나타내며 ReadyFile()에서는 전의 받던 파일이 있는 지 조사후에 File을 연다.
         StartDownload() 함수에서 다운로드를 시작하며 GetStartPos() 를 통해 Chunk가 다운로드가 시작할 m_pChunk->m_StartPos의 위치를 알게 한다.
         m_StartPos = m_pShell->m_BytesCompleted + ((m_pShell->m_FileLength - m_pShell->m_BytesCompleted) / 2);
         m_pChunk->StartPos = m_StartPos;
         m_pChunk->FileLength = m_pShell->m_FileLength - m_StartPos;
  • OOP/2012년스터디 . . . . 8 matches
         void PrintMonth(int Month, bool LeapYear, int* MonthStartDay){
          int StartDay=LastDays%7;
          int MonthStartDay= StartDay;
          for(int i=0; i<MonthStartDay; i++) printf("\t");
          if((date+MonthStartDay)%7 ==0) printf("\n");
          MonthStartDay= (MonthStartDay+date)%7;
          int startDay = accumulatedDays(year, month) % 7;
          for(int i = 1; i <= startDay; i++){
          if((i + startDay) % 7 == 0){
  • 3N+1Problem/Leonardong . . . . 7 matches
          def getCycleLength( self, aStart ):
          n = aStart
         def getMaxCycleLen(aStart, aEnd):
          if CUTOFF < aEnd - aStart:
          if aStart % 2 == 0:
          aStart -= 1
          for n in range(aStart, aEnd+1, interval):
          for start, end, expected in tests:
          self.assertEquals(expected, getMaxCycleLen( start, end ) )
  • Android/WallpaperChanger . . . . 7 matches
          startActivityForResult(Intent.createChooser(i, "Select Picture"), SELECT_PICTURE);
          Button start = (Button)findViewById(R.id.start_button);
          start.setOnClickListener(new View.OnClickListener(){
          startHelloService();
          private void startHelloService() {
          mService = startService(new Intent(this, MyService.class));
          mTextView.append(mService.toShortString()+" started.\n");
          private int mStartId;
          // startId : 서비스 시작요구 id. stopSelf에서 종료할 때 사용.
          //onStart는 여러번 호출될 수 있기 때문에 식별자로 사용.
          public void onStart(Intent intent, int startId) {
          Log.e("MyService", "Service startId = " + startId);
          super.onStart(intent, startId);
          mStartId = startId;
          Log.e("MyService", "stop Service id = "+mStartId);
          stopSelf(mStartId);
  • UnixSocketProgrammingAndWindowsImplementation . . . . 7 matches
         if( WSAStartup(MAKEWORD(2,2), &wsaData) != 0)
          fprintf(stderr, "WSAStartup Error"), exit(1);
          // 추가. WSAStartup() 은 socket의 버젼을 ws2_32 라이브러리에 전달한다.
         if( WSAStartup(MAKEWORD(2,2), &wsaData) != 0)
          fprintf(stderr, "WSAStartup Error"), exit(1);
          if( WSAStartup(MAKEWORD(2,2), &wsaData) == -1 )
          error("WSAStartup Error");
  • BusSimulation/조현태 . . . . 6 matches
          cau_road->Start_car(i,20,0,80);
         int road::Start_car(int input_number, int input_size, int input_where, int input_speed)
          int Start_car(int , int , int , int );
          cau_road->Start_car(i,20,0,80);
         int road::Start_car( int input_number, int input_size, int input_where, int input_speed)
          int Start_car( int, int , int , int );
  • EightQueenProblem/da_answer . . . . 6 matches
          procedure SearchStart();
          SearchStart();
         procedure TForm1.SearchStart();
          procedure SearchStart();
          SearchStart();
         procedure TForm1.SearchStart();
  • Memo . . . . 6 matches
         void StartSniffing(SOCKET Sock)
          if (WSAStartup(MAKEWORD(2, 2), &wsaData) != 0)
          printf("WSAStartup() failed.n");
          StartSniffing(Sock);
          connManager.start()
          if( WSAStartup(MAKEWORD(2,2), &wsaData) == -1 )
          error("WSAStartup Error");
  • MobileJavaStudy/SnakeBite/FinalSource . . . . 6 matches
          public Command restartCommand;
          new Thread(this).start();
          public void start() {
          public void restart() {
          this.addCommand(restartCommand);
          private Command startCommand;
          private Command restartCommand;
          startCommand = new Command("Start", Command.SCREEN, 1);
          restartCommand = new Command("Restart", Command.SCREEN, 1);
          snakeBiteCanvas.restartCommand = restartCommand;
          snakeBiteCanvas.addCommand(startCommand);
          public void startApp() {
          startCommand = null;
          restartCommand = null;
          else if(c == startCommand) {
          snakeBiteCanvas.removeCommand(startCommand);
          snakeBiteCanvas.start();
          snakeBiteCanvas.addCommand(startCommand);
          else if(c == restartCommand) {
          snakeBiteCanvas.removeCommand(restartCommand);
  • MobileJavaStudy/SnakeBite/Spec2Source . . . . 6 matches
          public Command restartCommand;
          this.addCommand(restartCommand);
          public void start() {
          public void restart() {
          private Command startCommand;
          private Command restartCommand;
          startCommand = new Command("Start", Command.SCREEN, 1);
          restartCommand = new Command("Restart", Command.SCREEN, 1);
          canvas.restartCommand = restartCommand;
          canvas.addCommand(startCommand);
          public void startApp() {
          if(c == startCommand) {
          canvas.removeCommand(startCommand);
          canvas.start();
          canvas.addCommand(startCommand);
          else if(c == restartCommand) {
          canvas.removeCommand(restartCommand);
          canvas.addCommand(startCommand);
          canvas.restart();
         class StartCanvas extends Canvas {
  • MobileJavaStudy/SnakeBite/Spec3Source . . . . 6 matches
          public Command restartCommand;
          public void start() {
          public void restart() {
          this.addCommand(restartCommand);
          private Command startCommand;
          private Command restartCommand;
          startCommand = new Command("Start", Command.SCREEN, 1);
          restartCommand = new Command("Restart", Command.SCREEN, 1);
          canvas.restartCommand = restartCommand;
          canvas.addCommand(startCommand);
          public void startApp() {
          new Thread(canvas).start();
          if(c == startCommand) {
          canvas.removeCommand(startCommand);
          canvas.start();
          canvas.addCommand(startCommand);
          else if(c == restartCommand) {
          canvas.removeCommand(restartCommand);
          canvas.addCommand(startCommand);
          canvas.restart();
  • PerformanceTest . . . . 6 matches
          __int64 m_nStart, m_nEnd, m_nFreq;
          m_nStart = m_nEnd = m_nFreq = 0;
          void Start () {
          QueryPerformanceCounter((LARGE_INTEGER*)&m_nStart);
          return (double)(m_nEnd - m_nStart)/m_nFreq;
          est.Start ();
          void show_est(struct timeb start, struct timeb end);
          struct timeb start, end;
          ftime(&start);
          show_est(start,end);
          void show_est(struct timeb start, struct timeb end)
          time = (int)(end.time - start.time);
          millitm = (int)(end.millitm - start.millitm);
          LARGE_INTEGER start, end
          rdtscEx(start.LowPart, start.EndPart);
          rdtscEx(end.LowPart, start.EndPart);
          elasped_time = *(__int64*)&end - *(__int64*)&start;
  • SpiralArray/영동 . . . . 6 matches
          Mover(int startingX, int startingY)
          currentX=startingX;
          currentY=startingY;
         int setStartingX();//시작 위치 설정: x
         int setStartingY();//시작 위치 설정: y
          Mover mover(setStartingX(), setStartingY());//이동하는 물체
         int setStartingX()
         int setStartingY()
  • UDK/2012년스터디/소스 . . . . 6 matches
          local vector CamStart, HitLocation, HitNormal, CamDirX, CamDirY, CamDirZ, CurrentCamOffset;
          CamStart = self.Location;
          CamStart.Z += CameraZOffset;
          FindSpot(GetCollisionExtent(), CamStart);
          out_CamLoc = CamStart - CamDirX*CurrentCamOffset.X + CurrentCamOffset.Y*CamDirY + CurrentCamOffset.Z*CamDirZ;
          if (Trace(HitLocation, HitNormal, out_CamLoc, CamStart, false, vect(12,12,12)) != None) {
  • VonNeumannAirport/1002 . . . . 6 matches
          int startCity;
          Configuration (int startCity, int endCity) {
          this->startCity = startCity;
          void movePeople (int startCity, int endCity, int people) {
          void movePeople (int startCity, int endCity, int people) {
          Configuration (vector<int> startCity, vector<int> endCity) {
          this->startCity = startCity;
          void movePeople (int startCity, int endCity, int people) {
          void movePeople (int startCity, int endCity, int people) {
          int getDistance (int startCity, int endCity) {
          void movePeople (int startCity, int endCity, int people) {
          void movePeople (int startCity, int endCity, int people) {
          traffic += getDistance (startCity, endCity) * people;
          int getDistance (int startCity, int endCity) {
          int getDistance (int startCity, int endCity) {
          int getDistance (int startCity, int endCity) {
          return abs (getStartGateIndex(startCity) - getEndGateIndex(endCity)) + 1;
          int getStartGateIndex (int startCity) {
          for (int cityIndex=0; cityIndex < this->startCity.size(); cityIndex++) {
          if (this->startCity[cityIndex] == startCity) {
  • 도형그리기 . . . . 6 matches
         사각형 : Rectangle (Start_x, Start_y, End_x, End_y)
         타원 : Ellipse (Start_x, Start_y, End_x, End_y)
         둥근 사각형 : RoundRect (Start_x, Start_y, End_x, End_y, width, height)
  • ReleaseDebugBuildStartGo의관계 . . . . 5 matches
         VC++ 통합환경을 사용할 때 가장 많이 쓰게 되는 기능 중, Build->Start(CTRL+F5)와 Debug->Go(F5)의 차이점중 하나에 대해 알아 보겠습니다.
          이 코드를 릴리즈 빌드로 만들고, Start(CTRL+F5)로 실행할 때의 b값과 Go(F5)로 실행할 때의 b값을 체크하면 서로 다르게 나옵니다. Start의 경우 b의 값이 false가 나오고, Go의 경우 b의 값이 true로 나옵니다. 바꾸어 말하면 Start는 미초기화 변수를 0으로 놓고, Go는 0이 아닌 값으로 세팅한다는 것입니다. (실제로 bool 타입의 false 값을 VC6의 디버거로 읽으면 0입니다. VC7의 경우엔 false라고 나오지만요)
          한데, 디버그 빌드의 경우는 어떨까요? 그 경우에는 Start나 Go나 차이를 보이지 않고 b값이 true입니다. 여기서 자그마한 결론을 얻을 수 있습니다.
  • BuildingWikiParserUsingPlex . . . . 4 matches
          rawTextStart=Str("{{{~cpp ")
          def repl_rawTextStart(self, aText):
          (rawTextStart, repl_rawTextStart),
  • Chapter I - Sample Code . . . . 4 matches
          수행시간 측정은 한 task 의 수행시간을 측정하기 위해서 한다. (당연한거 아냐?). 이 측정은 PC의 82C52 타이머 2번을 통해 수행된다. 수행시간 측정을 위한 함수로는 PC_ElapsedStart()와 PC_ElapsedStop()이 있다. 하지만 이 두 함수를 사용하기 전에 PC_ElapsedInit()를 호출해야한다. 이 함수는 두 함수와 관련된 오버헤드를 측정하는데 사용된다. 이렇게 하면 PC_ElapsedStop 함수에 의해 수행시간이 리턴된다(마이크로세컨드). 이 두 함수는 모두 리엔터런트(주 : 몇 개의 프로그램이 동시에 하나의 task나 subroutine을 공유하여 쓰는 것에 대해 말함, from 한컴사전) 하지 않아야한다. 다음은 PC_DispChar()함수의 측정시간을 구하는 예이다.
         PC_ElapsedStart();
          ==== TaskStart() ====
          ==== TaskStart() ====
  • FromDuskTillDawn/조현태 . . . . 4 matches
          vector<int> startTime;
         string g_suchStartTown;
          char startStationName[BUFFER_SIZE];
          int startTime;
          sscanf(readData, "%s %s %d %d", startStationName, endStationName, &startTime, &delayTime);
          STown* thisStation = SuchOrAddTown(startStationName);
          thisStation->startTime.push_back(startTime % 24);
          sscanf(readData, "%s %s", startStationName, endStationName);
          g_suchStartTown = startStationName;
         void SuchTown(STown* startTown, STown* endTown)
          newTown.push_back(startTown);
          if (suchTown->timeDelay[i] <= 12 && !(isDeadTime(suchTown->startTime[i]) || isDeadTime(suchTown->startTime[i] + suchTown->timeDelay[i])))
          if (allDelay[0] % 24 <= suchTown->startTime[i])
          allDelay.push_back(allDelay[0] + suchTown->startTime[i] - (allDelay[0] % 24) + suchTown->timeDelay[i]);
          allDelay.push_back(allDelay[0] + (suchTown->startTime[i] + 24) - (allDelay[0] % 24) + suchTown->timeDelay[i]);
          g_suchStartTown.clear();
          SuchTown(SuchOrAddTown(g_suchStartTown.c_str()), SuchOrAddTown(g_suchEndTown.c_str()));
  • NSIS/예제3 . . . . 4 matches
         SectionDivider " Create StartMenu Shortcuts "
         Section "Start Menu Shortcuts"
         SectionDivider " Create StartMenu Shortcuts "
         Section: "Start Menu Shortcuts"
  • SignatureSurvey . . . . 4 matches
          def repl_tagStart(self, aText):
          tagStart = Str("<")
          (tagStart, repl_tagStart),
  • 데블스캠프2004/금요일 . . . . 4 matches
          * g.drawLine(int startX, int startY, int endX, int endY) 메소드
         Upload:SimpleStar.zip
          from StarCraft import StarCraft
          sc = StarCraft ()
  • 만년달력/인수 . . . . 4 matches
          int start = getMonthStartPoint();
          for(int i = start ; i < getNumOfDays() + start ; ++i)
          ret[i] = i - start + 1;
          protected int getMonthStartPoint() {
          private int[] getExpectedCalendar(int start) {
          for(int i = start ; i < calendar.getNumOfDays() + start ; ++i)
          ret[i] = i - start + 1;
          public void testMonthStartPoint() {
          assertEquals(expectedSet[i], calendar.getMonthStartPoint() );
  • BusSimulation/태훈zyint . . . . 3 matches
          int LastMovingBusStartTime= -1 * MinuteOfInterval;
          && Now - LastMovingBusStartTime >= MinuteOfInterval) {
          bus[LastMovingBusIndex+1].start();
          LastMovingBusStartTime=Now;
          void start() { movingbus=true;} // 버스를 움직이게 한다. 첫 출발할때!
         int zrnd(int start,int end)
          r = rand()%(end-start+1) + start;
  • C/C++어려운선언문해석하기 . . . . 3 matches
         "Start reading the declaration from the innermost parentheses, go right, and then go left. When you encounter parentheses, the
         1. Start from the variable name -------------------------- fp1
         1. Start from the variable name --------------------- arr
  • ComputerNetworkClass/Report2006/PacketAnalyzer . . . . 3 matches
          if (WSAStartup(MAKEWORD(2,2), &wsd) != 0)
          printf("WSAStartup() failed: %d\n", GetLastError());
          // Start receiving IP datagrams until interrupted
  • GDBUsage . . . . 3 matches
         Starting program: /home/staff/sapius/source/ipc_test/pipe1 15
         Starting program: /home/staff/sapius/source/ipc_test/pipe1
         Starting program: /home/staff/sapius/source/ipc_test/pipe1
  • JollyJumpers/강희경 . . . . 3 matches
          bool isInputStart = false;
          if(!isInputStart){
          isInputStart = true;
  • NSIS/예제2 . . . . 3 matches
         Section "Start Menu Shortcuts"
         ; and (optionally) start menu shortcuts.
         Section "Start Menu Shortcuts"
         Section: "Start Menu Shortcuts"
  • NSISIde . . . . 3 matches
         그냥 Editplus 에서 makensis 을 연결해서 써도 상관없지만, 만일 직접 만든다면 어떻게 해야 할까 하는 생각에.. 그냥 하루 날잡아서 날림 플밍 해봤다는. --; (이 프로젝트는 ["NSIS_Start"] 의 subproject로, ["NSIS_Start"] 가 끝나면 자동소멸시킵니다. ^^;)
         ["NSIS_Start"]
  • RandomWalk/ExtremeSlayer . . . . 3 matches
          void StartMovement();
         void RandomWalkBoard::StartMovement()
          Test.StartMovement();
  • ScheduledWalk/창섭&상규 . . . . 3 matches
          * 바퀴벌레의 시작위치를 말해줄 수 있다.(GetRoachStartLocation)
          void GoOnBoard(Board *board, Location startlocation)
          CurrentLocation=startlocation;
          MyBoard->LeaveTrace(startlocation);
          Location GetRoachStartLocation()
          Location startlocation=user->GetRoachStartLocation();
          roach.GoOnBoard(&board,startlocation);
  • TestDrivenDevelopmentByExample/xUnitExample . . . . 3 matches
          result.testStarted()
          def testStarted(self):
          result.testStarted()
  • TicTacToe/조동영 . . . . 3 matches
          boolean isStarted = false;
          isStarted = true;
          if( isStarted ){
  • 새싹교실/2011/무전취식/레벨11 . . . . 3 matches
         void getStartPos();
          getStartPos(); // Where is S?
         void getStartPos()
  • 위키QnA . . . . 3 matches
          난 지금이 딱좋은데 더 확장되면 골치 아플껏 같고.. 혹은 사용용도가 ZeroWiki 와 합쳐 져야 한다고도 생각. project의 직접 접근성을 없애는건 반대이고 Starting Point에 사용용도를 링크하는 것이 최적이라고 생각 --상민
          FrontPage가 현재 하고 있는일이 (보여주고 있는 것) ZeroWiki 정의, 사용용도, Starting Point (여기에는 프로젝트 열거도 포함), 제안이야. 이중에서 사용용도와 제안은 새 페이지로 빼는 것이 좋을 것 같은데. 그리고 프로젝트 열거 밑에 Starting Point 밑에 두는 것도 생각. 그리고 또하나는 현재 이 프로젝트 관련 글을 Q&A가 아닌 제안페이지에 두는것이 더 좋겠다는 것. 현재 우선적인 직접접근성을 제공받아야 할 것은 project니까. 그에 대해서는 나도 별 이견 없음. --석천
  • 윤종하/지뢰찾기 . . . . 3 matches
          time_t tStartTime,tEndTime;
          time(&tStartTime);//시작시간 저장
          printf("소요시간: %ldsec.\n",tEndTime-tStartTime);//소요시간 출력
  • 3N+1Problem/신재동 . . . . 2 matches
         int getMaxCount(int aStart, int aFinish)
          for(int i =aStart; i < aFinish; i++)
          int start, finish;
          cin >> start >> finish;
          int maxCount = getMaxCount(start, finish);
  • A_Multiplication_Game/권영기 . . . . 2 matches
         long long int n, start1, end1, start2, end2;
         long long int getStart(long long int start, int cnt)
          temp = start/9;
          if(temp * 9 < start)temp++;
          temp = start/2;
          if(temp * 2 < start)temp++;
          start2 = n;
          end1 = start2 - 1;
          start1 = getStart(start2, cnt);
          if(start1 <= 1 && 1 <= end1)break;
          swap(start1, start2);
  • Doublets/황재선 . . . . 2 matches
          private int start;
          start = wordList.indexOf(word1) + 1;
          public int getStartingPoint() {
          return start;
          simulator.dfs(simulator.getStartingPoint());
  • EditStepLadders/황재선 . . . . 2 matches
          private int startingPoint;
          if (startingPoint == 0) {
          startingPoint = from;
          public int getStartingPoint() {
          return startingPoint;
          step.dfs(step.getStartingPoint());
  • ISBN_Barcode_Image_Recognition . . . . 2 matches
          * Left(Start) Guard
          * Start, End Guard는 바코드의 시작과 끝을 알리는 심볼이다.
  • MFC/Print . . . . 2 matches
          * CDC::StartDoc()
          * CDC::StartPage()
  • PC실관리/고스트/네트워크를이용한OS설치 . . . . 2 matches
          * 그리고 Start 버튼 -> peer to peer->slave : 이 과정이 피투피 서버를 만드는 과정
          * Start-> peer to peer -> master : 여기서 서버의 아이피 주소를 적어 준다.
  • PragmaticVersionControlWithCVS/CommonCVSCommands . . . . 2 matches
         StarterKit> cvs update
         RCS file: /home/CVSROOT/PP/doc/StarterKit/pragprog.sty,v
  • PragmaticVersionControlWithCVS/Getting Started . . . . 2 matches
         = Getting Started =
         == Starting to Work With a Project ==
  • ProjectVirush/Prototype . . . . 2 matches
          if( WSAStartup(MAKEWORD(2,2), &wsaData) == -1 )
          error("WSAStartup Error");
  • Refactoring/MovingFeaturesBetweenObjects . . . . 2 matches
         Date newStart = new Date (previousEnd.getYear(), previousEnd.getMonth(), previousEnd.getDate() + 1);
         Date newStart = nextDay (previousEnd);
  • Slurpys/황재선 . . . . 2 matches
          slump = self.findSlumpStartIndex(aStr)
          def findSlumpStartIndex(self, aStr):
  • Star . . . . 2 matches
         === About [[Star]] ===
          || [[조현태]] || C++ || ? || [[Star/조현태]] ||
  • Star/조현태 . . . . 2 matches
         == Star/조현태 ==
         const int START_POINT_Y[4] = {0, 1, 2, 2};
         const int START_POINT_Z[4] = {1, 1, 1, 0};
          int j = START_POINT_Y[i - 2];
          int k = START_POINT_Z[i - 2];
          if (!(4 > i && j == START_POINT_Y[i - 2]))
         [Star]
  • UbuntuLinux . . . . 2 matches
         /etc/init.d/networking restart
         방법은 서버에서 서브도메인을 나눠주는 것이 좋겠는데, 아직 이건 잘 모르겠고 Samba를 통해 공유 폴더를 이용하는 수준까지 이르렀다. [http://us4.samba.org/samba/docs/man/Samba-HOWTO-Collection/FastStart.html#anon-example 따라하기]
         [http://dev.mysql.com/doc/refman/5.0/en/automatic-start.html MySQL Start]
         /etc/init.d/mysql start
         $CATALINA_HOME/bin/startup.sh
         To make the script run at startup:
          sudo update-rc.d myscript start 51 S .
  • WinSock . . . . 2 matches
          if (WSAStartup (0x202, &wsaData) == SOCKET_ERROR) {
          if (WSAStartup (0x202, &wsaData) == SOCKET_ERROR) {
  • [Lovely]boy^_^/Diary/2-2-9 . . . . 2 matches
          * Extreme Bear Start!
          * ["TheWarOfGenesis2R"] Start
  • 데블스캠프2012/넷째날/묻지마Csharp/Mission3/김수경 . . . . 2 matches
          private void startBtn_Click(object sender, EventArgs e)
          startBtn.Text = "Pause";
          startBtn.Text = "Start";
          this.startBtn = new System.Windows.Forms.Button();
          // startBtn
          this.startBtn.Location = new System.Drawing.Point(34, 82);
          this.startBtn.Name = "startBtn";
          this.startBtn.Size = new System.Drawing.Size(75, 23);
          this.startBtn.TabIndex = 0;
          this.startBtn.Text = "Start";
          this.startBtn.UseVisualStyleBackColor = true;
          this.startBtn.Click += new System.EventHandler(this.startBtn_Click);
          this.Controls.Add(this.startBtn);
          private System.Windows.Forms.Button startBtn;
  • 서지혜/Calendar . . . . 2 matches
          private int startDate; // 1:mon 2:tue 3:wed 4:thu 5:fri 6 :sat 0:sun
          public Month(int month, int length, int startDate) {
          this.startDate = startDate;
          for (int i = 1; i <= startDate; i++) {
          days += ((i + startDate) % 7 == 0 ? "\n" : "\t");
          months.add(new Month(i, getDaysOfMonth(year, i), getStartDate(year, i)));
          public static int getStartDate(int year, int month) {
          attr_accessor :month, :start_date, :length
          def initialize(month, length, start_date)
          @start_date = start_date
          @start_date.times do
          days += ((day + @start_date) % 7 == 0 ? "\n" : "\t")
          months << Month.new(month, length_of_month(year, month), start_date(year, month))
          def start_date(year, month)
  • 영호의바이러스공부페이지 . . . . 2 matches
         data_2e equ 1ABh ;start of virus
         start:
          end start
         Its good to start off with a simple example like this. As you can see
         code_start equ 100h ; Address right after PSP in memory
          org code_start ; Start code image after PSP
         ; The following code, until the start of "virus_code", is the non-
          mov dx,code_start ; Buffer where code starts in memory
          mov bx,offset virus_code ; Get address to start encrypt/decrypt
         xor_loop: ; Start cycle here
          mov si,code_start ; One array to compare is this file
  • 정모/2012.12.10 . . . . 2 matches
          * 저분들께 이 글을 보여드리고 싶다. [http://jimmyrim.com/159 Paul Graham의 How To Start a Startup], [http://www.jimmyrim.com/190 스타트업에서 일과 삶의 균형을 찾는 것은 맞지 않다.] 음.. 근데 저분들 스타트업 하려는거 맞나? - [서지혜]
  • 1002/Journal . . . . 1 match
         14 일 (월): TDD 기사작성 Start, 일주일 할일 설정.
  • AcceleratedC++/Chapter0 . . . . 1 match
         == Chapter 0 Getting Started ==
  • Apache . . . . 1 match
         Starting httpd: httpd: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
  • Class/2006Fall . . . . 1 match
          * Start writing script after 4 Nov.
  • ClipMacro . . . . 1 match
         [[Clip(OneStarKospi)]]
  • DataStructure/Graph . . . . 1 match
          Start Vertex : 4 -> S = {4}
  • Debugging . . . . 1 match
         || Start Debugging, Go || *F5 || 디버깅 모드로 실행, 디버깅 모드 중에 F5를 다음 BreakPoint로 이동함 ||
         || Debug start || *F11 || 디버깅 모드로 실행 ||
  • DiceRoller . . . . 1 match
          * Start / Ready의 자동 Click
  • Django스터디2006 . . . . 1 match
         Upload:djangoStart.JPG
  • IdeaPool/PrivateIdea . . . . 1 match
          * 구상한 아이디어에 대한 자세한 사항은 관련 페이지를 만들어서 옮겼습니다. 시작하려는 사람들은 그 페이지를 Starting Point 로 하여 시작하면 되겠지요. :) --[창섭]
  • JSP . . . . 1 match
         2. Programfile 에서 Start Tomcat 후
         2. start Tomcat 으로 서버에 접속
         3. C:\Program Files\Apache Group\Tomcat 4.1\bin 의 startup
  • JavaStudy2002/영동-3주차 . . . . 1 match
         Starter: ["Yggdrasil"]
  • JavaStudy2003/첫번째과제 . . . . 1 match
         http://java.sun.com/docs/books/tutorial/getStarted/cupojava/index.html
  • JavaStudy2004/자바따라잡기 . . . . 1 match
         http://myhome.naver.com/histidine/start/start_home.htm
         http://java.sun.com/docs/books/tutorial/getStarted/cupojava/index.html
  • MFC/AddIn . . . . 1 match
         CrashReport 라는 것도 있다는데... code project 에서 참조하라고함. StarDock 이 이걸 이용했나본데;; dll이 있네;; - [eternalbleu]
  • MFC/MessageMap . . . . 1 match
         #define WM_IME_STARTCOMPOSITION 0x010D
          * Private Window Messages Start Here:
  • MIB . . . . 1 match
          * 기타로 지구를 구하기도 한다. 물론 대통령도 모르는 기구라서, 훈장 같은것이나 업적을 전혀 인정 받지 않는다. (이점이 드라마 Star Gate와 차별되는 점이다.)
  • MobileJavaStudy/SnakeBite . . . . 1 match
          * 첫화면서 Start를 누르면 겜 화면이 나온다
  • MoniWikiPo . . . . 1 match
         msgid "Start:"
         "1.#n start numbering at n; space alone indents.<br />\n"
  • NS2 . . . . 1 match
         [http://evanjones.ca/ns2.html Getting Started With ns2]
  • NSIS . . . . 1 match
         ;Delete Start Menu Shortcuts
  • NSIS_Start . . . . 1 match
          * 프로젝트 이름 : NSIS Start (About Nullsoft ({{{~cpp SuperPiMP}}} | Scriptable) Install System)
  • OperatingSystemClass/Exam2002_2 . . . . 1 match
          threadA.start ();
          threadB.start ();
         Starting from the current head position, what is the total distance (in cylinders) that the disk arm moves to satisfy all the pending requrests, for each of the following disk scheduling algorithms?
  • Perforce . . . . 1 match
         비슷한 소프트웨어로 Rational ClearCase, MS Team Foundation, Borland StarTeam 급을 들 수 있다.
  • Plugin/Chrome/네이버사전 . . . . 1 match
          1. Tutorial (getstarted) with fileset(manifest.json,.js,.html)
         http://code.google.com/chrome/extensions/getstarted.html
          <title>Getting Started Extension's Popup</title>
  • PragmaticVersionControlWithCVS . . . . 1 match
         || ch3 || [PragmaticVersionControlWithCVS/Getting Started] ||
  • PragmaticVersionControlWithCVS/HowTo . . . . 1 match
         || [PragmaticVersionControlWithCVS/Getting Started] || [PragmaticVersionControlWithCVS/AccessingTheRepository] ||
  • PragmaticVersionControlWithCVS/WhatIsVersionControl . . . . 1 match
         || [PragmaticVersionControlWithCVS] || [PragmaticVersionControlWithCVS/Getting Started] ||
  • ProjectZephyrus/Server . . . . 1 match
          * 현재 텔넷으로 테스트 하고 있음 방과후 보여 줄수 있음, MySQL은 기본적으로 ZeroPage로 세팅이 되어 있으며, 원하면 db.properties 화일을 수정해서 손쉽게 바꿀수 있다. Start Entry point는 RunServer --상민
  • RandomWalk/임인택 . . . . 1 match
          cout << "input start point;" << endl;
          cout << "Starting Point : ";
          // starting point is 0,0
          // if here is the starting point, then send kill signal to others.
  • SolarSystem/상협 . . . . 1 match
          "Start FullScreen?",MB_YESNO|MB_ICONQUESTION)==IDNO)
  • TddRecursiveDescentParsing . . . . 1 match
          start = doc.getStart()
          self.assert_(start != None)
          statements = start.getStatements()
  • UseSTL . . . . 1 match
          * Starter : ["neocoin"]
  • WOWAddOn/2011년프로젝트/초성퀴즈 . . . . 1 match
          <OnMouseDown>self:StartMoving();</OnMouseDown>
  • WikiProjectHistory . . . . 1 match
         || ["NSIS_Start"] || ["1002"] || 2002.2.1~2.9. NSIS Installer에 대한 사용법 작성 ||종료||
  • WinampPluginProgramming/DSP . . . . 1 match
         BOOL WINAPI _DllMainCRTStartup(HANDLE hInst, ULONG ul_reason_for_call, LPVOID lpReserved)
  • XMLStudy_2002 . . . . 1 match
          *[["XMLStudy_2002/Start"]]
  • html5/richtext-edit . . . . 1 match
          * collapseToStart() : 현재 텍스트의 맨 앞으로 커서를 이동시킴
  • 경시대회준비반 . . . . 1 match
         || [Star] ||
  • 김희성/MTFREADER . . . . 1 match
          ReadSector((boot_block.MftStartLcn) * boot_block.SectorsPerCluster, BytesPerFileRecord / boot_block.BytesPerSector, $MFT);
  • 데블스캠프2002 . . . . 1 match
          1. ["StarCraft"] - 내가 생각해본 문제.. Class에 대한 이해와 접근에 도움을 주기 위해.. --광민
  • 데블스캠프2005/java . . . . 1 match
         The Java platform and language began as an internal project at Sun Microsystems in the December 1990 timeframe. Patrick Naughton, an engineer at Sun, had become increasingly frustrated with the state of Sun's C++ and C APIs and tools. While considering moving to NeXT, Patrick was offered a chance to work on new technology and thus the Stealth Project was started.
         The device was named Star7 after a telephone feature activated by *7 on a telephone keypad. The feature enabled users to answer the telephone anywhere. The PDA device itself was demonstrated on September 3, 1992.
  • 데블스캠프2012/넷째날/묻지마Csharp/Mission3/김준석 . . . . 1 match
          else timer.Start();
  • 데블스캠프2012/넷째날/묻지마Csharp/김태진 . . . . 1 match
          timer1.Start();
  • 레밍즈프로젝트/박진하 . . . . 1 match
          void InsertAt(int nStartIndex, CArray* pNewArray);
  • 루프는0부터? . . . . 1 match
         일찍이 다익스트라가 그 이유를 밝혀놓았습니다. Seminar:WhyNumberingShouldStartAtZero
  • 만세삼창VS디아더스1차전 . . . . 1 match
         [http://trac.izyou.net/threechang/attachment/wiki/WikiStart/three_chang_250.JPG?format=raw] VS 로고도 없는 그들...
  • 미로찾기/영동 . . . . 1 match
          //Starting point is already marked
          //Push the starting point into the stack
          {//Print path from start to end
  • 분류분류 . . . . 1 match
          * 이 위키에서 사용되는 분류페이지들의 시작점(Starting Point).
  • 삼총사CppStudy/Inheritance . . . . 1 match
          당신은 지금 StarCraft라는 게임의 제작자를 맡게 되었다.(가정입니다.-_-유치하더라도 들어주세요.) 먼저 마린과 파이어뱃이라는 유니트가 기획되었다.
  • 윈도우단축키 . . . . 1 match
          * win + r - Start 메뉴의 실행
  • 이영호/nProtect Reverse Engineering . . . . 1 match
         |pStartupInfo = 0012E4F0
  • 정모/2012.11.12 . . . . 1 match
         == G-Star 공유 ==
  • 제12회 한국자바개발자 컨퍼런스 후기 . . . . 1 match
         || 15:00 ~ 15:50 || 스타트업을위한 Rapid Development (양수열) || 하둡 기반의 규모 확장성있는 트래픽 분석도구 (이연희) || 초보자를 위한 분산 캐시 활용 전략 (강대명) || Venture Capital & Start-up Investment (이종훈-벤처캐피탈협회) || How to deal with eXtream Applications? (최홍식) || SW 융합의 메카 인천에서 놀자! || 섹시한 개발자 되기 2.0 beta (자바카페 커뮤니티) ||
Found 123 matching pages out of 7555 total pages (5000 pages are searched)

You can also click here to search title.

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2021-02-07 05:28:06
Processing time 0.0281 sec