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

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

Multiple-input-Multiple-Output

  • 這是VC的例子WriteAVI的代碼

    這是VC的例子WriteAVI的代碼,創建文件output.avi,說明如何生成avi文件的例子。

    標簽: WriteAVI 代碼

    上傳時間: 2016-02-23

    上傳用戶:時代電子小智

  • /***************************************************************************************************

    /*************************************************************************************************** The 4×4-keyboard drivers *COMPANY NAME: WUYI UNIVERSITY *MODULE NAME: Keyboard drivers *WRITTEN BY: Pang Weicong *FUNCTION DESCRIPTION: Keyboard input processing *EDITION: The first edition V1.0 *DATE: 2007-04-16 *Copyright: (c)2007 Pang Weicong **************************************************************************************************/

    標簽:

    上傳時間: 2014-01-05

    上傳用戶:xiaodu1124

  • 基于OFDM的無線寬帶系統仿真It contains mainly two parts, i.e. link-level simulator and system-level simulator.

    基于OFDM的無線寬帶系統仿真It contains mainly two parts, i.e. link-level simulator and system-level simulator. Link-level simulator focus on a single-cell single-user scenario, where signal is transmitted from tx, and estimated at rx. Comparing the difference in tx/rx signal, the error rate can be found out. The output of the link-level simulator is the BLER/BER vs. SNR mapping table, that can be used for the system-level simulation. System-level simulator focus on a multi-cell multi-user scenario. For the sake of simplicity, it takes the mapping table aquired in the link-level simulation, measure the actural SNR, and finds the corresponding error rate.

    標簽: simulator i.e. system-level link-level

    上傳時間: 2016-03-15

    上傳用戶:xsnjzljj

  • SED1335驅動320x240圖形液晶驅動演示程序 接口情況表述: No: LCM ----- 52 --------------------- 1...VSS..... GND

    SED1335驅動320x240圖形液晶驅動演示程序 接口情況表述: No: LCM ----- 52 --------------------- 1...VSS..... GND 地線 2...VDD..... +5V(VCC) 電源 3...VO ..... -Vadj Input 對比度負壓調整輸入 4...A0 ..... P2.0 寄存器選擇信號,命令數據方式選擇 5.../WR..... WR 寫有效 6.../RD..... RD 讀有效 7...D0 ..... P0.0 數據總線 D0 8...D1 ..... P0.1 數據總線 D1 9...D2 ..... P0.2 數據總線 D2 10..D3 ..... P0.3 數據總線 D3 11..D4 ..... P0.4 數據總線 D4 12..D5 ..... P0.5 數據總線 D5 13..D6 ..... P0.6 數據總線 D6 14..D7 ..... P0.7 數據總線 D7 15../CS .... GND 片選通信號,低電平有效.實際使用應編入地址 16../RES.... /RESET 復位信號,低電平有效,阻容式復位電路 17..VEE..... -Vout 逆變-22.5V 負電壓輸出 18..VSS..... GND 地線 0V

    標簽: 320x240 1335 SED LCM

    上傳時間: 2013-12-22

    上傳用戶:redmoons

  • 模擬實現spooling技術 一個用C做的假脫機SPOOLING輸入程序

    模擬實現spooling技術 一個用C做的假脫機SPOOLING輸入程序,是操作系統實驗來的,-do spooling SPOOLING input program is the experimental operating system

    標簽: spooling SPOOLING 模擬 脫機

    上傳時間: 2013-12-15

    上傳用戶:思琦琦

  • To use the ATLTrace tool: Debug an MFC or ATL project select Start from the Debug menu. Selec

    To use the ATLTrace tool: Debug an MFC or ATL project select Start from the Debug menu. Select MFC/ATL Trace Tool in the Tools menu. Expand the tree control list in the Trace List window. Here you will see the running application, any modules within that application, and the trace categories for each module. Customize, for each process, module, and category, which information is displayed in the output window. The Trace level control in the Process group is related to the ATLTRACE2 level only those ATLTRACE2 messages with a level equal to or greater than the setting in the Trace level control will be displayed in the output window. Select Apply to put your settings into effect. You can save your settings, and load them the next time you debug the application use the Save and Load buttons.

    標簽: Debug the ATLTrace project

    上傳時間: 2014-01-15

    上傳用戶:wfl_yy

  • Kriging 插值程序

    Kriging 插值程序,實現二維三維數據插值 Makefile_hp700 Makefile_ibm6000 kriging.mdf kriging.c outboard.c inv_m.tar.gz The inverse matrix source codes which got from Netlib. f2c.tar.gz The head file and library which are used to inverse matrix source codes. krig.net The example dx file. data1.dx The input example.

    標簽: Kriging 插值 程序

    上傳時間: 2016-03-27

    上傳用戶:縹緲

  • RT2570芯片USB口無線網卡linux設備驅動程序,有調試信息輸出的.-RT2570 chip USB wireless network card device driver linux, the

    RT2570芯片USB口無線網卡linux設備驅動程序,有調試信息輸出的.-RT2570 chip USB wireless network card device driver linux, the output of debugging information.

    標簽: linux 2570 USB wireless

    上傳時間: 2014-01-07

    上傳用戶:gxf2016

  • 一. 實驗目的 設計

    一. 實驗目的 設計,編制并調試一個語法分析程序,加深對語法分析原理的理解。可以編譯c語言的基本結構,包括循環嵌套和條件嵌套。 二. 實驗的輸入輸出 (1) 執行程序時,可輸入源程序的路徑,如果輸入為空的話,將會編譯默認的源程序“./input.dat” (2) 如果編譯發現有錯誤,則會輸出錯誤行數,并在結束編譯時輸出“Complete!” 三. 語法結構 .... 四. 分析器主要代碼 .. 五 小結

    標簽: 實驗

    上傳時間: 2013-12-16

    上傳用戶:宋桃子

  • F:RobinGameincludeinputRDXJoystick.rar DX8 游戲手柄完整類

    F:\RobinGame\include\input\RDXJoystick.rar DX8 游戲手柄完整類

    標簽: RobinGameincludeinputRDXJoystick DX8 手柄

    上傳時間: 2013-11-27

    上傳用戶:songnanhua

主站蜘蛛池模板: 淮南市| 津南区| 高清| 鄂伦春自治旗| 仙桃市| 洛川县| 牙克石市| 华容县| 博白县| 额尔古纳市| 都兰县| 洛南县| 南木林县| 什邡市| 雅江县| 平邑县| 修文县| 苏尼特左旗| 肥东县| 郓城县| 赫章县| 平邑县| 寻乌县| 普兰店市| 永安市| 广南县| 乌鲁木齐市| 罗山县| 闸北区| 霍州市| 荣成市| 海原县| 南京市| 天柱县| 建昌县| 永和县| 界首市| 凉山| 长岭县| 阳城县| 商水县|