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

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

MULTIPLE-Input

  • Hammerhead2 is a stress testing tool designed to test out your web server and web site. It can init

    Hammerhead2 is a stress testing tool designed to test out your web server and web site. It can initiate multiple connections from IP aliases and simulated numerous (256+) users at any given time

    標(biāo)簽: Hammerhead2 web designed testing

    上傳時(shí)間: 2016-01-04

    上傳用戶:youlongjian0

  • 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.

    標(biāo)簽: Lucene Abstract Jakarta project

    上傳時(shí)間: 2016-01-10

    上傳用戶:songrui

  • This gives examples of Session Description Protocol (SDP) offer/answer exchanges. Examples include

    This gives examples of Session Description Protocol (SDP) offer/answer exchanges. Examples include codec negotiation and selection, hold and resume, and addition and deletion of media streams. The examples show multiple media types, bidirectional, unidirectional, inactive streams, and dynamic payload types. Common Third Party Call Control (3pcc) examples are also given.

    標(biāo)簽: Description exchanges Protocol Examples

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

    上傳用戶:450976175

  • This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS

    This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output is directed to the screen.

    標(biāo)簽: code implementing directory algorithm

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

    上傳用戶:woshini123456

  • This the second tutorial of the Writing Device Drivers series. There seems to be a lot of interest i

    This the second tutorial of the Writing Device Drivers series. There seems to be a lot of interest in the topic, so this article will pick up where the first left off. The main focus of these articles will be to build up little by little the knowledge needed to write device drivers. In this article, we will be building on the same example source code used in part one. In this article, we will expand on that code to include Read functionality, Handle Input/Ouput Controls also known as IOCTLs, and learn a bit more about IRPs.

    標(biāo)簽: the interest tutorial Drivers

    上傳時(shí)間: 2016-01-28

    上傳用戶:lmeeworm

  • This code implements the shortest path algorithm via the simple scheme and fibonacci heap data struc

    This code implements the shortest path algorithm via the simple scheme and fibonacci heap data structure. It has 3 kinds of testing data input method : random input by computer, reading from the file, reading from the key board.

    標(biāo)簽: implements algorithm fibonacci the

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

    上傳用戶:ynzfm

  • Easy-to-Use, Ultra-Tiny, Differential, 16-Bit Delta Sigma ADC With I2C Interface The LTC2453 is an

    Easy-to-Use, Ultra-Tiny, Differential, 16-Bit Delta Sigma ADC With I2C Interface The LTC2453 is an ultra-tiny, fully differential, 16-bit, analog-to-digital converter. The LTC2453 uses a single 2.7V to 5.5V supply and communicates through an I2C interface. The ADC is available in an 8-pin, 3mm x 2mm DFN package. It includes an integrated oscillator that does not require any external components. It uses a delta-sigma modulator as a converter core and has no latency for multiplexed applications. The LTC2453 includes a proprietary input sampling scheme that reduces the average input sampling current several orders of magnitude lower than conventional delta-sigma converters. Additionally, due to its architecture, there is negligible current leakage between the input pins.

    標(biāo)簽: Differential Easy-to-Use Ultra-Tiny Interface

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

    上傳用戶:鳳臨西北

  • 簡(jiǎn)單C編譯器生成的目標(biāo)代碼是8086的匯編代碼(16位)

    簡(jiǎn)單C編譯器生成的目標(biāo)代碼是8086的匯編代碼(16位),可以在一般的PC上被像MASM之類的匯編編譯程序編譯,生成可執(zhí)行文件后,在DOS或Windows控制臺(tái)下運(yùn)行。 實(shí)現(xiàn)的語(yǔ)言定義如下: 語(yǔ)言類似于tiny語(yǔ)言,不支持過(guò)程調(diào)用,也就是只有一個(gè)main函數(shù),無(wú)其他函數(shù)和全局變量 基本語(yǔ)句:注釋語(yǔ)句(/*…*/),輸入語(yǔ)句(int input(void) ),輸出語(yǔ)句(void output(int) ),賦值語(yǔ)句。這里的輸入輸出語(yǔ)句實(shí)際上類似于函數(shù)調(diào)用,可以看作是本語(yǔ)言內(nèi)部的函數(shù) 算術(shù)運(yùn)算符:+、—、*、/ 數(shù)據(jù)類型:整數(shù).

    標(biāo)簽: 8086 C編譯器 代碼 匯編代碼

    上傳時(shí)間: 2016-02-06

    上傳用戶:bakdesec

  • Thinking in C++ patiently and methodically explores the issues of when and how to use inlines, refer

    Thinking in C++ patiently and methodically explores the issues of when and how to use inlines, references, operator overloading, inheritance and dynamic objects, as well as advanced topics such as the proper use of templates, exceptions and multiple inheritance. The entire effort is woven in a fabric that includes Eckel’s own philosophy of object and program design. A must for every C++ developer’s bookshelf, Thinking in C++ is the one C++ book you must have if you’re doing serious development with C++.

    標(biāo)簽: methodically and patiently Thinking

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

    上傳用戶:it男一枚

  • Windows Mobile平臺(tái)的日文輸入法

    Windows Mobile平臺(tái)的日文輸入法,支持手寫。A sample UI for Japanese handwriting input that works with IME 3.1 and with Pocket IME.

    標(biāo)簽: Windows Mobile 輸入法

    上傳時(shí)間: 2016-02-20

    上傳用戶:cxl274287265

主站蜘蛛池模板: 新竹县| 灯塔市| 定兴县| 肇东市| 彭州市| 广宁县| 龙海市| 和林格尔县| 赤城县| 桂阳县| 曲周县| 衢州市| 夹江县| 德钦县| 罗田县| 平南县| 万州区| 佛教| 从江县| 金寨县| 山阴县| 邹城市| 西乌珠穆沁旗| 凉城县| 汉源县| 中超| 井研县| 威远县| 萍乡市| 邓州市| 诏安县| 山阴县| 漳平市| 浦城县| 井陉县| 那曲县| 桑日县| 莱西市| 谷城县| 和静县| 大同市|