E D R , A S I H C RSS

Full text search for "bar"

bar


Search BackLinks only
Display context of search results
Case-sensitive searching
  • 2학기파이선스터디/클라이언트 . . . . 22 matches
          self.showscrollbar = Scrollbar(master)
          self.showscrollbar.place(x = 550, y = 0, width = 50, height = 550)
          self.show = Listbox(master, yscrollcommand = self.showscrollbar.set)
          for i in range(400):#test scrollbar
          self.showscrollbar.config(command = self.show.yview)
          self.listscrollbar = Scrollbar(master)
          self.listscrollbar.place(x = 800-50, y = 0, width = 50, height = 600)
          self.list = Listbox(master, yscrollcommand = self.listscrollbar.set)
          for i in range(400):#test scrollbar
          self.listscrollbar.config(command = self.list.yview)
          self.showscrollbar = Scrollbar(aMaster)
          self.showscrollbar.place(x = 550, y = 0, width = 50, height = 550)
          self.show = Listbox(aMaster, yscrollcommand = self.showscrollbar.set)
          self.showscrollbar.config(command = self.show.yview)
          self.listscrollbar = Scrollbar(aMaster)
          self.listscrollbar.place(x = 800-50, y = 0, width = 50, height = 600)
          self.list = Listbox(aMaster, yscrollcommand = self.listscrollbar.set)
          self.listscrollbar.config(command = self.list.yview)
  • Plugin/Chrome/네이버사전 . . . . 20 matches
         function na_open_window(name, url, left, top, width, height, toolbar, menubar, statusbar,
         scrollbar, resizable)
          toolbar_str = toolbar ? 'yes' : 'no';
          menubar_str = menubar ? 'yes' : 'no';
          statusbar_str = statusbar ? 'yes' : 'no';
          scrollbar_str = scrollbar ? 'yes' : 'no';
         +',toolbar='+toolbar_str+',menubar='
         +menubar_str+',status='+statusbar_str+',scrollbars='+scrollbar_str
          * 위의 na-open_window는 임의로 만든 함수긴한데 status_bar나 기타 스크롤이 가능하지 않은 popup을 만들고 있다. 0은 false니까.
  • ACM_ICPC/2013년스터디 . . . . 16 matches
          * [http://211.228.163.31/30stair/barn/barn.php?pname=barn 헛간]
          * [http://211.228.163.31/30stair/barn/barn.php?pname=barn 헛간](저번주 문제)
          * Bar_code 문제 - http://211.229.66.5/30stair/bar_code/bar_code.php?pname=bar_code
          * 풀이 - 삼차원 테이블을 사용한 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);
  • 2학기파이선스터디/채팅창 . . . . 12 matches
          self.showscrollbar = Scrollbar(master)
          self.showscrollbar.place(x = 550, y = 0, width = 50, height = 550)
          self.show = Listbox(master, yscrollcommand = self.showscrollbar.set)
          for i in range(400):#test scrollbar
          self.showscrollbar.config(command = self.show.yview)
          self.listscrollbar = Scrollbar(master)
          self.listscrollbar.place(x = 800-50, y = 0, width = 50, height = 600)
          self.list = Listbox(master, yscrollcommand = self.listscrollbar.set)
          for i in range(400):#test scrollbar
          self.listscrollbar.config(command = self.list.yview)
  • 2학기파이선스터디/서버 . . . . 10 matches
          self.showscrollbar = Scrollbar(aMaster)
          self.showscrollbar.place(x = 550, y = 0, width = 50, height = 550)
          self.show = Listbox(aMaster, yscrollcommand = self.showscrollbar.set)
          self.showscrollbar.config(command = self.show.yview)
          self.listscrollbar = Scrollbar(aMaster)
          self.listscrollbar.place(x = 800-50, y = 0, width = 50, height = 600)
          self.list = Listbox(aMaster, yscrollcommand = self.listscrollbar.set)
          self.listscrollbar.config(command = self.list.yview)
  • Emacs . . . . 10 matches
          * 추천 패키지 : [Anything] or [helm], [auto-complete], [tabbar], [ecb], [yasnippet]
         === tabbar plugin ===
         소스파일의 tabbar를 쓰기위한 플러그인이다.
         emacs wiki에 tabbar 라고 검색하면 소스가 제공된다.
         emacs 설정파일이 있는 디렉토리에 소스를 복사해서 tabbar.el이라고 소스파일을 만들어 저장한다.
         ;;Tabbar plugin load
         (require 'tabbar)
         (tabbar-mode t)
         (global-set-key [(control shift tab)]'tabbar-backward)
         (global-set-key [(control tab)]'tabbar-forward)
  • subsequence/권영기 . . . . 9 matches
         vector <int> barn;
          barn.resize(n + 5);
          cin>>barn[i];
          sort(barn.begin(), barn.begin() + n);
          high = barn[n - 1] - barn[0];
          if(barn[i] - barn[temp] >= mid){
  • gusul/김태진 . . . . 8 matches
          int barr[4];
          scanf("%d %d %d",&barr[1],&barr[2],&barr[3]);
          if(i>=barr[k]){
          if(arr[i-barr[k]][j]==0&&tmp==0){
          if(j>=barr[k]){
          if(arr[i][j-barr[k]]==0&&tmp==0){
  • BuildingWikiParserUsingPlex . . . . 6 matches
          def repl_pagelinkUsingUnderbar(self, aText):
          underbarForLink = Str('_')
          pagelinkUsingUnderbar = Rep1(AnyBut('{\n_ ')) + underbarForLink
          (pagelinkUsingUnderbar, repl_pagelinkUsingUnderbar),
  • ISBN_Barcode_Image_Recognition . . . . 5 matches
         = 1D Barcode Image Recognition =
         === Bar and Space ===
          * Bar는 바코드의 검은 부분, Space는 흰 부분이며, 각각 Black, White라고 표현하기도 한다.
          * 가장 좁은 Bar 혹은 가장 좁은 Space(의 폭 길이)를 의미한다.
          * EAN-13의 심볼로지에 대해 잘 설명되어 있는 페이지(영문) : http://www.barcodeisland.com/ean13.phtml
          * 1은 bar, 0은 space로 나타냄. X는 둘 중 하나
          * 0XXXXX1 * 6 (space로 시작해서 bar로 끝남)
          * 1XXXXX0 * 6 (bar로 시작해서 space로 끝남)
          * 가장 두꺼운 Bar 혹은 Space의 폭 길이는 X-dimension의 4배이다.
          * 0은 space, 1은 bar를 의미한다.
          * 즉, 하나의 숫자를 나타내기 위해 2개의 Bar와 2개의 Space가 존재한다.
  • MoniWikiACL . . . . 5 matches
         @Kiwirian foobar,kiwi,hello123 20 # @Kiwirain 그룹의 priority를 잡는다.
         FoobarPage @ALL allow *
         FoobarPage babo deny edit,diff,info
         WikiSandBox Foobar deny edit
         // 사용자 Foobar는 WikiSandbox 편집 못하게 함
  • 방울뱀스터디/GUI . . . . 5 matches
         scrollbar = Scrollbar(frame)
         scrollbar.pack(side=RIGHT, fill=Y)
         listbox = Listbox(frame, yscrollcommand=scrollbar.set) # 1번 작업
         scrollbar.config(command=listbox.yview) # 2번 작업
  • AttachmentMacro . . . . 4 matches
         attachment:foobar.png?width=300px&align=center
         attachment:foobar.png?title="안녕하세요"
         attachment:foobar.png?thumb=1
         attachment:foobar.png?thumbwidth=100px
  • JollyJumpers/임인택 . . . . 4 matches
          boolean barr1[] = {true, false, false, false};
          assertEquals(true, jj.compareArray(barr1));
          boolean barr2[] = {true, true, true};
          assertEquals(true, jj.compareArray(barr2));
  • WikiTextFormattingTestPage . . . . 4 matches
         [ThisIsNotValid_InTheOriginalWiki] -- Enclosed in square brackets, with underbar.
         [[ThisIsNotValid_InTheOriginalWiki]] -- Enclosed in double square brackets, with underbar.
         _This, embedded between single "underbars" should be italic_
         __This, embedded between double "underbars" should be bold and italic__
  • 후각발달특별세미나 . . . . 4 matches
         // foo(), bar() 가 호출될 때마다 memory사용량이 4K 씩 늘어난다.
         void bar();
          bar();
         void bar()
  • BasicJAVA2005/실습2/허아영 . . . . 3 matches
          JMenuBar bar = new JMenuBar();
          setJMenuBar(bar);
          bar.add(fileMenu);
  • CppStudy_2002_1/과제1/CherryBoy . . . . 3 matches
         struct candybar
         void print(candybar &, char * name="millenium Munch",double weight=2.85,int cal=350);
         void print(candybar &candy,char * name,double weight,int cal)
  • MatrixAndQuaternionsFaq . . . . 3 matches
          display methods such as bar-graphs.
          displayed in a bar graph format. Each element of the rotation matrix
          is rendered as an individual bar-graph in the range -1 to +1.
  • Android/WallpaperChanger . . . . 2 matches
         자세한 내용을 다루기 전에, 간단한 주의사항입니다: 아래 설명된 대부분의 이슈들은 VM이 JIT 컴파일러이든 아니든 효과적입니다. 같은 기능을 수행하는 두 메소드가 있고 interpret 방식에서 foo()의 실행속도가 bar()보다 빠르다면, 컴파일 된 버전에서도 아마 foo()가 bar()과 비슷하거나 더 빠른 속도를 보여줄 것입니다. 컴파일러가 여러분을 "구해줄"것이라던가 충분히 빠르게 만들어줄 것이라고 의존하는 건 현명하지 못하다는 것이죠.
         만약 (Foo,Bar) 튜플로 저장하는 컨테이너를 구현할 필요가 있다면, 직접 만든 (Foo,Bar) 객체의 단일 배열보다 두 개의 병렬 Foo[] 와 Bar[] 배열이 일반적으로 더욱 더 좋다는 것을 기억하십시오. (물론, 다른 코드들이 접근해야 하는 API를 설계할 때에는 예외가 있습니다; 이 경우 작은 속도 향상을 노리는 것 보다 좋은 API설계가 항상 좋습니다. 그러나 여러분의 내부 코드를 작성할 때에는 가능한 한 효율적인 코드가 되도록 해야 하겠습니다.)
          protected void drawHorizontalScrollBar(Canvas canvas, int width, int height) {
          if (isHorizontalScrollBarEnabled()) {
          int size = mScrollBar.getSize(false);
          size = mScrollBarSize;
          mScrollBar.setBounds(0, height - size, width, height);
          mScrollBar.setParams(
          mScrollBar.draw(canvas);
         mScrollBar 멤버 필드에 네 개의 분리된 참조가 있습니다. 지역 스택 변수로 mScrollBar를 캐싱 함으로써, 네 개의 멤버 필드 참조가 더욱 효율적인 네 개의 스택 변수 참조로 바뀌었습니다.
  • AudioFormatSummary . . . . 2 matches
         이 모든 포맷들을 커버하는 플레이어는 오직 [http://foobar2000.org foobar]뿐인듯. 3rd party plug-in 없이 재생 (M$ 애들꺼는 제외). 리눅스에서는 beep-media-player 추천(라이브러리 추가구성해야 함) - 임인택
  • BigBang . . . . 2 matches
          foo *bar = NULL;
          bar->hello();
  • DirectDraw/Example . . . . 2 matches
         TCHAR szTitle[MAX_LOADSTRING]; // The title bar text
         TCHAR szWindowClass[MAX_LOADSTRING]; // The title bar text
  • HelpMiscellaneous . . . . 2 matches
         특정 URL을 fix해주는 기능을 제공합니다. 예를 들어 과거의 {{{http://foobar.org}}}였던 링크가 최근에 {{{http://foobar.com}}}으로 바뀌었다면 이를 UrlMappings에 등록해서 자동으로 잘못된 URL 정보를 fix할 수 있게 해줍니다. 이 기능은 단지 대치만 해주기 때문에 실제로 페이지 내용이 바뀌거나 하지는 않습니다.
  • HelpOnPageCreation . . . . 2 matches
         페이지를 만드는 방법은 여러가지 방법이 있습니다. 그중에 위키에서 일반적으로 권고되는 방법으로는 먼저 원하는 페이지로 가서 편집을 해서, {{{FoobarPageName}}}이나 , {{{[[어쩌고페이지]]}}}식으로 위키링크를 본문에 집어넣고 저장을 합니다. 이렇게 하면 새롭게 갱신된 페이지에 새로운 링크가 생기게 되는데, {{{FoobarPageName}}} 혹은 {{{[[어쩌고페이지]]}}}라는 위키링크가 새로운 페이지를 가리키게 됩니다. 새로운 페이지는 아직 없기 때문에 새롭게 만들어진 위키링크는 색상이나 모양이 약간 다른 형태로 보이게 됩니다. 이것을 클릭하면 페이지를 새로 만들것이냐는 대화 메시지 혹은 비슷한 이름을 가진 페이지 목록을 보여주게 되며, 원한다면 새롭게 페이지를 만들 수 있게 됩니다.
  • HelpOnSmileys . . . . 2 matches
         [[EditToolbar]]
         {{{EditToolbar]]}}} 혹은 {{{[[EditHints]]}}}와 마찬가지로 이것은 매크로 플러그인입니다.
  • HowToStudyDesignPatterns . . . . 2 matches
         우리가 갖고 있는 지식이라는 것은 한가지 표현양상(representation)으로만 이뤄져 있지 않습니다. "사과"라는 대상을 음식으로도, 그림의 대상으로도 이해할 수 있어야 합니다. 실제 패턴이 적용된 "다양한 경우"를 접하도록 하라는 것이 이런 겁니다. 동일 대상에 대한 다양한 접근을 시도하라는 것이죠. 자바로 구현된 코드도 보고, C++로 된 것도 보고, 스몰토크로 된 것도 봐야 합니다. 설령 "오로지 자바족"(전 이런 사람들을 Javarian이라고 부릅니다. Java와 barbarian을 합성해서 만든 조어지요. 이런 "하나만 열나리 공부하는 것"의 병폐에 대해서는 존 블리스사이즈가 C++ Report에 쓴 Diversify라는 기사를 읽어보세요 http://www.research.ibm.com/people/v/vlis/pubs/gurus-99.pdf) 이라고 할지라도요. 그래야 비로소 자바로도 "상황에 맞는" 제대로 된 패턴을 구현할 수 있습니다. 패턴은 그 구현(implementation)보다 의도(intent)가 더 중요하다는 사실을 꼭 잊지 말고, 설명을 위한 방편으로 채용된 한가지 도식에 자신의 사고를 구속하는
  • MoniWikiOptions . . . . 2 matches
          * wikismiley.php를 읽어들이게 된다. 이 값을 "foobar"로 고치고 foobar.php를 wikismiley.php 대신으로 쓰면 자신이 원하는 smiley를 설정할 수 있게 된다.
  • PlayMacro . . . . 2 matches
         {{{[[Play(http://foo.bar/my.mp3)]]}}}
         {{{[[Play(mms://foo.bar.com/my.wmv)]]}}}
  • UploadFileMacro . . . . 2 matches
         $upload_masters=array('Foobar','Babo'); 여기에 등록된 모든 사용자는 파일 확장자와 무관하게 모든 종류의 파일을 업로드 할 수 있습니다.
         pds 바로 밑으로 저장된 pds/* 파일을 연결하려면 {{{attachment:/foobar.png}}} 문법을 쓴다. 즉, "/"를 맨 앞에 붙여준다.
  • [Lovely]boy^_^/Diary/2-2-9 . . . . 2 matches
          * I learned a moving bar techinique using timer from Sanghyup.
          * My arcanoid running is not same any computer. Some computers are running this game very well, others are blinking screen, anothers are not able to move the bar.
  • [Lovely]boy^_^/[Lovely]boy^_^/USACO/Barn . . . . 2 matches
          ifstream fin("barn1.in");
          ofstream fout("barn1.out");
  • 새싹교실/2013/케로로반/실습자료 . . . . 2 matches
         Social Executive of Computer Science and Engineering will hold a bar event. There are many pretty girls and handsome guys. It will be great day for you. Just come to the bar event and drink. There are many side dishes and beer. Please enjoy the event. but DO NOT drink too much, or FBI will come to catch you. Thank you.
  • 영호의해킹공부페이지 . . . . 2 matches
         you may end up getting yourself in more trouble than you bargained for. Don't
         Discarding cell barred information
  • BarMacro . . . . 1 match
         = Bar Macro =
         {{{ [[Bar(10%)]] }}}
         will output a simple progress bar like this:
         [[Bar(10%)]]
         ||<colspan="2">[[Bar(10%)]]||
  • DirectDraw . . . . 1 match
         [1002] Output 이 급하다면 DirectX Media SDK 를 이용할 수도 있습니다. 알파블랜딩 기본적으로 지원합니다. 그리고 Transform Libary 를 이용하면 화면 전환과 관련된 특수효과들을 이용할 수도 있죠. 하지만, 공부하시는 입장에서는 이론을 파고들어서 직접 해보는 것이 좋겠죠.[[BR]]
  • FooBarBaz . . . . 1 match
          * ''Let us supose we have three variables, foo, bar and baz.''
          * Programming Language 서적에 나오는 예제 코드에 Foo, Bar, Baz 등의 단어가 자주 등장한다.
          void Bar();
  • FortuneCookies . . . . 1 match
          * Your temporary financial embarassment will be relieved in a surprising manner.
  • HelpOnCvsInstallation . . . . 1 match
          1. 원하는 설치경로로 옮깁니다. (예를 들어 `/home/foobar/public_html`)
  • Linux/RegularExpression . . . . 1 match
         (10) | (bar) : or를 나타냄
  • MoinMoinFaq . . . . 1 match
          1. in the "Location" bar of your browser, replace "action=recall" with "action=raw".
  • MoniCalendar . . . . 1 match
          * MozillaFirefox에 "overflow:hidden"이 버그가 있어서, colorbar (기간 막대기)의 hover가 제대로 작동하지 않음
  • MoreEffectiveC++/Appendix . . . . 1 match
          * '''''Scientific and Engineering C++''''', John J. Barton and Lee R. Nackman, Addison-Wesley, 1994, ISBN 0-201-53393-6. ¤ MEC++ Rec Reading, P32
         Items 9, 10, 26, 31 and 32 attest to the remarkable utility of the auto_ptr template. Unfortunately, few compilers currently ship with a "correct" implementation.1 Items 9 and 28 sketch how you might write one yourself, but it's nice to have more than a sketch when embarking on real-world projects. ¤ MEC++ auto_ptr, P2
  • NSIS/Reference . . . . 1 match
         || Caption || "zeropage" || 인스톨러의 titlebar 관련 caption. default는 "''Name'' Setup" ||
  • NSIS/예제3 . . . . 1 match
         ; titlebar caption
  • PrimaryArithmetic/1002 . . . . 1 match
         carry 에 대해서는 별 생각을 안했다. 현재의 구조로는 carry 처리가 그리 이쁘게 나올 것 같지가 않았다. 코드를 좀 더 작성할까 하다가 일단은 green bar 에서 내부 자료 구조만 바꾸기로 했다.
  • PythonNetworkProgramming . . . . 1 match
         만일 winsock 을 쓰고 싶다면 windows extension libary 들을 설치해주면 된다.
  • STLErrorDecryptor . . . . 1 match
          * STLTask.EXE : 해독기의 필터링 기능을 토글하는 컨트롤러로, 윈도우 작업표시줄(TaskBar)에 위치하게 됩니다.
         나) 위의 대화 상자에서 [Back to taskbar] 버튼을 누르면 윈도우의 작업 표시줄(태스크바)에 아이콘이 하나 뜹니다. 이 아이콘을 오른쪽 클릭하면 메뉴가 뜹니다.
  • SmallTalk/강좌FromHitel/강의2 . . . . 1 match
          일단 마우스나 글쇠판으로 밀대(scroll bar)를 사용해서 아래와 같은 문장이
  • UseCase . . . . 1 match
         나는 Alistair Cockburn이나 KentBeck, Robert C. Martin 등의 최소 방법론 주의(barely sufficient methods)를 좋아한다. 나는 이 미니말리즘과 동시에 유연성, 빠른 변화대처성 등이 21세기 방법론의 주도적 역할을 할 것이라 믿어 의심치 않는다. Robert C. Martin이 자신의 저서 ''UML for Java Programmers''(출판예정)에서 [http://www.objectmentor.com/resources/articles/Use_Cases_UFJP.pdf Use Cases 챕터]에 쓴 다섯 페이지 글이면 대부분의 상황에서 충분하리라 본다.
  • ViImproved/설명서 . . . . 1 match
         spacebar 다음문자 L 화면의 마지막 줄로 이동 :e <file> vi를 나가지 않고<file>편집
  • VisualStuioDotNetHotKey . . . . 1 match
         Ctrl-Shift-Spacebar : 함수이름편집중 '''툴팁'''으로나오는 함수와매개변수설명이 안나올경우, 강제로 나오게
  • WikiKeyword . . . . 1 match
          * http://www.kwiki.org/?KwikiKeywords : Kwiki use keywords. Keywords are listed in the left sidebar and each keywords link to another pages related with it.
  • [Lovely]boy^_^/Arcanoid . . . . 1 match
         CArcaBar : public CArcaObject - 바
          * When a ball collides with a moving bar, its angle changes, but it's crude. Maybe it is hard that maintains a speed of a ball.
  • callusedHand/projects/fileManager . . . . 1 match
          * Libaray: GDK, GLIB
  • 데블스캠프2009/월요일/연습문제/HTML-CSS/강성현 . . . . 1 match
         <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');">
  • 온라인서점 . . . . 1 match
         [http://www.barnesandnoble.com/ 반즈앤노블]
  • 위시리스트 . . . . 1 match
          http://www.kyobobook.co.kr/product/detailViewEng.laf?ejkGb=BNT&mallGb=ENG&barcode=9781849695046&orderClick=LAG&Kc=
  • 임시 . . . . 1 match
         REST allows you to make calls to ECS by passing parameter keys and values in a URL (Uniform Resource Locator). ECS returns its response in XML (Extensible Markup Language) format. You can experiment with ECS requests and responses using nothing more than a Web browser that is capable of displaying XML documents. Simply enter the REST URL into the browser's address bar, and the browser displays the raw XML response.
  • 제로스 . . . . 1 match
          * 우리 OS 직접 만들어보는 실습은 [http://www.kyobobook.co.kr/product/detailViewKor.laf?ejkGb=KOR&mallGb=KOR&barcode=9788979143256&orderClick=LAA 만들면서 배우는 OS 구조와 원리] 책이 좋지 않을까 싶은데 ㅋ 따라하기도 쉽고, 현태가 더 upgrade해서 만들 수 있는 부분이 있으면 코멘트 해주고 ㅋ- [김건영]
Found 60 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.0168 sec