E D R , A S I H C RSS

Full text search for "ports"

ports


Search BackLinks only
Display context of search results
Case-sensitive searching
  • html5/communicationAPI . . . . 6 matches
          * 메세지 이벤트 : 자바스크립트 객체 ( data, origin, lastEventid, source, ports)
          * 송신 : postMessage(data, [ports], targetOrigin)
          * postMessage(data, [ports], targetOrigin)
          * ports : messagePort객체, 생략가능
          * postMessage(message, [ports]) : 메세지 송신
          * 받은 포트는 PostMessgae()의 [ports]인자에 배열 형태로 전달가능
  • Garbage collector for C and C++ . . . . 5 matches
         # objects should have been explicitly deallocated, and reports exceptions.
         # since some ports use malloc or calloc to obtain system memory.
         # generate leak reports with call stacks for both malloc and realloc.
         # information generated in leak reports. Only matters on platforms
         # -DCHECKSUMS reports on erroneously clear dirty bits, and unexpectedly
  • DylanProgrammingLanguage . . . . 2 matches
         Dylan is an advanced, object-oriented, dynamic language which supports rapid program development. When needed, programs can be optimized for more efficient execution by supplying more type information to the compiler. Nearly all entities in Dylan (including functions, classes, and basic data types such as integers) are first class objects. Additionally Dylan supports multiple inheritance, polymorphism, multiple dispatch, keyword arguments, object introspection, macros, and many other advanced features... --Peter Hinely
  • EmbeddedSystemClass . . . . 2 matches
         // nfs export 설정, 자세한 사항은 man exports 페이지 참조
         vi /etc/exports
  • ProgrammingLanguageClass/2006/Report3 . . . . 2 matches
         C supports two kinds of parameter passing mode, pass-by-value and pass-byreference,
         You are required to implement C preprocessor that supports the pass-by-name
  • ASXMetafile . . . . 1 match
          * <Logo href = "path of the logo source" Style = "a style" / >: Adds custom graphics to the Windows Media player by choosing either a watermark or icon style. The image formats that Windows Media Player supports are GIF, BMP, and JPEG.
  • Ajax/GoogleWebToolkit . . . . 1 match
         The Google Web Toolkit is a free toolkit by Google to develop AJAX applications in the Java programming language. GWT supports rapid client/server development and debugging in any Java IDE. In a subsequent deployment step, the GWT compiler translates a working Java application into equivalent JavaScript that programatically manipulates a web brower's HTML DOM using DHTML techniques. GWT emphasizes reusable, efficient solutions to recurring AJAX challenges, namely asynchronous remote procedure calls, history management, bookmarking, and cross-browser portability.
  • Ant/JUnitAndFtp . . . . 1 match
          <property name="report" value="reports"/>
  • Gof/Adapter . . . . 1 match
         Finally, we define CreateManipulator (which isn't supported by TextView) from scratch. Assume we've already implemented a TextManipulator class that supports manipulation of a TextShape.
  • IndexingScheme . . . . 1 match
         MoinMoin supports these IndexingScheme''''''s:
  • Microsoft . . . . 1 match
         {{|Microsoft Corporation (NASDAQ: MSFT) is the world's largest software company, with over 50,000 employees in various countries as of May 2004. Founded in 1975 by Bill Gates and Paul Allen, it is headquartered in Redmond, Washington, USA. Microsoft develops, manufactures, licenses, and supports a wide range of software products for various computing devices. Its most popular products are the Microsoft Windows operating system and Microsoft Office families of products, each of which has achieved near ubiquity in the desktop computer market.|}}
  • MoreEffectiveC++/Miscellany . . . . 1 match
         그렇지만 이 템플릿은 좋다, 개다가 일반화 까지 할수 있다. 시작과 끝에 연산자를 보아라. 사용된 연산자는 다르다는 것, dereferencing, prefix증가(Item 6참고), 복사(함수의 반환 값을 위해서? Item 9참고)를 위해서 쓰였다. 모든 연산자는 우리가 overload할수 있다. (DeleteMe 모호) 그래서 왜 포인터 사용하여 찾기를 제한하는가? 왜 허용하지 않는가 포인터 추가에서 이러한 연산자를 지원하기 위한 어떤 객체도 허용할수 없을까? (hy not allow any object that supports these operations to be used in addition to pointers?) 그래서 이렇게 하는것은 포인터 연산자의 built-in 의미를 찾기함수(find function)을 자유롭게 할것이다. 예를 들어서 우리는 리스트 에서 다음 리스트로의 이동을 해주는 prefix increment 연산자의 linked list객체와 비슷한 pointer를 정의할수 있다.
  • RSSAndAtomCompared . . . . 1 match
         [http://www.bblfish.net/blog/page7.html#2005/06/20/22-28-18-208 reports] of problems with interoperability and feature shortcomings.
  • VonNeumannAirport/1002 . . . . 1 match
         --------------------Configuration: AirportSec - Win32 Debug--------------------
         C:\User\reset\AirportSec\main.cpp(57) : error C2664: '__thiscall Configuration::Configuration(int,int)' : cannot convert parameter 1 from 'class std::vector<int,class std::allocator<int> >' to 'int'
         AirportSec.exe - 1 error(s), 0 warning(s)
         1) test: TestOne::testOneToTwoMove (F) line: 66 C:\User\reset\AirportSec\main.c
         -------------------Configuration: AirportSec - Win32 Debug--------------------
         C:\User\reset\AirportSec\main.cpp(84) : error C2660: 'getDistance' : function does not take 2 parameters
         AirportSec.exe - 1 error(s), 0 warning(s)
         --------------------Configuration: AirportSec - Win32 Debug--------------------
         C:\User\reset\AirportSec\main.cpp(24) : error C2660: 'getDistance' : function does not take 0 parameters
         AirportSec.exe - 1 error(s), 0 warning(s)
         1) test: TestOne::testOneToOneMove (F) line: 54 C:\User\reset\AirportSec\main.cpp equality assertion failed
         2) test: TestOne::testOneToTwoMove (F) line: 71 C:\User\reset\AirportSec\main.cpp equality assertion failed
         3) test: TestOne::testGetDistance (F) line: 84 C:\User\reset\AirportSec\main.cpp equality assertion failed
         1) test: TestAirport::testOne (F) line: 72 c:\user\reset\airportsec\testairport.h equality assertion failed
  • WindowsTemplateLibrary . . . . 1 match
         {{|The Windows Template Library (WTL) is an object-oriented Win32 encapsulation C++ library by Microsoft. The WTL supports an API for use by programmers. It was developed as a light-weight alternative to Microsoft Foundation Classes. WTL extends Microsoft's ATL, another lightweight API for using COM and for creating ActiveX controls. Though created by Microsoft, it is unsupported.
  • WritingOS . . . . 1 match
         http://ucos-ii.com/contents/products/ucos-ii/ports.html
  • ZIM . . . . 1 match
          * ["ZIM/UIPrototype"] (Window&Reports) (by 패키지 개발팀)
  • html5/web-workers . . . . 1 match
          * postMessage(message, [ports]) : 워커에게 메세지 보냄
  • pragma . . . . 1 match
         Each implementation of C and C++ supports some features unique to its host machine or operating system. Some programs, for instance, need to exercise precise control over the memory areas where data is placed or to control the way certain functions receive parameters. The #pragma directives offer a way for each compiler to offer machine- and operating-system-specific features while retaining overall compatibility with the C and C++ languages. Pragmas are machine- or operating-system-specific by definition, and are usually different for every compiler.
  • 서지혜/단어장 . . . . 1 match
          남에게 ~하지 못하게 하다 : With the exception of some sports, no characteristic of brain or body constrains an individual from reaching an expert level.
  • 임시 . . . . 1 match
         Sports: 26
Found 21 matching pages out of 7540 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.2773 sec