E D R , A S I H C RSS

Full text search for "width"

width


Search BackLinks only
Display context of search results
Case-sensitive searching
  • JavaScript/2011년스터디/서지혜 . . . . 22 matches
          .btn{width:40} .btn2{width:88}
          <table border=6 width="247">
          <td width="40">
          <td width="40">
          <td width="41">
          <td width="40">
          <td width="40">
          <Td width="40" height="25">
          <td width="40" height="25">
          <td width="41" height="25">
          <td width="40" height="25">
          <td width="40" height="25">
          <td width="40">
          <td width="40">
          <td width="41">
          <td width="40">
          <td width="40">
          <td width="40">
          <td width="40">
          <td width="41">
  • MineSweeper/김회영 . . . . 22 matches
          int width,height;
          cin>>width;
          char* temp=new char[width];
          int* arrayOfMine=new int[width*height];
          for(int b=0;b<width;b++)
          arrayOfMine[a*width+b]=0;
          for(int j=0;j<width;j++)
          arrayOfMine[(i-1)*width+(j-1)]++;
          arrayOfMine[(i)*width+(j-1)]++;
          arrayOfMine[(i+1)*width+(j-1)]++;
          arrayOfMine[(i-1)*width+(j)]++;
          arrayOfMine[(i+1)*width+(j)]++;
          if(i>0 && j<width-1)
          arrayOfMine[(i-1)*width+(j+1)]++;
          if(j<width-1)
          arrayOfMine[(i)*width+(j+1)]++;
          if(i<height-1 && j<width-1)
          arrayOfMine[(i+1)*width+(j+1)]++;
          arrayOfMine[i*width+j]=BOMB;
          for(int x=0;x<width;x++)
  • 데블스캠프2005/사진2 . . . . 18 matches
         || [[HTML(<img src = http://zeropage.org/pub/upload/DevilsCamp2005_01.JPG width = 1024 height = 768>)]] ||
         || [[HTML(<img src = http://zeropage.org/pub/upload/DevilsCamp2005_02.JPG width = 1024 height = 768>)]] ||
         || [[HTML(<img src = http://zeropage.org/pub/upload/DevilsCamp2005_03.JPG width = 1024 height = 768>)]] ||
         || [[HTML(<img src = http://zeropage.org/pub/upload/DevilsCamp2005_04.JPG width = 1024 height = 768>)]] ||
         || [[HTML(<img src = http://zeropage.org/pub/upload/DevilsCamp2005_05.JPG width = 1024 height = 768>)]] ||
         || [[HTML(<img src = http://zeropage.org/pub/upload/DevilsCamp2005_06.JPG width = 1024 height = 768>)]] ||
         || [[HTML(<img src = http://zeropage.org/pub/upload/DevilsCamp2005_07.JPG width = 1024 height = 768>)]] ||
         || [[HTML(<img src = http://zeropage.org/pub/upload/DevilsCamp2005_08.JPG width = 1024 height = 768>)]] ||
         || [[HTML(<img src = http://zeropage.org/pub/upload/DevilsCamp2005_09.JPG width = 1024 height = 768>)]] ||
         || [[HTML(<img src = http://zeropage.org/pub/upload/DevilsCamp2005_10.JPG width = 1024 height = 768>)]] ||
         || [[HTML(<img src = http://zeropage.org/pub/upload/DevilsCamp2005_11.JPG width = 1024 height = 768>)]] ||
         || [[HTML(<img src = http://zeropage.org/pub/upload/DevilsCamp2005_12.JPG width = 1024 height = 768>)]] ||
         || [[HTML(<img src = http://zeropage.org/pub/upload/DevilsCamp2005_13.JPG width = 1024 height = 768>)]] ||
         || [[HTML(<img src = http://zeropage.org/pub/upload/DevilsCamp2005_14.JPG width = 1024 height = 768>)]] ||
         || [[HTML(<img src = http://zeropage.org/pub/upload/DevilsCamp2005_15.JPG width = 1024 height = 768>)]] ||
         || [[HTML(<img src = http://zeropage.org/pub/upload/DevilsCamp2005_16.JPG width = 1024 height = 768>)]] ||
         || [[HTML(<img src = http://zeropage.org/pub/upload/DevilsCamp2005_17.JPG width = 1024 height = 768>)]] ||
         || [[HTML(<img src = http://zeropage.org/pub/upload/DevilsCamp2005_18.JPG width = 1024 height = 768>)]] ||
  • 오목/인수 . . . . 16 matches
          int width, height;
          public Board(int width, int height) {
          this.width = width;
          boardState = new int[height][width];
          return x >= 0 && x < width && y >= 0 && y < width;
          for(int i = 0 ; i < width ; ++i)
          public Omok(int width, int height) {
          board = new Board(width, height);
          private int checkWidth(int x, int y, int wanted) {
          checkWidth(x, y, WANTED) == WANTED ||
          if( checkWidth(x,y,3) == 3 ) ++count;
          final static int WIDTH = 20;
          omok = new Omok(WIDTH, HEIGHT);
          setSize( (WIDTH + 2) * BLOCKSIZE , (HEIGHT + 2) * BLOCKSIZE );
          for(int i = 0 ; i < WIDTH ; ++i)
          WIDTH * BLOCKSIZE, BLOCKSIZE + i * BLOCKSIZE);
          for(int i = 0 ; i < WIDTH ; ++i) {
          int width, height;
          width = height = 5;
          board = new Board(width, height);
  • 2학기파이선스터디/클라이언트 . . . . 12 matches
          self.showscrollbar.place(x = 550, y = 0, width = 50, height = 550)
          self.show.place(x = 0, y = 0, width = 585, height = 550)
          self.listscrollbar.place(x = 800-50, y = 0, width = 50, height = 600)
          self.list.place(x = 600, y = 0, width = 185, height = 600)
          self.edit.place(x = 0, y = 550 , width = 600 , height = 50)
          root.configure( width = 800, height = 600)
          self.showscrollbar.place(x = 550, y = 0, width = 50, height = 550)
          self.show.place(x = 0, y = 0, width = 585, height = 550)
          self.listscrollbar.place(x = 800-50, y = 0, width = 50, height = 600)
          self.list.place(x = 600, y = 0, width = 185, height = 600)
          self.edit.place(x = 0, y = 550 , width = 600 , height = 50)
          root.configure( width = 800, height = 600)
  • TheLagestSmallestBox/하기웅 . . . . 12 matches
         double length, width;
          if(length<width)
          cout << (length+width - sqrt(length*length - length*width + width*width))/6.0 << " 0.000 " << length/2.0 << endl;
          cout << (length+width - sqrt(length*length - length*width + width*width))/6.0 << " 0.000 " << width/2.0 << endl;
          while(cin>>length>>width)
  • html5practice/계층형자료구조그리기 . . . . 12 matches
          <canvas id="canvas" width="500px" height="500px" style="background-color:gray"/>
         function roundRect(ctx, x, y, width, height, radius, fill, stroke) {
          ctx.lineTo(x + width - radius, y);
          ctx.quadraticCurveTo(x + width, y, x + width, y + radius);
          ctx.lineTo(x + width, y + height - radius);
          ctx.quadraticCurveTo(x + width, y + height, x + width - radius, y + height);
          // console.log("text:" + node.text + " pos:" + x + ", " + y + " width:" + calcRt.width + " height:" + node.height);
          roundRect(ctx, x-NodePaddingW, y-NodePaddingH, calcRt.width + NodePaddingW*2, NodeFontHeight + NodePaddingH*2, NodeRadius, true, true);
          nodeDraw(ctx, x + calcRt.width + NodePaddingW * 2 + NodeMarginW, startY + childHeight/2, node.child[i]);
  • Code/RPGMaker . . . . 11 matches
          public void onSurfaceChanged(GL10 gl, int width, int height) {
          this.m_width = width;
          m_width, 0.0f, 0.0f,
          m_width, m_height, 0.0f
          // z = (width/2) / tan(fov/2)
          m_cam.setPosition(m_width/2, m_height/2, (float) -(m_width/2/Math.tan(m_cam.getFOV()/2.0f)));
          buffer = new FrameBuffer(m_width, m_height, FrameBuffer.SAMPLINGMODE_NORMAL);
          public RMLine(Vector2f vStart, Vector2f vEnd, float width, Color color)
          normal.scale(width/2.0f);
  • MineSweeper/이승한 . . . . 11 matches
          for j in range(width):
          if M[i-1][j-1]!= '*' and i-1>=0 and j-1>=0 and i-1<width and j-1<height:
          if M[i-1][j]!= '*' and i-1>=0 and j>=0 and i-1<width and j<height:
          if M[i-1][j+1]!= '*' and i-1>=0 and j+1>=0 and i-1<width and j+1<height:
          if M[i][j-1]!= '*' and i>=0 and j-1>=0 and i<width and j-1<height:
          if M[i][j+1]!= '*' and i>=0 and j+1>=0 and i<width and j+1<height:
          if M[i+1][j-1]!= '*' and i+1>=0 and j-1>=0 and i+1<width and j-1<height:
          if M[i+1][j]!= '*' and i+1>=0 and j>=0 and i+1<width and j<height:
          if M[i+1][j+1]!= '*' and i+1>=0 and j+1>=0 and i+1<width and j+1<height:
         width = 4
          for j in range(width):
  • PNGFileFormat/FormatUnitTestInPythonLanguage . . . . 10 matches
          # Width
          imageWidth = ord(chunkInfo[2][0]) * (256**3)
          imageWidth += ord(chunkInfo[2][1]) * (256**2)
          imageWidth += ord(chunkInfo[2][2]) * (256**1)
          imageWidth += ord(chunkInfo[2][3])
          self.assertEqual(im.size[0], imageWidth)
          self.data = None; self.width = None; self.height = None; self.bitDepth = None
          def makeInfo(self, chunk): #width, height 등의 정보 얻기
          # Width
          self.width = ord(chunk[0]) * (256**3)
          self.width += ord(chunk[1]) * (256**2)
          self.width += ord(chunk[2]) * (256**1)
          self.width += ord(chunk[3])
          for i in range(self.width):
          for i in range(self.width):
          for i in range(self.width):
          for i in range(self.width):
  • TkinterProgramming/Calculator2 . . . . 10 matches
          font=("arial", 6, "bold"), width=5, bg='gray40').pack(
          font=("arial", 6, "bold"), width=1, bg='gray40').pack(
          width=5, borderwidth=5, **kw):
          kw['width'] = width
          kw['borderwidth'] = borderwidth
          hull_background='gray40', hull_borderwidth = 10,
          text_background='honeydew4', text_width = 16,
  • 데블스캠프2009/월요일/연습문제/HTML-CSS/강소현 . . . . 10 matches
         width:60%;
         border-width:5px;
         width:20%;
         border-width:5px;
         width:20%;
         border-width:5px;
         width:20%;
         border-width:5px;
         width:20%;
         border-width:5px;
  • 데블스캠프2009/월요일/연습문제/HTML-CSS/정종록 . . . . 10 matches
         width:98.5%;
         border-width:5px;
         width:29%;
         border-width:5px;
         width:37.2%;
         border-width:5px;
         width:29%;
         border-width:5px;
         width:98.5%;
         border-width:5px;
  • 2010JavaScript/역전재판 . . . . 9 matches
         width : 480px;
         width : 460px;
         width : 256px;
         width : 90px;
         width : 128px;
         width : 128px;
         width : 480px;
         width : 130px;
         width : 280px;
  • JavaStudy2003/세번째과제/곽세환 . . . . 9 matches
          private int width;
          public void setData(int xValue, int yValue, int width, int height) {
          this.width = width;
          "Circle width : " + width + "\n" +
          public void change(int xValue, int yValue, int width, int height) {
          this.width = width;
  • html5practice/roundRect . . . . 9 matches
         function roundRect(ctx, x, y, width, height, radius, fill, stroke) {
          ctx.lineTo(x + width - radius, y);
          ctx.quadraticCurveTo(x + width, y, x + width, y + radius);
          ctx.lineTo(x + width, y + height - radius);
          ctx.quadraticCurveTo(x + width, y + height, x + width - radius, y + height);
          console.log(calcRt.width);
          roundRect(ctx, pos.x-2, pos.y-2, calcRt.width + 6, 15 + 6, 5, true, true);
  • whiteblue/간단한계산기 . . . . 9 matches
          c.gridwidth = GridBagConstraints.REMAINDER; //end row
          c.gridwidth = GridBagConstraints.LAST_LINE_END;
          c.gridwidth = GridBagConstraints.REMAINDER; //end row
          c.gridwidth = GridBagConstraints.LAST_LINE_END;
          c.gridwidth = GridBagConstraints.REMAINDER; //end row
          c.gridwidth = GridBagConstraints.LAST_LINE_END;
          c.gridwidth = GridBagConstraints.REMAINDER; //end row
          c.gridwidth = GridBagConstraints.LAST_LINE_END;
          c.gridwidth = GridBagConstraints.REMAINDER; //end row
  • Gof/Adapter . . . . 8 matches
          void GetExtent (Coord& width, Coord& height) const;
         Shape assumes a bounding box defined by its opposing corners. In contrast, TextView is defined by an origin, height, and width. Shape also defines a CreateManipulator operation for creating a Manipulator object, which knowns how to animate a shape when the user manipulates it. TextView has no equivalent operation. The class TextShape is an adapter between these different interfaces.
          Coord bottom, left, width, height;
          GetExtent (width, height);
          topRight = Point (bottom + height, left + width);
          Coord bottom, left, width, height;
          _text->GetExtent (width, height);
          topRight = Point (bottom + height, left + width);
  • ScheduledWalk/창섭&상규 . . . . 8 matches
          int width;
          BoardArray[i] = new int [size.width];
          for (int j = 0; j < size.width; j++)
          for (int j = 0; j < BoardSize.width; j++)
          if(CurrentLocation.y==-1) CurrentLocation.y=MyBoard->BoardSize.width-1;
          if(CurrentLocation.y==MyBoard->BoardSize.width) CurrentLocation.y=0;
          cin >> size.width >> size.height;
          for (int w = 0; w < board->BoardSize.width; w++)
  • 데블스캠프2005/사진 . . . . 8 matches
         || [[HTML(<img src = http://zeropage.org/pub/upload/DevilsCamp2005_0.JPG width = 1024 height = 768>)]] ||
         || [[HTML(<img src = http://zeropage.org/pub/upload/DevilsCamp2005_1.JPG width = 1024 height = 768>)]] ||
         || [[HTML(<img src = http://zeropage.org/pub/upload/DevilsCamp2005_2.JPG width = 1024 height = 768>)]] ||
         || [[HTML(<img src = http://zeropage.org/pub/upload/DevilsCamp2005_3.JPG width = 1024 height = 768>)]] ||
         || [[HTML(<img src = http://zeropage.org/pub/upload/DevilsCamp2005_4.JPG width = 1024 height = 768>)]] ||
         || [[HTML(<img src = http://zeropage.org/pub/upload/DevilsCamp2005_5.JPG width = 1024 height = 768>)]] ||
         || [[HTML(<img src = http://zeropage.org/pub/upload/DevilsCamp2005_6.JPG width = 1024 height = 768>)]] ||
         || [[HTML(<img src = http://zeropage.org/pub/upload/DevilsCamp2005_7.JPG width = 1024 height = 768>)]] ||
  • 데블스캠프2009/월요일/연습문제/HTML-CSS/강성현 . . . . 8 matches
         div { float:left; border:0px; border-style:solid; border-width:0px; }
         #top { width: 100%; }
         #left { width: 30%; height:300px; }
         #center { width:40%; height:300px; }
         #right {float:right; width:30%; height:300px; }
         #bottom {width:100%; }
         <img src="http://tunakheh.compuz.com/zboard/data/temp/aa.png" width="600" height="400" onclick="window.open('http://tunakheh.compuz.com/zboard/data/temp/aa.png','photo_popup','width=600,height=400,scrollbars=yes,resizable=yes');">
  • 데블스캠프2009/월요일/연습문제/HTML-CSS/서민관 . . . . 8 matches
         border-width:3px;
         width:26.5%;
         border-width:3px;
         width:45%;
         border-width:3px;
         width:26%;
         border-width:3px;
         border-width:3px;
  • 데블스캠프2011/넷째날/Android/송지원 . . . . 8 matches
          android:layout_width="fill_parent"
          android:layout_width="fill_parent"
          android:layout_width="wrap_content"
          android:layout_width="fill_parent"
          android:layout_width="fill_parent"
          android:layout_width="wrap_content"
          android:layout_width="wrap_content"
          android:layout_width="wrap_content"
  • 삼총사CppStudy/숙제1/곽세환 . . . . 8 matches
          int width;
          int GetWidth();
          width = 0;
          width = x;
          for (int j = 0; j < width; j++)
         int CRectangle::GetWidth()
          return width;
          return 2 * (width + height);
          return width * height;
          width = x;
          cout << "rect1의 가로길이 : " << rect1.GetWidth() << endl;
          cout << "rect2의 가로길이 : " << rect2.GetWidth() << endl;
  • SolarSystem/상협 . . . . 7 matches
         GLvoid ReSizeGLScene(GLsizei width, GLsizei height)
          glViewport(0,0,width,height);
          gluPerspective(45.0f,(GLfloat)width/(GLfloat)height,0.1f,100.0f);
         BOOL CreateGLWindow(char *title, int width, int height, int bits, bool fullscreenflag)
          WindowRect.right=(long)width;
          dmScreenSettings.dmPelsWidth = width;
          dmScreenSettings.dmFields=DM_BITSPERPEL|DM_PELSWIDTH|DM_PELSHEIGHT;
          ReSizeGLScene(width,height);
  • 데블스캠프2009/월요일/연습문제/HTML-CSS/박준호 . . . . 7 matches
         width:100%;
         border-width:5px;
         width:28.4%;
         border-width:3px;
         width:38%;
         border-width:3px;
         <div style="width:100%; height:200px;">
  • 2학기파이선스터디/서버 . . . . 6 matches
          self.showscrollbar.place(x = 550, y = 0, width = 50, height = 550)
          self.show.place(x = 0, y = 0, width = 585, height = 550)
          self.listscrollbar.place(x = 800-50, y = 0, width = 50, height = 600)
          self.list.place(x = 600, y = 0, width = 185, height = 600)
          self.edit.place(x = 0, y = 550 , width = 600 , height = 50)
          root.configure( width = 800, height = 600)
  • 2학기파이선스터디/채팅창 . . . . 6 matches
          self.showscrollbar.place(x = 550, y = 0, width = 50, height = 550)
          self.show.place(x = 0, y = 0, width = 585, height = 550)
          self.edit.place(x = 0, y = 550 , width = 600 , height = 50)
          self.listscrollbar.place(x = 800-50, y = 0, width = 50, height = 600)
          self.list.place(x = 600, y = 0, width = 185, height = 600)
          root.configure( width = 800, height = 600)
  • 2학기파이선스터디/함수 . . . . 6 matches
         >>> def area(height, width):
          print height, width
         >>> a = area(width=20, height=10)
         >>> def f(width, height, **kw):
          print width, height
         >>> f(width = 10, height=5, depth=10, dimension=3)
  • C++스터디_2005여름/도서관리프로그램/문보창 . . . . 6 matches
          cout.width(10);
          cout.width(10);
          cout.width(10);
          cout.width(10);
          cout.width(10);
          cout.width(10);
  • OpenGL스터디_실습 코드 . . . . 6 matches
         GLfloat windowWidth;
          if(x1 > windowWidth - rsize || x1 < -windowWidth)
          if(x1 > windowWidth - rsize + xstep)
          x1 = windowWidth - rsize - 1;
          else if(x1 < -(windowWidth + xstep))
          x1 = -windowWidth - 1;
          windowWidth = 100;
          windowWidth = 100*aspectRatio;
          glOrtho(-windowWidth, windowWidth, -100.0, 100.0, 1.0, -1.0);
         //exectly half of width and height
         GLfloat windowWidth;
          if(x > windowWidth - rsize || x < -windowWidth)
          if(x > windowWidth - rsize + xStep)
          x = windowWidth - rsize - 1;
          else if(x < -windowWidth - xStep)
          x = - windowWidth - 1;
         void ChangeSize(int width, int height)
          glViewport(0, 0, width, height);
          if(width <= height)
          windowWidth = 100;
  • ACM_ICPC/2013년스터디 . . . . 5 matches
          * 풀이 - 삼차원 테이블을 사용한 DP문제, d(bar,unit,width)는 bar번째의 bar를 사용하면서, unit의 위치에 그 bar의 폭이 width일 때의 경우이다. 따라서 가능한 모든 바코드의 수를 구하는 것은 d(bar,unit,0 ~ width)를 전부 더해주면 된다.
          - 점화식 : d(bar, unit, width) += d(bar - 1,unit - width,l);
  • Plugin/Chrome/네이버사전 . . . . 5 matches
          min-width:357px;
          width:75px;
         function na_open_window(name, url, left, top, width, height, toolbar, menubar, statusbar,
          window.open(url, name, 'left='+left+',top='+top+',width='+width+',height='+height
  • Scheduled Walk/소영&재화 . . . . 5 matches
          int width_size = 5;
          int road[width_size][length_size]={{0}};
          j=width_size-1;
          if (j>=width_size)
          for(int j=0; j<width_size; j++)
  • HelpOnTables . . . . 4 matches
         이것을 기본으로 하여서 좀 더 장황한 설정은 HTML 속성을 넣는 전통적인 방식과 비슷한 문법을 지원합니다. (HTML에서 지원하던 모든 테이블 속성이 지원되지는 않습니다.). 이 방식을 이용하면 테이블 색상이나 줄의 속성을 지정하 수 있습니다. 특별히 테이블의 너비를 지정하려면 {{{||<tablewidth="100%">...||}}} 를 테이블 시작을 알리는 맨 처음 `||` 다음에 써넣으면 되며, 줄의 배경색은 {{{||<rowbgcolor="#FFFFE0">...||}}} 와 같이 지정합니다. 여기서 볼 수 있듯이, 테이블에 대한 속성인지, 줄에대한 속성인지를 알리기 위해 {{{table}}} 혹은 {{{row}}}와 같은 접두어가 붙었습니다.
         ||||||<tablewidth="50%" align="center">'''제목'''||
         ||||||<tablewidth="50%" align="center">'''제목'''||
         ||<tablealign="right"><width="100px" bgcolor="#cc0000">cell 1||cell2||cell 3||
  • JavaStudy2003/세번째수업 . . . . 4 matches
          public Circle(int xValue, int yValue, int width, int height) {
          this.width = width;
          this.width = r;
  • MFC/HBitmapToBMP . . . . 4 matches
         // [nWidth] : 이미지의 넓이
          HBITMAP hBitmap, int nWidth, int nHeight)
          if ((bmp=GetBMP(type, nWidth, nHeight, hBitmap, pDC->m_hDC,
          int width,palsize;
          width = ((((w*bit[type]+7)/8+3)/4)*4);
          *size = sizeof(BITMAPINFOHEADER)+sizeof(RGBQUAD)*palsize+width*h;
          lpvBits->bmiHeader.biWidth = w;
          lpvBits->bmiHeader.biSizeImage = width*h;
  • MedusaCppStudy/세람 . . . . 4 matches
          int width, length ;
          cin >> width >> length ;
          int cols = width ;
          cols=width*2-1;
  • Refactoring/ComposingMethods . . . . 4 matches
          double temp = 2 * (_height + _width);
          temp = _height * _width;
          final double perimeter = 2 * (_height + width);
          final dougle area = _height * _width;
  • 몸짱프로젝트/CrossReference . . . . 4 matches
          cout.width(18);
          cout.width(3);
          cout.width(3);
          cout.width(3);
  • AseParserByJhs . . . . 3 matches
          static void UpdatePickedPoint (int &cl_x, int &cl_y, int &width, int &height); // Picking을 위해 윈도우 상의 클릭된 점의 좌표가 월드 좌표계 상에서 얼마인지 계산한다.
         void CHS_GObject::UpdatePickedPoint (int &cl_x, int &cl_y, int &width, int &height)
          PickedPoint [0][0] = float(cl_x)*2.0f/float(width) - 1.0f;
  • JavaScript/2011년스터디/CanvasPaint . . . . 3 matches
          ctx.clearRect(0,0,window.innerWidth-15, window.innerHeight-50);
          ctx.lineWidth=3;
          <canvas id="drawLine" width="300" height="300" onmousedown="hold();"
          element.setAttribute("width", window.innerWidth-15);
          context.strokeRect(0, 0, window.innerWidth-15, window.innerHeight-50);
          <canvas id="testCanvas" width="900" height="500" style="border: 1px solid black"></canvas>
  • MoreEffectiveC++/Miscellany . . . . 3 matches
          virtual void resize(int newWidth, int newHeight);
          int width() const;
          int width() const { return w.width(); }
          virtual void resize(int newWidth, int newHeight);
  • RandomWalk/임인택 . . . . 3 matches
          cout.width(4);
          cout.width(4);
          cout.width(4);
  • Refactoring/MakingMethodCallsSimpler . . . . 3 matches
          if (name.equals("width"))
          _width = value;
         void setWidth (int arg) {
          _width = arg;
  • 방울뱀스터디/만두4개 . . . . 3 matches
         MAX_WIDTH, MAX_HEIGHT = 314, 314
          if dir == 'Right'and'Space' and x <= MAX_WIDTH-GAP-10 :
          #canvas.create_rectangle(GAP, GAP, MAX_WIDTH - GAP, MAX_HEIGHT - GAP)
          #if dir == 'Right' and x < MAX_WIDTH - GAP - 10:
          canvas = Canvas(root, width = MAX_WIDTH, height = MAX_HEIGHT, bg='white')
          canvas.create_rectangle(GAP, GAP, MAX_WIDTH - GAP, MAX_HEIGHT - GAP)
          img = canvas.create_oval(x,y,x+10,y+10,width = 0, fill="red", tags="oval")
         canvas = Tkinter.Canvas(root, width = 400, height = 300)
         (WIDTH, HEIGHT) = backImg.size
         imgList = [[None for i in range(WIDTH / CELL)] for j in range(HEIGHT / CELL)]
          while(col != WIDTH / CELL):
          while(col != WIDTH / CELL):
  • 큐와 스택/문원명 . . . . 3 matches
          _Mysizt _Size = 0 < _Istr.width()
          && (_Mysizt)_Istr.width() < _Str.max_size()
          ? (_Mysizt)_Istr.width() : _Str.max_size();
  • 큰수찾아저장하기/김영록 . . . . 3 matches
         int width_sort(int a);
         space[i][3] = width_sort(i);
         int width_sort(int a){
  • 황재선 . . . . 3 matches
         JTable에서 Column width 변경하려면 아래와 같이~ :)
         jtable.getColumnModel().getColumn(index).setPreferredWidth(size);
         http://www.ictp.trieste.it/~manuals/programming/Java/tutorial/uiswing/components/table.html#width
         jtable.getPreferredScrollableViewportSize().setSize(width, height);
  • 2010JavaScript/강소현/연습 . . . . 2 matches
         width="300" height="300" usemap="#planet" onmouseout="alert('마우스 아웃');" alt="마우스 포인터 감지">
         <img src ="http://www.court-records.net/places/DS/berryoffice.png" width ="480" height ="300"
  • Android/WallpaperChanger . . . . 2 matches
          * {{{ manager.setBitmap(Bitmap.createScaledBitmap(b, d.getWidth()*4, d.getHeight(), true)); }}} 왜 * 4냐면 내 폰에 배경화면이 4칸이라 답하겠더라
          manager.setBitmap(Bitmap.createScaledBitmap(b, d.getWidth()*4, d.getHeight(), true));
          protected void drawHorizontalScrollBar(Canvas canvas, int width, int height) {
          mScrollBar.setBounds(0, height - size, width, height);
  • AttachmentMacro . . . . 2 matches
         attachment:foobar.png?width=300px&align=center
         attachment:foobar.png?thumbwidth=100px
  • CCNA/2013스터디 . . . . 2 matches
          '''B채널''' : '''실제 데이터 전송용''' 채널. 개당 64kb의 bandwidth를 가진다.
          '''D채널''' : '''signal용''' 채널. 16kb의 bandwidth를 가진다.
  • EmbedAudioFilesForFireFox . . . . 2 matches
         <EMBED SRC=somefile type="application/x-mplayer2" width="300" height="45"></embed>
         <object id="wmp" width="300" height="69" type="application/x-mplayer2">
  • MatrixAndQuaternionsFaq . . . . 2 matches
          orthogonal ie. have the same width and height
          These include that the width and height of the matrix are identical and
  • MoniWikiThemes . . . . 2 matches
         IE의 경우 display:block 또는 display:table 을 통해 2개 이상의 블록모델 레이어를 중첩시킬 때 width 속성을 각각 주지 않으면 마우스 스크롤이나 리플레시 동작에 컨텐츠가 지워지는 특징(버그?)이 있습니다. width 속성을 주면 괜찮아 지더군요. 최근 저도 CSS만으로 테마를 구현하고 있습니다. --[http://scrapnote.com 고미다]
  • Parallels . . . . 2 matches
         <object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/gE1XQyT_IbA"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/gE1XQyT_IbA" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>
  • ProjectSemiPhotoshop/SpikeSolution . . . . 2 matches
          int GetWidth() {return m_Size.cx;}
          int GetRealWidth() {return WIDTHBYTES((GetWidth()*GetBitCount()));}
         DWORD WINAPI DIBWidth(LPSTR lpDIB)
          /* return the DIB width if it is a Win 3.0 DIB */
          return lpbmi->biWidth;
          else /* it is an other-style DIB, so return its width */
          return (DWORD)lpbmc->bcWidth;
          dwBmBitsSize = WIDTHBYTES((lpBI->biWidth)*((DWORD)lpBI->biBitCount)) * lpBI->biHeight;
          long lw; // 실제 쓰여진 Width값입니다.
  • WikiTextFormattingTestPage . . . . 2 matches
         The next line (4 dashes) should show up as a horizontal rule. In a few wikis, the width of the rule is controlled by the number of dashes. That will be tested in a later section of this test page.
         This should appear as plain variable width text, not bold or italic.
  • html5/richtext-edit . . . . 2 matches
          width = "300" height = "200"
          width="300" height="200"
  • 데블스캠프2004/금요일 . . . . 2 matches
          public WindowFrame(String title, int width, int height) {
          f.setSize(width, height);
  • 데블스캠프2012/셋째날/앵그리버드만들기 . . . . 2 matches
         <canvas id="devilsBird" width="600" height="400" style="background:#acbefb">
         <canvas id="devilsBird" width="600" height="400" style="background:#acbefb"></canvas>
  • 방울뱀스터디/GUI . . . . 2 matches
         button.place(30, 30, width=70, height=25)
         textArea = Text(frame, width=80, height=20)
  • 삼각형매크로/임다찬 . . . . 2 matches
         #define tri(width,height) width*height/2.0
  • .vimrc . . . . 1 match
         set shiftwidth=4
         let TE_WinWidth = 20 " TagExplorer 창크기 조절
  • Applet포함HTML/영동 . . . . 1 match
         <applet code=AppletTest width=200 height=100>
          WIDTH = 200 HEIGHT = 100
          WIDTH = 200
         <APPLET CODE = AppletTest WIDTH = 200 HEIGHT = 100>
  • Classes . . . . 1 match
         set shiftwidth=4
  • DoubleBuffering . . . . 1 match
         m_MemDC.BitBlt(x,y,width,height,&m_ShuttleDC,0,0,SRCCOPY);
  • GTK+ . . . . 1 match
          gtk_container_set_border_width(GTK_CONTAINER(window), 10);
  • JTDStudy/두번째과제/상욱 . . . . 1 match
          gc.gridwidth = 0;
  • Java/SwingCookBook . . . . 1 match
         frame.setLocation((d.width-frame.getWidth())/2, (d.height-frame.getHeight())/2);
  • MagicSquare/재니 . . . . 1 match
          cout.width(2);
  • PNGFileFormat/ImageData . . . . 1 match
          * 압축풀린 데이터는 각 스캔라인별로 다른 필터로 되어있다. 즉 한 스캔라인은 픽셀width바이트 +1byte 이며 이 1 바이트는 각 스캔라인의 앞부분에 온다.
  • R'sSource . . . . 1 match
         urldump = commands.getoutput('lynx -width=132 -nolist -dump http://board5.dcinside.com/zb40/zboard.php?id=dc_sell | grep 995')
  • RandomWalk2/Vector로2차원동적배열만들기 . . . . 1 match
         위의 방법 외에도 클래스로 감싸주고, 내부적으로는 1차원 배열을 쓰는 방법이 있겠죠. row*width+col로 특정 원소를 레퍼런스할 수 있습니다.
  • ScheduledWalk/승균 . . . . 1 match
          cout.width(3);
  • ScheduledWalk/재니&영동 . . . . 1 match
          cout.width(4);
  • TicTacToe/임민수,하욱주 . . . . 1 match
          g.fillRect(0,0,size.width, size.height);
  • Yggdrasil/가속된씨플플/4장 . . . . 1 match
          * width(n) 메소드: 이전의 넓이를 리턴하며, n이 현재보다 클 경우 나머지 칸에 공백을 넣는다. n이 0이면 넓이 리셋.
  • ZPBoard/PHPStudy/MySQL . . . . 1 match
         <tr align=center> <td> 이름 </td> <td width=120> 전화번호 </td> </tr>
  • ZeroPage_200_OK/소스 . . . . 1 match
          width: 200px;
  • html5/VA . . . . 1 match
          * width 와 height 로 재생 영역을 지정할 수 있다.
  • html5/canvas . . . . 1 match
          * lineWidth
          * width
  • html5/video&audio . . . . 1 match
          * width 와 height 로 재생 영역을 지정할 수 있다.
  • joosama . . . . 1 match
         || [[HTML(<img src = http://galleryimage.naver.com/1/2004-02/04/07/70m1434m0.jpg width = 500 height = 375>)]] ||
  • to.상협 . . . . 1 match
         urldump = commands.getoutput('lynx -width=132 -nolist -dump http://board5.dcinside.com/zb40/zboard.php?id=dc_sell | grep 995')
  • 강희경 . . . . 1 match
          글을 쓰는 노력이 좋습니다. 그런데, width가 정해지지 않은 위키나 여타 글쓰기에서 기존의 게시판 방식의 글쓰기에 고민하는 것 같습니다. 다음의 두문서를 추천합니다. NoSmok:단락개념 NoSmok:단락나누기
  • 경시대회준비반/BigInteger . . . . 1 match
          stream.width(4);
  • 데블스캠프2012/셋째날/코드 . . . . 1 match
         <div id='mapContainer' style='width:300px;height:300px'></div>
  • 도형그리기 . . . . 1 match
         둥근 사각형 : RoundRect (Start_x, Start_y, End_x, End_y, width, height)
  • 렌덤워크/조재화 . . . . 1 match
          cout.width(3);
  • 방울뱀스터디 . . . . 1 match
         canvas = Canvas(root, width=boundx, height=boundy)
  • 방울뱀스터디/Thread . . . . 1 match
         canvas = Canvas(root, width=400, height=300)
  • 블로그2007/송지훈 . . . . 1 match
         <marquee border="2" bgcolor="#000000" behavior="alternate" align="center" width="300" height="8" ><font
  • 빵페이지/도형그리기 . . . . 1 match
          cout.width(num+1);
  • 사랑방 . . . . 1 match
          감사합니다.. zero-width positive lookahead assertion이 있었네요. (컴파일러시간에 배웠던거 다 잊어버렸어요 T_T).
  • 이승한/.vimrc . . . . 1 match
         set textwidth=0
  • 인수/Smalltalk . . . . 1 match
          numsOfWalked := Array2D width:size height:size.
  • 자료실 . . . . 1 match
         [[HTML(<p align=center><iframe src="/jsp/pds/pds_session.jsp" FRAMEBORDER="no" width=100% height=100%></iframe></p>)]]
  • 현재시간 . . . . 1 match
         [[HTML(<EMBED SRC="http://165.194.17.15/pub/upload/handclock.swf" width=650/>)]]
Found 100 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
Processing time 0.0392 sec