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

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

libnxml-no-curl

  • This is the library for all storage drivers. It simplifies writing a storage driver by implementing

    This is the library for all storage drivers. It simplifies writing a storage driver by implementing 90 percent of the code required to support Plug and Play, Power Management, et cetera. This library is used by disk.sys, cdrom.sys and the tape class drivers. No INF file is needed to install this library. The library is 64-bit compliant.

    標簽: storage implementing simplifies drivers

    上傳時間: 2014-01-01

    上傳用戶:txfyddz

  • Java Power Player, our slogan is "Download once, reproduce everywhere". Java Power Player is an high

    Java Power Player, our slogan is "Download once, reproduce everywhere". Java Power Player is an high-performances player written with 100% pure-Java source code. No native libraries. Download Now!

    標簽: Player Power Java everywhere

    上傳時間: 2014-01-20

    上傳用戶:l254587896

  • 二維SIMPLEC程序

    二維SIMPLEC程序,包含三個project:二維穩(wěn)態(tài)傳熱,常粘度系數(shù)湍流的動態(tài)模擬,湍流中被動標量擴散(基于時均的 k –ε方程. 同時壓縮包中還有詳細的說明文檔. 注意:本程序只限于學(xué)習(xí)用途,切勿作商業(yè)用途,作者享有對此代碼及使用目的的最終解釋權(quán)! Cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc Cccc This computer program was copied from the graduate student course program Cccc of the University of Minnesota. Part of it was re-formulated to meet the Cccc personal computer environment. Some inappropriate expressions were also Cccc corrected. The program is used only for teaching purpose. No part of it Cccc may be published. You may use it as a frame to re-develop your own code Cccc for research purpose. XJTU Instructor, 1995.11 Cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc

    標簽: SIMPLEC 二維 程序

    上傳時間: 2015-12-10

    上傳用戶:大三三

  • The present document specifies the CAMEL Application Part (CAP) supporting the fourth phase of the n

    The present document specifies the CAMEL Application Part (CAP) supporting the fourth phase of the network feature Customized Applications for Mobile network Enhanced Logic. CAP is based on a sub-set of the ETSI Core INAP CS-2 as specified by ETSI EN 301 140 1 [26]. Descriptions and definitions provided by ETSI EN 301 140 1 [26] are directly referenced by this standard in the case no additions or clarifications are needed for the use in the CAP.

    標簽: the Application supporting specifies

    上傳時間: 2015-12-24

    上傳用戶:84425894

  • This example streams input from a ADC source to a DAC. An analog signal is acquired block-by-block

    This example streams input from a ADC source to a DAC. An analog signal is acquired block-by-block into SDRAM from the ADC (an AD9244 in this example). The frames are then output with a one-frame delay to the DAC (an AD9744 in this example). In this example, no processing is done on the frames. They are passed unaltered.

    標簽: block-by-block acquired example streams

    上傳時間: 2015-12-29

    上傳用戶:bjgaofei

  • Source code of J2ME game called Action Soccer. Great for used. Already configurations with JBuilder

    Source code of J2ME game called Action Soccer. Great for used. Already configurations with JBuilder Source only, no document related.

    標簽: configurations JBuilder Already Source

    上傳時間: 2016-01-08

    上傳用戶:fanboynet

  • A action mobile game called A Last Warrior Great for use and already configuration to build with JB

    A action mobile game called A Last Warrior Great for use and already configuration to build with JBuilder Is source only, no document related

    標簽: configuration Warrior already action

    上傳時間: 2014-05-28

    上傳用戶:changeboy

  • java語言開發(fā)的P2P流媒體系統(tǒng)

    java語言開發(fā)的P2P流媒體系統(tǒng),“Stream-2-Stream implements multicast+, a next generation streaming protocol. Multicast+ is more efficient and requires less bandwidth than direct streaming (e.g. shoutcast/icecast). Stream-2-Stream (abbreviated "s2s" or "S2S") stations have no user limit stations can be set up without paying a fortune for bandwidth. Stream-2-Stream saves bandwidth by passing streams from one peer to another through multicast and unicast p2p, rather than everyone getting a stream from one central server (Shoutcast/Icecast). ”更多:http://s2s.sourceforge.net/about.php

    標簽: java P2P 語言 流媒體系統(tǒng)

    上傳時間: 2016-01-09

    上傳用戶:ikemada

  • Abstract The Lucene Server project is an attempt to extend the Jakarta Lucene tool with server ca

    Abstract The Lucene Server project is an attempt to extend the Jakarta Lucene tool with server capabilities. Lucene is a robust Java API that enables you creating indexes from text sources and perform powerful searches on these indexes. With Lucene, creating an index must be done programmatically and there are almost no possibilities of integrating index management in a distributed environment. In other words, out of the box, Lucene is suitable for integrating indexing and searching possibilities in a single application but not for providing index/search services for multiple applications. The Lucene Server project comes with a Java API that propose the following make it easy to create indexes in a declarative way by simply providing an XML configuration document. make it easy to personalize the way Lucene must handle different kind of data sources. provide services for index management and searching that can be accessed from several applications. enable batch tasks scheduling.

    標簽: Lucene Abstract Jakarta project

    上傳時間: 2016-01-10

    上傳用戶:songrui

  • We have a group of N items (represented by integers from 1 to N), and we know that there is some tot

    We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.

    標簽: represented integers group items

    上傳時間: 2016-01-17

    上傳用戶:jeffery

主站蜘蛛池模板: 岗巴县| 惠来县| 鄂州市| 陇南市| 汉沽区| 沈丘县| 汤原县| 土默特左旗| 辉南县| 鸡泽县| 宜阳县| 鸡泽县| 吉木乃县| 永靖县| 漯河市| 安庆市| 上饶市| 花莲县| 通江县| 湖州市| 海城市| 海口市| 红原县| 工布江达县| 拜泉县| 襄城县| 长葛市| 呼伦贝尔市| 山阳县| 五家渠市| 普洱| 瓮安县| 德安县| 磐石市| 香港 | 台湾省| 西藏| 富顺县| 施甸县| 乌拉特中旗| 蒙山县|