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

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

MicroEdition-configuration

  • Absolute Database 5.12 src. Absolute Database lets you forget the Borland Database Engine (BDE). Th

    Absolute Database 5.12 src. Absolute Database lets you forget the Borland Database Engine (BDE). This BDE replacement is the compact, high-speed, robust and easy-to-use database engine. With Absolute Database you will not need special installation and configuration, it compiles right into your EXE. Make your application faster and smaller with Absolute Database BDE alternative!

    標簽: Database Absolute Borland forget

    上傳時間: 2013-12-19

    上傳用戶:海陸空653

  • This a USB core stack for the built-in USB device of LPC214x microcontrollers. It handles the ha

    This a USB core stack for the built-in USB device of LPC214x microcontrollers. It handles the hardware interface and USB enumeration/configuration. Also included are application examples like a USB joystick HID and USB serial port emulation.

    標簽: microcontrollers USB the built-in

    上傳時間: 2015-11-14

    上傳用戶:talenthn

  • J2ME 是SUN 公司針對嵌入式、消費類 電子產品推出的開發平臺

    J2ME 是SUN 公司針對嵌入式、消費類 電子產品推出的開發平臺,與J2SE 和J2EE 共同組成Java 技術的三個重要的分支。J2ME 實際 上是一系列規范的集合,由JCP 組織制定相關的Java Specification Request(JSR)并發布,各 個廠商會按照規范在自己的產品上進行實現,但是必須要通過TCK 測試,這樣確保兼容性。比 如MIDP2.0 規范就是在JSR118 中制定的。可能接觸過J2ME 的開發者會覺得說J2ME 是一系列 的規范不準確吧。因為我們在開發中用到了很多例如CLDC(Connected Limited Devices Configuration)和MIDP(Mobile Information Devices Profile)等內容。

    標簽: J2ME SUN 嵌入式 消費類

    上傳時間: 2015-11-20

    上傳用戶:sardinescn

  • This book was written to provide a single reference for network administration in a Linux environmen

    This book was written to provide a single reference for network administration in a Linux environment. Beginners and experienced users alike should find the information they need to cover nearly all important administration activities required to manage a Linux network configuration.

    標簽: administration environmen reference provide

    上傳時間: 2013-12-20

    上傳用戶:225588

  • BlueCore supports a mechanism called Device Firmware Upgrade (DFU) to enable its software and config

    BlueCore supports a mechanism called Device Firmware Upgrade (DFU) to enable its software and configuration data to be replaced. To guard against unauthorised changes, downloaded files can be verified by means of signatures. The DFU Tools are a suite of programs that enable firmware and persistent store files to be signed and combined to form DFU files.

    標簽: mechanism BlueCore supports Firmware

    上傳時間: 2015-12-04

    上傳用戶:manking0408

  • The development of a data acquisition card based on USB bus is introduced in this article.It first d

    The development of a data acquisition card based on USB bus is introduced in this article.It first describes the configuration and principle of this card in the part of hardware design,and then the application program and device driver in the part of software design.Data acquisition program in firmware is also discussed.Finally,this data acquisition card is tested and evaluated in a program developed by Lab Windows CVI,which shows that this car is stable and reliable

    標簽: development acquisition introduced article

    上傳時間: 2015-12-07

    上傳用戶:lijianyu172

  • Abstract: By using gateway systems on large 32-bit platforms, networks of small, 8- and 16-bit mic

    Abstract: By using gateway systems on large 32-bit platforms, networks of small, 8- and 16-bit microcontrollers can be monitored and controlled over the Internet. With embedded Linux, these gateways are easily moved from full-blown host PCs to embedded platforms like the PC104. In this class you will learn about hardware platforms that support embedded Linux, Linux kernel configuration, feature selection, installation, booting and tuning.

    標簽: bit platforms Abstract networks

    上傳時間: 2014-01-05

    上傳用戶:kytqcool

  • The Microsoft® Cryptographic Application Programming Interface (CryptoAPI) provides services that

    The Microsoft® Cryptographic Application Programming Interface (CryptoAPI) provides services that enable application developers to add authentication, encoding, and encryption to their Microsoft Win32® -based applications. Application developers can use the functions in the CryptoAPI without knowing anything about the underlying implementation, in much the same way as they can use a graphics library without knowing anything about the particular graphics hardware configuration.

    標簽: Cryptographic Application Programming Microsoft

    上傳時間: 2013-12-27

    上傳用戶:pinksun9

  • 員工培訓系統 首先確認您的機器上已經安裝了VC6.0以上版本

    員工培訓系統 首先確認您的機器上已經安裝了VC6.0以上版本,要編譯生成可執行文件,需打開后綴名為dsw的文件,系統會默認用VC打開,然后選擇Build菜單下的Set Active Configuration選項,選擇Project Configuration為Win32 Release,然后編譯項目,得到可執行文件。連接數據庫請參照第2章的方法,在ODBC數據源內添加Microsoft Access數據庫train.mdb,并將數據源名設定為train即可實現數據庫和應用程序的正常連接,程序才能正常實現數據庫的訪問。另外,如果用戶自己編寫了.chm的幫助文檔只要和可執行文件放在同一個目錄下就可以了。 用戶要修改程序源碼可以選擇相應的.h和.cpp文件,本實例使用的命名規則基本是:DIALOG_***** 為管理對話框資源, *****Info為數據輸入窗口資源, *****Set為結果集對應的類

    標簽: 6.0 VC 機器

    上傳時間: 2014-01-03

    上傳用戶:luopoguixiong

  • 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

主站蜘蛛池模板: 大足县| 昌图县| 宁海县| 化州市| 苍梧县| 古交市| 金塔县| 巫溪县| 道孚县| 分宜县| 清苑县| 北海市| 会昌县| 大同县| 恭城| 日照市| 泸水县| 平安县| 卢氏县| 陵川县| 平定县| 唐海县| 宜兴市| 皮山县| 屏山县| 商南县| 福海县| 沙洋县| 徐汇区| 潼关县| 监利县| 樟树市| 马关县| 饶河县| 安康市| 巴楚县| 扶余县| 修武县| 遂宁市| 常德市| 漳州市|