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

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

apis

  • Addfilter is a command-line application which adds and removes filter drivers for a given drive or v

    Addfilter is a command-line application which adds and removes filter drivers for a given drive or volume. It is intended to demonstrate how to insert a filter driver into the driver stack of a device. The sample illustrates how to do this by using the SetupDi apis. The sample works on the x86 platform. It has only been tested in a 32-bit environment. Since Addfilter is not a driver, it does not deal with Plug and Play or Power Management.

    標簽: command-line application Addfilter drivers

    上傳時間: 2016-05-17

    上傳用戶:xzt

  • Addfilter is a command-line application which adds and removes filter drivers for a given drive or v

    Addfilter is a command-line application which adds and removes filter drivers for a given drive or volume. It is intended to demonstrate how to insert a filter driver into the driver stack of a device. The sample illustrates how to do this by using the SetupDi apis. The sample works on the x86 platform. It has only been tested in a 32-bit environment. Since Addfilter is not a driver, it does not deal with Plug and Play or Power Management. No INF file is needed to install this application.

    標簽: command-line application Addfilter drivers

    上傳時間: 2016-06-28

    上傳用戶:源碼3

  • Abstract—Wireless networks in combination with image sensors open up a multitude of previously unth

    Abstract—Wireless networks in combination with image sensors open up a multitude of previously unthinkable sensing applications. Capable tools and testbeds for these wireless image sensor networks can greatly accelerate development of complex, yet efficient algorithms that meet application requirements. In this paper, we introduce WiSNAP, a Matlab-based application development platform intended for wireless image sensor networks. It allows researchers and developers of such networks to investigate, design, and evaluate algorithms and applications using real target hardware. WiSNAP offers standardized and easy-to-use Application Program Interfaces (apis) to control image sensors and wireless motes, which do not require detailed knowledge of the target hardware. Nonetheless, its open system architecture enables support of virtually any kind of sensor or wireless mote. Application examples are presented to illustrate the usage of WiSNAP as a powerful development tool.

    標簽: combination previously multitude Abstract

    上傳時間: 2013-12-03

    上傳用戶:D&L37

  • This book shows you how to write programs that run under Microsoft Windows 98, Microsoft Windows NT

    This book shows you how to write programs that run under Microsoft Windows 98, Microsoft Windows NT 4.0, and Windows NT 5.0. These programs are written in the C programming language and use the native Windows application programming interfaces (apis). As I ll discuss later in this chapter, this is not the only way to write programs that run under Windows. However, it is important to understand the Windows apis regardless of what you eventually use to write your code.

    標簽: Microsoft Windows programs shows

    上傳時間: 2013-12-13

    上傳用戶:古谷仁美

  • vc中的api

    vc中的api,TMS320F2801x Flash apis

    標簽: api

    上傳時間: 2016-12-07

    上傳用戶:onewq

  • This document accompanies a sample co-installer that can be used in conjunction with an INF file to

    This document accompanies a sample co-installer that can be used in conjunction with an INF file to install additional device INF files on the target system during a device installation. The instructions herein apply to the Microsoft Windows 2000 and Windows XP and Windows Server 2003 operating systems. The sample co-installer described in this article interprets CopyINF directives in a [DDInstall] section in an INF file. The sample demonstrates using a co-installer to perform processing after a device has been installed, parsing the INF section that is being used for the installation, and the use of the SetupCopyOEMInf, SetupGetInfInformation, SetupQueryInfOriginalFileInformation and SetupDiGetActualSectionToInstall apis.

    標簽: co-installer accompanies conjunction document

    上傳時間: 2014-02-28

    上傳用戶:gououo

  • Fully revised to cover the latest standards and technologies, XML and Java(TM), Second Edition provi

    Fully revised to cover the latest standards and technologies, XML and Java(TM), Second Edition provides the practical solutions developers need to design powerful and portable Web-based applications. Featuring step-by-step examples, this book focuses on harnessing the power of Java(TM) and XML together to streamline the development process. XML and Java(TM), Second Edition provides new coverage of emerging areas such as document management, databases, messaging, servlets, JDBC, data binding, security, and more. It begins with an overview of XML programming techniques, standard apis, and tools. Building upon this foundation, the book goes on to cover the latest technologies, including DOM Level 2, SAX2, XSLT, SOAP, WSDL, and UDDI. It explores the role of these major middleware technologies in XML and Java-based Web application development, as well as the limitations and potential pitfalls.

    標簽: technologies and standards Edition

    上傳時間: 2014-01-05

    上傳用戶:hj_18

  • 本文力圖把當前軟件開發技術和Java技術領域中逐漸成熟的設計模式和方法

    本文力圖把當前軟件開發技術和Java技術領域中逐漸成熟的設計模式和方法,引入到WebGIS基礎開發框架的設計中,以提高框架的可設計性和簡化應用開發;表現層中引入MVC模式,數據訪問層使用對象-關系映射技術,邏輯層提供有關空間操作的Java apis(Java Application Programming Interface).以此作為框架的基本組成單元.基于Java平臺對這個框架的原型進行了實現。以期能為WebGIS框架設計提供一個有意義的參考實現。

    標簽: Java 軟件 開發技術 設計模式

    上傳時間: 2017-02-01

    上傳用戶:FreeSky

  • RGA: Biowaste Game Example This C++ application demonstrates how to create a 2D mobile game for S60

    RGA: Biowaste Game Example This C++ application demonstrates how to create a 2D mobile game for S60 devices using Real-Time Graphics and Audio (RGA) apis. PREREQUISITES Symbian C++ basics Game Programming RGA plugin OpenC plugin

    標簽: demonstrates application Biowaste Example

    上傳時間: 2017-02-08

    上傳用戶:dancnc

  • All of Java s Input/Output (I/O) facilities are based on streams, which provide simple ways to read

    All of Java s Input/Output (I/O) facilities are based on streams, which provide simple ways to read and write data of different types. Java provides many different kinds of streams, each with its own application. The universe of streams is divided into four large categories: input streams and output streams, for reading and writing binary data and readers and writers, for reading and writing textual (character) data. You re almost certainly familiar with the basic kinds of streams--but did you know that there s a CipherInputStream for reading encrypted data? And a ZipOutputStream for automatically compressing data? Do you know how to use buffered streams effectively to make your I/O operations more efficient? Java I/O, 2nd Edition has been updated for Java 5.0 apis and tells you all you ever need to know about streams--and probably more.

    標簽: facilities streams provide Output

    上傳時間: 2013-12-17

    上傳用戶:6546544

主站蜘蛛池模板: 咸宁市| 阿荣旗| 县级市| 雅安市| 封开县| 塔河县| 无极县| 衡阳市| 清远市| 北辰区| 乐都县| 安丘市| 旬阳县| 广西| 枣强县| 青海省| 油尖旺区| 龙游县| 巴中市| 托克托县| 化德县| 泗水县| 安乡县| 福泉市| 芦山县| 万荣县| 永清县| 行唐县| 庄浪县| 汝南县| 崇阳县| 招远市| 佛坪县| 明水县| 英德市| 常州市| 弋阳县| 大宁县| 遂平县| 隆安县| 马关县|