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

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

INPUT

一個簡單的HTML表單,包含兩個文本輸入框和一個提交按鈕:
  • The MEASURE program uses analog and digital INPUTs to simulate a datalogger. You may watch the va

    The MEASURE program uses analog and digital INPUTs to simulate a datalogger. You may watch the value of analog INPUT POT1 and the state of S2, S3 Buttons on MCBSTM32 evaluation board.

    標簽: datalogger simulate MEASURE program

    上傳時間: 2016-07-17

    上傳用戶:qq21508895

  • linux設備驅動 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 靜態映射范例 | `-- mach-sm

    linux設備驅動 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 靜態映射范例 | `-- mach-smdk2440.c |--- | |-- NVRAM驅動 | | `-- generic_nvram.c | |-- 觸摸屏驅動 | | |-- 作為INPUT設備 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作為普通字符設備 | | `-- s3c2410-ts.c | |-- 看門狗驅動 | | `-- s3c2410_wdt.c | `-- 平臺設備 | `-- devs.c |--- | |-- IDE驅動 | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驅動 | `-- rd.c

    標簽: 505 mach-sm linux DMA

    上傳時間: 2014-01-05

    上傳用戶:gaome

  • .ifnz I2C_SUPPORT ************************************************************** Function : fPro

    .ifnz I2C_SUPPORT ************************************************************** Function : fProcessI2cRead Description : process I2C write function INPUT : IOP_DATA1_H=rCtrlByte,IOP_DATA1_L=rAddr Output : NONE ************************************************************** fProcessI2cRead: fetch parameter lda IOP_DATA1_H sta rCtrlByte lda IOP_DATA1_L sta rAddr jsr fI2cSendCmdAddr bcs lReadI2CFail

    標簽: C_SUPPORT Function ifnz fPro

    上傳時間: 2016-07-21

    上傳用戶:xaijhqx

  • ofdm信道特性 Channel transmission simulator Channel transmission simulator % % INPUTs: % sig2 - noi

    ofdm信道特性 Channel transmission simulator Channel transmission simulator % % INPUTs: % sig2 - noise variance % Mt - number of Tx antennas % Mr - number of Rx antennas % x - vector of complex INPUT symbols (for MIMO, this is a matrix, where each column % is the value of the antenna outputs at a single time instance) % H - frequency selective channel - represented in block-Toeplitz form for MIMO transmission % N - number of symbols transmitted in OFDM frame % % outputs: % y - vector of channel outputs (matrix for MIMO again, just like x matrix) % create noise vector sequence (each row is a different antenna, each column is a % different time index) note: noise is spatially and temporally white

    標簽: transmission simulator Channel INPUTs

    上傳時間: 2016-07-22

    上傳用戶:kelimu

  • 問題描述 設有n種不同面值的硬幣

    問題描述 設有n種不同面值的硬幣,各硬幣的面值存于數組T[1:n]中。現要用這些面值的硬幣來找錢,可以實用的各種面值的硬幣個數不限。當只用硬幣面值T[1],T[2],…,T[i]時,可找出錢數j的最少硬幣個數記為C(i,j)。若只用這些硬幣面值,找不出錢數j時,記C(i,j)=∞。  編程任務 設計一個動態規劃算法,對1≤j≤L,計算出所有的C( n,j )。算法中只允許實用一個長度為L的數組。用L和n作為變量來表示算法的計算時間復雜性  數據輸入 由文件INPUT.txt提供輸入數據。文件的第1行中有1個正整數n(n<=13),表示有n種硬幣可選。接下來的一行是每種硬幣的面值。由用戶輸入待找錢數j。  結果輸出 程序運行結束時,將計算出的所需最少硬幣個數輸出到文件output.txt中。

    標簽:

    上傳時間: 2016-07-28

    上傳用戶:yangbo69

  • AES在AVR單片機上的實現 資源要求 Program: 4492 bytes (6.9% Full) (.text + .data + .bootloader) Data: 7

    AES在AVR單片機上的實現 資源要求 Program: 4492 bytes (6.9% Full) (.text + .data + .bootloader) Data: 745 bytes (9.1% Full) (.data + .bss + .noinit) 可以在AVR Studio中模擬運行 AES加密和解密 在AVR Studio 中模擬運行 Ctrl+F7 后,模擬執行到main入口處 按F5后, 知道到加密完成 可以看出加密的結果 再按F10,執行解密, 可以看出INPUT數組恢復了 原來的結果

    標簽: bootloader Program bytes 4492

    上傳時間: 2016-07-30

    上傳用戶:363186

  • 對任意給定的文法G 構造LR(1) 項目集規范族

    對任意給定的文法G 構造LR(1) 項目集規范族,其中要實現CLOSURE(I)、GO(I,X)、FIRST 集合等。在此基礎上, 構造了LR(1)分析表。然后對輸入的句子進行語法分析,給出接受或出錯報告。 程序采用文件輸入輸出方式。其中包括兩個輸入文件:文法grammar.txt,以及 輸入串INPUT.txt;兩個輸出文件:項目集items.txt 和文法的LR(1)分析表 action_table.txt。由于語法分析的結果只給出接受或錯誤報告,比較簡

    標簽: LR 項目

    上傳時間: 2016-07-30

    上傳用戶:來茴

  • 基于S3C2440的四線電阻式觸摸屏驅動程序

    基于S3C2440的四線電阻式觸摸屏驅動程序,linux2.6.22內核。把touchscreen.c放在driver/INPUT/touchscreen/下。修改arch/arm/mach-s3c2440/mach-smdk2440.c以及相應的Makefile加上驅動即可。

    標簽: S3C2440 四線電阻式 觸摸屏 驅動程序

    上傳時間: 2014-01-14

    上傳用戶:zmy123

  • -- DESCRIPTION : Shift register -- Type : univ -- Width : 4 -- Shift direction: right/left (right

    -- DESCRIPTION : Shift register -- Type : univ -- Width : 4 -- Shift direction: right/left (right active high) -- -- CLK active : high -- CLR active : high -- CLR type : synchronous -- SET active : high -- SET type : synchronous -- LOAD active : high -- CE active : high -- SERIAL INPUT : SI

    標簽: Shift right DESCRIPTION direction

    上傳時間: 2013-12-02

    上傳用戶:gxrui1991

  • This article introduces how to construct a Hospital Ward Information System with three-tiered techno

    This article introduces how to construct a Hospital Ward Information System with three-tiered technology. The System applies to UML, BDE, MIDAS, distributed compute theory and a special architecture to make such functions: patients check in and check out, prescription INPUT, drug-delivery at center pharmacy and information of patient manage with computer networking.

    標簽: three-tiered Information introduces construct

    上傳時間: 2016-08-16

    上傳用戶:hn891122

主站蜘蛛池模板: 长寿区| 西充县| 牙克石市| 南丰县| 南投市| 进贤县| 商水县| 临潭县| 上饶县| 台南县| 芜湖市| 新津县| 通许县| 当阳市| 喀什市| 开原市| 石嘴山市| 绥德县| 信丰县| 宜兰县| 商南县| 拜泉县| 南汇区| 普格县| 石楼县| 定陶县| 长乐市| 普兰县| 抚顺县| 诏安县| 临海市| 西昌市| 九台市| 醴陵市| 石景山区| 祁连县| 山东| 涞水县| 密云县| 东乡族自治县| 尚义县|