亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲(chóng)蟲(chóng)首頁(yè)| 資源下載| 資源專(zhuān)輯| 精品軟件
登錄| 注冊(cè)

semi-connected

  • zemax源碼: This DLL models a standard ZEMAX surface type, either plane, sphere, or conic The surfac

    zemax源碼: This DLL models a standard ZEMAX surface type, either plane, sphere, or conic The surface also demonstrates a user-defined apodization filter The filter is defined as part of the real ray trace, case 5 The filter can be used at the stop to produce x-y Gaussian apodization similar to the Gaussian pupil apodization in ZEMAX but separate in x and y. The amplitude apodization is of the form EXP[-(Gx(x/R)^2 + Gy(y/R)^2)] The transmission is of the form EXP[-2(Gx(x/R)^2 + Gy(y/R)^2)] where x^2 + y^2 = r^2 R = semi-diameter The tranmitted intensity is maximum in the center. T is set to 0 if semi-diameter < 1e-10 to avoid division by zero.

    標(biāo)簽: standard surface models either

    上傳時(shí)間: 2013-12-05

    上傳用戶:003030

  • libraw1394 is the only supported interface to the kernel side raw1394 of the Linux IEEE-1394 subsys

    libraw1394 is the only supported interface to the kernel side raw1394 of the Linux IEEE-1394 subsystem, which provides direct access to the connected 1394 buses to user space. Through libraw1394/raw1394, applications can directly send to and receive from other nodes without requiring a kernel driver for the protocol in question.

    標(biāo)簽: 1394 the interface supported

    上傳時(shí)間: 2015-08-07

    上傳用戶:徐孺

  • EXAMPLE SOURCE CODE FOR IMPLIB FILTER This filter accepts input through the standard input stream

    EXAMPLE SOURCE CODE FOR IMPLIB FILTER This filter accepts input through the standard input stream, convertsit and outputs it to the standard output am. The streams are linkedthrough pipes, such that the input stream is the output from the import librarian being invoked, and the output stream is connected to the message window of the IDE, ie.

    標(biāo)簽: input standard EXAMPLE accepts

    上傳時(shí)間: 2014-11-18

    上傳用戶:siguazgb

  • EXAMPLE SOURCE CODE FOR TASM FILTER his filter accepts input through the standard input stream, con

    EXAMPLE SOURCE CODE FOR TASM FILTER his filter accepts input through the standard input stream, converts it and outputs it to the standard output stream. The streams are linked through pipes, such that the input stream is the output from the assembler being invoked, and the output stream is connected to the message window of the IDE, ie.

    標(biāo)簽: input standard EXAMPLE accepts

    上傳時(shí)間: 2014-01-13

    上傳用戶:小碼農(nóng)lz

  • The Staged Event-Driven Architecture (SEDA) is a new design for building scalable Internet services.

    The Staged Event-Driven Architecture (SEDA) is a new design for building scalable Internet services. SEDA has three major goals: To support massive concurrency, on the order of tens of thousands of clients per node To exhibit robust performance under wide variations in load and, To simplify the design of complex Internet services. SEDA decomposes a complex, event-driven application into a set of stages connected by queues. This design avoids the high overhead associated with thread-based concurrency models, and decouples event and thread scheduling from application logic. SEDA enables services to be well-conditioned to load, preventing resources from being overcommitted when demand exceeds service capacity. Decomposing services into a set of stages also enables modularity and code reuse, as well as the development of debugging tools for complex event-driven applications.

    標(biāo)簽: Event-Driven Architecture Internet building

    上傳時(shí)間: 2015-09-28

    上傳用戶:日光微瀾

  • This paper presents several low-latency mixed-timing FIFO (first-in–first-out) interfaces designs t

    This paper presents several low-latency mixed-timing FIFO (first-in–first-out) interfaces designs that interface systems on a chip working at different speeds. The connected systems can be either synchronous or asynchronous. The designs are then adapted to work between systems with very long interconnect delays, by migrating a single-clock solution by Carloni et al. (1999, 2000, and 2001) (for “l(fā)atency-insensitive” protocols) to mixed-timing domains. The new designs can be made arbitrarily robust with regard to metastability and interface operating speeds. Initial simulations for both latency and throughput are promising.

    標(biāo)簽: mixed-timing low-latency interfaces first-out

    上傳時(shí)間: 2015-10-08

    上傳用戶:dapangxie

  • 問(wèn)題描述:編寫(xiě)一個(gè)JAVA程序

    問(wèn)題描述:編寫(xiě)一個(gè)JAVA程序,用面向?qū)ο笤O(shè)計(jì)的方法編寫(xiě)一個(gè)電話卡的類(lèi)。包括卡號(hào)、密碼、余額、撥入號(hào)碼等 b)基本要求:類(lèi)的屬性有卡號(hào)、密碼、余額、撥入號(hào)碼,電話卡的常用操作可以用連接電話方法、返回余額方法與通電話方法來(lái)實(shí)現(xiàn)。 c)方法功能描述: 構(gòu)造方法(PhoneCard(卡號(hào),密碼,余額,撥入號(hào)碼))可以完成屬性值初始化賦值,并判斷余額,余額為負(fù)就退出系統(tǒng),請(qǐng)?jiān)跇?gòu)造方法中將初始時(shí)的連接置為false即表示沒(méi)有連接。 卡號(hào)long cardNumber 密碼private int password,余額double balance,撥入號(hào)碼string connectNumber boolean connected(一個(gè)布爾類(lèi)型變量表示電話卡連接狀態(tài),初始時(shí)默認(rèn)沒(méi)有連接,值為false,當(dāng)調(diào)用連接電話方法()后,在判斷卡號(hào)和密碼相匹配后值置為true) 連接電話方法(performConnection(卡號(hào),密碼))可以完成檢查卡號(hào)和密碼,它是只有在卡號(hào)和密碼相匹配時(shí)才連接 返回余額方法(getBalance())得到電話卡的余額 通電話方法(performDial())是模擬通過(guò)過(guò)程中,余額會(huì)不斷減少,每調(diào)用此方法,電話卡的余額減少0。5元,打一次電話調(diào)用一次

    標(biāo)簽: JAVA 編寫(xiě) 程序

    上傳時(shí)間: 2014-01-20

    上傳用戶:1109003457

  • J2ME 是SUN 公司針對(duì)嵌入式、消費(fèi)類(lèi) 電子產(chǎn)品推出的開(kāi)發(fā)平臺(tái)

    J2ME 是SUN 公司針對(duì)嵌入式、消費(fèi)類(lèi) 電子產(chǎn)品推出的開(kāi)發(fā)平臺(tái),與J2SE 和J2EE 共同組成Java 技術(shù)的三個(gè)重要的分支。J2ME 實(shí)際 上是一系列規(guī)范的集合,由JCP 組織制定相關(guān)的Java Specification Request(JSR)并發(fā)布,各 個(gè)廠商會(huì)按照規(guī)范在自己的產(chǎn)品上進(jìn)行實(shí)現(xiàn),但是必須要通過(guò)TCK 測(cè)試,這樣確保兼容性。比 如MIDP2.0 規(guī)范就是在JSR118 中制定的??赡芙佑|過(guò)J2ME 的開(kāi)發(fā)者會(huì)覺(jué)得說(shuō)J2ME 是一系列 的規(guī)范不準(zhǔn)確吧。因?yàn)槲覀冊(cè)陂_(kāi)發(fā)中用到了很多例如CLDC(Connected Limited Devices Configuration)和MIDP(Mobile Information Devices Profile)等內(nèi)容。

    標(biāo)簽: J2ME SUN 嵌入式 消費(fèi)類(lèi)

    上傳時(shí)間: 2015-11-20

    上傳用戶:sardinescn

  • VerboseGC demonstrates the use of the java.lang.management API to print the garbage collection sta

    VerboseGC demonstrates the use of the java.lang.management API to print the garbage collection statistics and memory usage remotely by connecting to a JMX agent with a JMX service URL: service:jmx:rmi:///jndi/rmi://<hostName>:<portNum>/jmxrmi where <hostName> is the hostname and <portNum> is the port number to which the JMX agent will be connected.

    標(biāo)簽: the demonstrates collection management

    上傳時(shí)間: 2013-12-26

    上傳用戶:lgnf

  • ST7529液晶驅(qū)動(dòng) The ST7529 is a driver & controller LSI for 32 gray scale graphic dot-matrix liquid cryst

    ST7529液晶驅(qū)動(dòng) The ST7529 is a driver & controller LSI for 32 gray scale graphic dot-matrix liquid crystal display systems. It generates 255 Segment and 160 Common driver circuits. This chip is connected directly to a microprocessor, accepts Serial Peripheral Interface (SPI), 8-bit/16-bit parallel or IIC display data and stores in an on-chip display data RAM. It performs display data RAM read/write operation with no external operating clock to minimize power consumption. In addition, because it contains power supply circuits necessary to drive liquid crystal, it is possible to make a display system with the fewest components.

    標(biāo)簽: 7529 controller dot-matrix graphic

    上傳時(shí)間: 2013-12-02

    上傳用戶:奇奇奔奔

主站蜘蛛池模板: 鄯善县| 四平市| 调兵山市| 交口县| 马龙县| 昌都县| 天门市| 霸州市| 乐都县| 叙永县| 土默特右旗| 内江市| 镶黄旗| 扶风县| 朝阳市| 晴隆县| 西畴县| 贵溪市| 营山县| 洛扎县| 个旧市| 萨嘎县| 北京市| 保德县| 怀来县| 尼勒克县| 平舆县| 磐安县| 宜宾县| 玉林市| 金华市| 泽州县| 甘孜县| 崇州市| 金阳县| 巩留县| 芜湖县| 武邑县| 安庆市| 青河县| 察雅县|