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

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

Project-management

  • This guide describes Freescale’s BeeKit Wireless Connectivity Toolkit configuration tool used for Zi

    This guide describes Freescale’s BeeKit Wireless Connectivity Toolkit configuration tool used for ZigBee, 802.15.4, or SMAC application development. The guide describes system requirements, installation, and how to launch BeeKit. The book then guides users through a simple step-by-step process of how to open and load a demonstration project through the CodeWarrior IDE without further modification. This allows for a quick evaluation of Freescale’s ZigBee technology.

    標簽: configuration Connectivity Freescale describes

    上傳時間: 2013-12-24

    上傳用戶:偷心的海盜

  • The ISO Base Media File Format is designed to contain timed media information for a presentation in

    The ISO Base Media File Format is designed to contain timed media information for a presentation in a flexible, extensible format that facilitates interchange, management, editing, and presentation of the media. This presentation may be ‘local’ to the system containing the presentation, or may be via a network or other stream delivery mechanism.

    標簽: presentation information designed contain

    上傳時間: 2013-12-03

    上傳用戶:cmc_68289287

  • usb bulk 傳輸例程。 * The bulkusb driver is a generic function driver, based on the Windows Driver Mode

    usb bulk 傳輸例程。 * The bulkusb driver is a generic function driver, based on the Windows Driver Model (WDM). * Supports Plug and Play(PnP), Power Management(PM), Windows Management Instrumentation (WMI) and the Selective Suspend (SS) features. * This sample is based off the selSusp DDK sample. Please refer the selSusp sample and the DDK docs to understand the handling of PnP, PM, WMI and SS features and implementations. * The USB device used for this sample is a generic Intel I82930 USB evaluation board programmed with a simple loopback test using a 64 KB circular buffer. None of the code in the sample is specific to this controller chip.

    標簽: driver function Windows bulkusb

    上傳時間: 2016-04-25

    上傳用戶:270189020

  • 非常適合內(nèi)嵌式mp3播放,例如控制臺!注意看壓縮包里readme.doc 詳細過程,在ARM及MIPS下通過 新建一個 wce application,選擇 a simple windows ce

    非常適合內(nèi)嵌式mp3播放,例如控制臺!注意看壓縮包里readme.doc 詳細過程,在ARM及MIPS下通過 新建一個 wce application,選擇 a simple windows ce application 在 1.tool->options->directories>include files里包含必要的頭文件 D:\WINCE500\pubilc\directx\SDK\INC D:\WINCE500\pubilc\common\SDK\INC D:\WINCE500\pubilc\common\OAK\INC D:\WINCE500\pubilc\common\DDK\INC 2. >Library files D:\WINCE500\PUBLIC\DIRECTX\SDK\LIB\MIPSII\RETAIL D:\WINCE500\PUBLIC\COMMON\SDK\LIB\MIPSII\RETAIL D:\WINCE500\PUBLIC\COMMON\OAK\LIB\MIPSII\RETAIL 3.可能要在Project->Settings->link的object/library modules 加入 commctrl.lib coredll.lib ole32.lib oleaut32.lib uuid.lib strmiids.lib newres.h play.cpp play.vcw resource.h StdAfx.cpp StdAfx.h 下面為播放源碼 #include "stdafx.h" #include<dshow.h> #include<streams.h> .......其實編譯時的 object/library modules 只要看 sourse 文件包含哪個dll,或lib 就行

    標簽: application windows readme simple

    上傳時間: 2016-05-05

    上傳用戶:ynsnjs

  • 一個自娛自樂的demo 開發(fā)環(huán)境 apache-tomcat-6.0.16 Mysql 5.1.11 Jdk 1.6 文件結(jié)構(gòu)如下 --MyGame -----MyGam

    一個自娛自樂的demo 開發(fā)環(huán)境 apache-tomcat-6.0.16 Mysql 5.1.11 Jdk 1.6 文件結(jié)構(gòu)如下 --MyGame -----MyGame-Seam(eclipse project路徑) -----doc ----------free.jude(JUDE 類圖)

    標簽: apache-tomcat MyGame Mysql MyGam

    上傳時間: 2014-11-08

    上傳用戶:hongmo

  • FreeTTS is a speech synthesis system written entirely in the Java programming language. It is based

    FreeTTS is a speech synthesis system written entirely in the Java programming language. It is based upon Flite, a small, fast, run-time speech synthesis engine, which in turn is based upon University of Edinburgh s Festival Speech Synthesis System and Carnegie Mellon University s FestVox project.

    標簽: programming synthesis entirely language

    上傳時間: 2014-08-29

    上傳用戶:cylnpy

  • 1、在Eclipse中導(dǎo)入工程

    1、在Eclipse中導(dǎo)入工程,可以通過Eclipse中的菜單File→Import→Existing Projects intoWorkspace中選擇Project; 2、在MySQL中創(chuàng)建數(shù)據(jù)庫,使用MySQL Control Center執(zhí)行database目錄下的dbscript.sql數(shù)據(jù)庫腳本文件創(chuàng)建數(shù)據(jù)庫SQL語句創(chuàng)建數(shù)據(jù)庫和表及數(shù)據(jù); 3、設(shè)置數(shù)據(jù)庫連接配置,修改doc目錄下的exam.xml文件,將其中的數(shù)據(jù)庫用戶名和密碼設(shè)置為實際的用戶名和密碼; 4、將doc目錄下的exam.xml文件拷貝到Tomcat的安裝目錄下的conf\Catalina\localhost文件夾下,并修改exam.xml文件中的docBase,將該值指向該工程目錄,如"F:\jsp\21\WebRoot"; 5、確保Tomcat安裝目錄的common\lib下mysql-connector-java-3.0.16-ga-bin.jar類包文件,如果沒有拷貝WebRoot\WEB-INF\lib目錄下的mysql-connector-java-3.0.16-ga-bin.jar類包文件到Tomcat安裝目錄的common\lib下; 6、啟動Tomcat,在瀏覽器輸入http://localhost:8080/exam,使用賬號s0001,密碼s0001登陸,后臺管理使用賬號admin,密碼dmin登陸。

    標簽: Eclipse 工程

    上傳時間: 2013-12-21

    上傳用戶:huannan88

  • The DiskPerf filter driver monitors disk-accesses, capturing performance data. It supports Plug and

    The DiskPerf filter driver monitors disk-accesses, capturing performance data. It supports Plug and Play, Power Management, and WMI . It is not 64-bit compliant

    標簽: disk-accesses performance capturing DiskPerf

    上傳時間: 2013-12-23

    上傳用戶:agent

  • 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

  • The CD Audio sample allows some non-SCSI2 CD ROMs to support audio operations by intercepting the re

    The CD Audio sample allows some non-SCSI2 CD ROMs to support audio operations by intercepting the relevant audio ioctls and translating them into the command block(s) expected by the non-compliant cdroms. It supports Plug and Play and Power Management, and is 64-bit compliant.

    標簽: intercepting operations non-SCSI support

    上傳時間: 2016-05-17

    上傳用戶:ANRAN

主站蜘蛛池模板: 徐州市| 通城县| 南陵县| 丹棱县| 富民县| 开阳县| 新丰县| 宜城市| 公安县| 明水县| 汝阳县| 凤城市| 安康市| 剑河县| 台中市| 景德镇市| 大洼县| 山阴县| 湖北省| 民丰县| 兰考县| 瓦房店市| 宁陕县| 浠水县| 个旧市| 安乡县| 云和县| 民县| 塘沽区| 宁强县| 万安县| 建瓯市| 海门市| 洛阳市| 化德县| 安义县| 建德市| 平远县| 沙河市| 广宁县| 项城市|