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

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

OPTIONS

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

    非常適合內嵌式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

  • openh323_1.1.2.2.zip; 2. 把pwlib_1.52.zip 、openh323_1.1.2.2.zip分別展開到目錄e:h323sourcepwlib及e:h323sourc

    openh323_1.1.2.2.zip; 2. 把pwlib_1.52.zip 、openh323_1.1.2.2.zip分別展開到目錄e:\h323\source\pwlib及e:\h323\source\openh323下; 3. 啟動MSVC6,Tools | OPTIONS | Directories,按如下順序到INCLUDE FILES 路徑里: e:\h323\source\PWLib\Include\PwLib\MSWIN e:\h323\source\PWLib\Include\PtLib\MSOS e:\h323\source\PWLib\Include e:\h323\source\OpenH323\Include

    標簽: 323 zip openh h323

    上傳時間: 2016-05-20

    上傳用戶:海陸空653

  • The package contains a Reed-Solomon coding and decoding program, derived partly from Phil Karn/Rob

    The package contains a Reed-Solomon coding and decoding program, derived partly from Phil Karn/Robert Morelos-Zaragoza "new_rs_erasures.c". In particular the Berlekamp-Massey algorithm has not been modified. New features compared to "new_rs_erasures.c" are: - fully parameterized: code parameters (n,k,m) can be selected via command line OPTIONS. - decoding optional by Euclid or Belekamp-Massey algorithm - efficient support of shortened codes - extensive verbose levels for hardware verification

    標簽: Reed-Solomon contains decoding package

    上傳時間: 2013-12-11

    上傳用戶:shinesyh

  • Description: The programm generates encoder for CRC-, BCH- and RS-Codes. The command line opti

    Description: The programm generates encoder for CRC-, BCH- and RS-Codes. The command line OPTIONS of the tools can be displayed with -h !

    標簽: Description The generates RS-Codes

    上傳時間: 2016-06-25

    上傳用戶:ikemada

  • IDE開發環境

    IDE開發環境,可以掛載SDCC The BASIC IDE is a new, RAD (Rapid Application Development) IDE (Integrated Development Environment) for the RapidQ programming language. The IDE currently has rich project OPTIONS, a form designer (similar to Delphi s), and code editor. The BASIC IDE is being coded in Borland® Delphi® . We are currently using Delphi 6, but you should be able to use Delphi 3 or later (Delphi 7 included). Some of the BASIC IDEs features include: Form Designer with support for all of RapidQ s components Flexible Code Editor Project Management Written in OO (Object Oriented) Delphi. Some future items that we are working on are: Code Tip Code Completion CVS Integration Code Editor Macros Point-and-Click access to subroutines, functions, and variables

    標簽: IDE 開發環境

    上傳時間: 2016-07-05

    上傳用戶:dapangxie

  • SOPC實驗--Hello World實驗:啟動Quartus II軟件

    SOPC實驗--Hello World實驗:啟動Quartus II軟件,選擇File→New Project Wizard,在出現的對話框中填寫項目名稱 2、 點擊Finish,然后選擇“是”。選擇Assignments→Device,改寫各項內容。Family改為CycloneII,根據實驗板上的器件選擇相應的器件,本實驗選擇EP2C5T144C8,點擊對話框中的Device & Pin OPTIONS,在Configuration中,選項Use Configuration Device為EPCS1,選項Unused Pins為As inputs,tri-stated.

    標簽: Quartus Hello World SOPC

    上傳時間: 2014-01-13

    上傳用戶:梧桐

  • 在TC下使用鼠標的例子

    在TC下使用鼠標的例子,調試環境為TC2.0或者TC3.0。運行這個程序需要tc提供的幾個頭文件。建議修改OPTIONS菜單中的include目錄項到tc的include的目錄下,或把源程序拷貝到tc目錄下運行。

    標簽: 鼠標

    上傳時間: 2014-01-14

    上傳用戶:ayfeixiao

  • 本實驗是在win2000+VC6.0上實現的

    本實驗是在win2000+VC6.0上實現的,實例程序利用Windows SDK編制,所以實驗需要在windows下安裝VC后進行。而VC是一個集成開發環境,其中包含了Windows SDK的所有定義和工具,所以安裝了VC后就不用再安裝SDK了。 這里由于用到了多線程編程,我們還需要設置一下編譯環境,選中菜單project-> settings,在左邊列表中選中工程名,在右邊選中c/c++項,將其下"project OPTIONS"中的默認值MLd改為MTd。

    標簽: 2000 win 6.0 VC

    上傳時間: 2013-12-20

    上傳用戶:洛木卓

  • The download includes the kernel source code, and a demo application for EVERY RTOS port. See http:

    The download includes the kernel source code, and a demo application for EVERY RTOS port. See http://www.freertos.org/a00017.html for full details of the directory structure and information on locating the files you require. The easiest way to use FreeRTOS is start start with one of the demo application projects. Once this is running the project can be modified to include your own source files. This way the correct files and compiler OPTIONS will be automatically included in your application. + The Source directory contains the real time kernel source files for every port. The kernel itself is only 3 files. + The Demo directory contains the demo application source files for every port. + The TraceCon directory contains the trace visualisation exe file. See the readme files in the respective directories for further information.

    標簽: application download includes kernel

    上傳時間: 2016-08-24

    上傳用戶:zhyiroy

  • This a GUI based system. The GUI is invoked from the command line by typing "ui_start". The GUI is s

    This a GUI based system. The GUI is invoked from the command line by typing "ui_start". The GUI is self explanatory. Tool tips are given in blue color. The cursor needs to be positioned on these for detailed explanation. The main file is "runsim.m". In these simulations the SISO option is not explicitly given. This is because the SISO result for a particular type of modulation is shown in every plot for purposes of comparison. This software has been tested on MATLAB version 6.0 and above with signal processing and communication toolbox OPTIONS.

    標簽: GUI The ui_start invoked

    上傳時間: 2016-08-24

    上傳用戶:杜瑩12345

主站蜘蛛池模板: 同心县| 韶关市| 微山县| 镇坪县| 达日县| 神木县| 湟源县| 东至县| 桂东县| 改则县| 江北区| 宣武区| 定陶县| 灯塔市| 碌曲县| 建昌县| 石棉县| 阳新县| 涿鹿县| 永城市| 怀化市| 遵化市| 金山区| 仙居县| 六安市| 江西省| 新晃| 莫力| 石景山区| 佛冈县| 类乌齐县| 桂阳县| 晋州市| 高要市| 罗源县| 晴隆县| 尤溪县| 衡阳市| 万山特区| 台前县| 甘肃省|