asdf

Full text search for "document"


Search BackLinks only
Display context of search results
Case-sensitive searching
  • 문서,document . . . . 22 matches
         Srch:document
         [[document_file_format]]
         [[here_document]] = heredoc
         [[DTD,Document_Type_Definition]]
         [[DOM,Document_Object_Model]] - curr at [[모형,model#s-4]]
         [[문서화,documentation]] =문서화,documentation =,documentation 문서화 documentation
         [[undocumented_feature]] =,undocumented_feature =,undocumented_feature . undocumented_feature
         '''undocumented feature'''
         https://en.wikipedia.org/wiki/Undocumented_feature
         "undocumented feature"
         Ggl:"undocumented feature"
         http://www.linfo.org/documentation.html
         https://rosettacode.org/wiki/Documentation
          source_code 의 경우 related: [[주석,comment]] and heredoc = here_document (string_literal, curr at [[문자열,string]])
         https://simple.wikipedia.org/wiki/Document
         https://en.wikipedia.org/wiki/Document
  • LaTeX_memo . . . . 11 matches
         \documentclass{article}
         \begin{document}
         \end{document}
         `\begin{document}` 이전까지를 preamble(전언)이라 한다.
         `\begin{document}` 부터 `\end{docuement}` 안의 내용은 실제 문서 내용.
         \documentclass에서 부르는 것은 article.cls 파일이다. (클래스 파일)
         \documentclass{클래스이름}
         \chapter[짧은 제목]{챕터 이름} % \documentclass[chapter]{oblivoir}
         \chapter*{챕터 이름} % \documentclass[chapter]{oblivoir}
         \documentclass{oblivoir}
         \begin{document}
  • 인덱스,index . . . . 11 matches
         대량의 [[문서,document]]
         [[latent_semantic_analysis]]에서 쓰는 [[document-term_matrix]] { 문서-어휘 행렬 ?? [[문서,document]] [[텀,term]] [[행렬,matrix]] ... WpEn:Document-term_matrix = https://en.wikipedia.org/wiki/Document-term_matrix ... Ndict:term+document+matrix Google:term+document+matrix }
          If you have a document $S$ of length $n,$
          or a set of documents $D=\{S^1,S^2, \dots, S^d\}$ of total length $n,$
          and [[document_retrieval]]. // => WpEn:Document_retrieval
  • 모형,model . . . . 8 matches
         = Document Object Model (DOM) =
         DOM,Document_Object_Model
         DOM,document_object_model ??? pagename TBD
         [[문서,document]]
         WpSimple:Document_Object_Model
          = https://simple.wikipedia.org/wiki/Document_Object_Model
         WpEn:Document_Object_Model
          = https://en.wikipedia.org/wiki/Document_Object_Model
  • 문자열,string . . . . 7 matches
         히어닥 히어독 heredoc here_document
         [[WpEn:Here_document]]
          = https://en.wikipedia.org/wiki/Here_document
         https://rosettacode.org/wiki/Here_document
          (here document의 줄임말이라는 내용, 볼필요x)
         https://en.wiktionary.org/wiki/here_document
          "A string literal specified in source code that is used, like a comment, to document a specific segment of code, but remains available at run-time." ([[Date(2023-11-19T11:59:53)]])
  • 페이지,page . . . . 7 matches
         아무튼 page들이 모여서 [[문서,document]]가 되는...?
         [[문서,document]]
         document_format document_file_format 문서 형식|포맷
          [[웹,web]] = [[world_wide_web]] = [[WWW]]에 있는 [[문서,document]] 하나하나.
          [[하이퍼텍스트문서,hypertext_document]]([[하이퍼텍스트,hypertext]] [[문서,document]])라서, [[클릭,click]]만으로 navigation{ web_navigation = web_browsing .... }
  • LaTeX_basic_skel . . . . 3 matches
         \documentclass{oblivoir}
         \begin{document}
         \end{document}
  • 웹,web . . . . 3 matches
         [[문서,document]]
         [[DTD,Document_Type_Definition]]
         [[DOM,Document_Object_Model]]
  • BooksReading . . . . 2 matches
          * JS배우기 - [[펑션,function]]s들과 [[이벤트처리,event_handling]]에서, [[Document_Object_Model]] accessing까지
          * Bayes_classifier code and data for analyzing text documents.
  • DDL,data_definition_language . . . . 2 matches
          [[Document_Type_Definition]] DTD { Document Type Definition, DTD 가 DDL의 예시. }
  • 디스크립션,description . . . . 2 matches
         [[문서,document]]
         [[문서화,documentation]]
  • 이맥스,Emacs . . . . 2 matches
         buffer : (요새 편집기들의 tab과 비슷한 개념?) (tabbed interface를 쓰는 에디터와 비교한다면 tab으로 접근하는 그 텍스트 편집 공간에, MDI interface[* Bing:"Multiple Document Interface" (contrast: SDI interface Ggl:"Single Document Interface") ''....이건 Windows specific인가? QQQ 특히 MFC에서 강조되었던것같은데.. 아무튼.'' Main(root?) window가 있고 그 속에 별도의 데스크탑 같은 공간이 있으며 child window(들),,''(pl. children windows?)'',,이 들어있는 구조. 다만 대개의 경우 창을 배치 및 관리하기 번거로운 경우가 많아서인지 ''(오히려 그 이후에 나온?)'' Bing:"tabbed interface"나 또 그 이후에 나온 Bing:"ribbon interface"에 밀려 덜 쓰이게 되었다. 특히 텍스트 편집기^^[[text_editor]]^^에서는 더 그런데, 가로세로 분할 및 분할 비율 조절 정도면 완벽한 듯. 그래픽편집기^^[[graphics_editor]]{ Sub: WpEn:Raster_graphics_editor (ex. GIMP, Corel 페인트샵프로, Adobe 포토샵, ...) and WpEn:Vector_graphics_editor (ex. Inkscape, Adobe Illustrator, ...) }^^에서는 MDI가 많이 살아 남아 있는데, 여러 창을 동시에 띄워놓고 상대적 위치를 마우스로 조절해가며 관리하는 것이 graphics editor나 대형 IDE 정도에서는 [[생산성,productivity]]에 도움을 주지만 plain text file editor인 경우에는 그렇지는 않은 듯. - file navigator / commander도 마찬가지. 이쪽은 특히 화면을 좌우 절반으로 가르는 인터페이스가 인기있음]인 에디터와 비교한다면 각 ~~subwindow~~child_window[* Bing:subwindow 는 개념만 알고 표현은 모르는 내가 생각한 용어인데, 실제 MDI에 관한 글을 보니 [Bing:"MDI child window"|child window]라는 표현이 압도적으로 많이 쓰인다.]마다 있는 그 공간에 비슷한 개념. 다만 Emacs_buffer 는 name(identier)이 항상 있고 짧은 문자열 형태이며(filename과는 별개) 그것을 명시적으로 타이핑해서 접근하는 경우가 많다. (cf. tabbled interface에서는 (대개) 각 [[탭,tab]]에 [[서수,ordinal_number]]만이 있고[* 물론 연관된 파일명이 있고 그걸 탭에 보여주지만, filename과 Emacs_buffer name은 다른 것.] 순서만이 중요하다.) ex. "`C-x b buffer <RET>` : Select or create a buffer named buffer (switch-to-buffer).")[* [[버퍼,buffer]]의 뜻 중 하나.]
  • 정의,definition . . . . 2 matches
         [[DTD,Document_Type_Definition]] - curr at [[문서,document]]
  • 주석,comment . . . . 2 matches
         heredoc / here document = here_document
  • 텍,TeX . . . . 2 matches
          문서작성시스템 = 문서준비시스템 = (Document Preparation System , Ggl:"Document Preparation System" )이다.
  • 파이윈오토,pywinauto . . . . 2 matches
         Welcome to PyAutoGUI’s documentation! — PyAutoGUI documentation
  • 파일,file . . . . 2 matches
         document_file
          PNG(Portable_Network_Graphics Portable Network Graphics (PNG) WpEn:PNG = https://en.wikipedia.org/wiki/PNG ) SVG gzip ODF(OpenDocument Format) HTML 등.
  • OnlineLectures . . . . 1 match
         [[VG:오래된기기에서보기좋은사이트Documents#s-3.2]]
  • WebPagesReading . . . . 1 match
         = Unicode HOWTO (Python Documentation) =
  • database . . . . 1 match
          * document
  • 공간,space . . . . 1 match
         [[문자,character]] / [[문서,document]] / ....에서 space는
  • 노트북,notebook . . . . 1 match
         한 [[문서,document]]가 있고
  • 도스,DOS . . . . 1 match
         https://www.pcjs.org/documents/books/mspl13/msdos/encyclopedia/appendix-g/
  • 리눅스_커널,Linux_kernel . . . . 1 match
         The Linux Kernel documentation
  • 마크업,markup . . . . 1 match
         [[문서,document]]
  • 시트,sheet . . . . 1 match
         컴퓨터/정보처리에선 [[표,table]]나 [[문서,document]]쪽에 가까운 의미, mkl.
  • 엘리먼트,element . . . . 1 match
         [[요소,element]] - 특히 webdev쪽에서. [[문서,document]] 등등, 에서는 보통 이게 최적일 듯
  • 여러가지팁Tips . . . . 1 match
         from https://superuser.com/questions/629813/create-new-text-document-option-missing-from-context-menu
  • 자료,data . . . . 1 match
          "'''Redaction''' or '''sanitization''' is the process of removing sensitive information from a document so that it may be distributed to a broader audience."
  • 전자구름,electron_cloud . . . . 1 match
         // tmp from http://contents.kocw.or.kr/contents4/document/lec/2013/Hanyang_erica/ParkKyungho/9-3.pdf
  • 책,book . . . . 1 match
         MKL: chapter page [[문서,document]] [[텍스트,text]] ....
  • 텍스트,text . . . . 1 match
         [[문서,document]]
  • 템플릿,template . . . . 1 match
          보면 [[문서,document]]의 경우 서식 양식 등이 적합한 번역임.
  • 형식,form . . . . 1 match
         ex. [[마크업언어,markup_language]]로 된 [[문서,document]]는 well-formed인 게 있고 그렇지 않은 게 있음
  • 확률,probability . . . . 1 match
         // from http://contents.kocw.or.kr/KOCW/document/2014/sookmyung/yeoinkwon/4.pdf p.70
Found 35 matching pages out of 2073 total pages

You can also click here to search title.