This code is described in "Computational Geometry in C" (Second Edition), Chapter 8. It is not written to be comprehensible without the explanation in that book. Prints out one arm configuration to reach given target. Assumes number of links >= 3. Input: nlinks Number of links L1 L2 ... Ln Link lengths x0 y0 target0 x1 x2 target1
標簽: Computational described Geometry Chapter
上傳時間: 2014-01-25
上傳用戶:yan2267246
用AVR單片機設(shè)計的MP3播放器 功能: MP3 Player IDE ATA interface FAT 32 with long file name support USB interface On board power supply (input from 7v to 20v DC) Bootloader firmware upgradeable via USB port Infrared bi-directional interface Remote Control Back light graphic LCD worked with only 2x AA batteries In sleep mode sink less than 1uA (2.5mA in active mode) 5 buttons for easy navigation Long range (more than 20 feets)
標簽: MP3 interface support Player
上傳時間: 2016-07-02
上傳用戶:fandeshun
Linux輸入子系統(tǒng)和鼠標驅(qū)動的分析,詳細分析drivers/input/mouse/amimouse.c的工作原理。給需要編寫或修改鼠標驅(qū)動的兄弟一個參考!
標簽: Linux 輸入子系統(tǒng) 分 鼠標
上傳時間: 2014-11-30
上傳用戶:z1191176801
自己寫的,實現(xiàn)不同類型的input顯示不同樣式的代碼。使用非常簡單。
標簽:
上傳時間: 2016-07-13
上傳用戶:ynsnjs
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設(shè)備驅(qū)動 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 靜態(tài)映射范例 | `-- mach-smdk2440.c |--- | |-- NVRAM驅(qū)動 | | `-- generic_nvram.c | |-- 觸摸屏驅(qū)動 | | |-- 作為input設(shè)備 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作為普通字符設(shè)備 | | `-- s3c2410-ts.c | |-- 看門狗驅(qū)動 | | `-- s3c2410_wdt.c | `-- 平臺設(shè)備 | `-- devs.c |--- | |-- IDE驅(qū)動 | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驅(qū)動 | `-- rd.c
上傳時間: 2014-01-05
上傳用戶:gaome
.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 - 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
問題描述 設(shè)有n種不同面值的硬幣,各硬幣的面值存于數(shù)組T[1:n]中?,F(xiàn)要用這些面值的硬幣來找錢,可以實用的各種面值的硬幣個數(shù)不限。當只用硬幣面值T[1],T[2],…,T[i]時,可找出錢數(shù)j的最少硬幣個數(shù)記為C(i,j)。若只用這些硬幣面值,找不出錢數(shù)j時,記C(i,j)=∞。 編程任務(wù) 設(shè)計一個動態(tài)規(guī)劃算法,對1≤j≤L,計算出所有的C( n,j )。算法中只允許實用一個長度為L的數(shù)組。用L和n作為變量來表示算法的計算時間復(fù)雜性 數(shù)據(jù)輸入 由文件input.txt提供輸入數(shù)據(jù)。文件的第1行中有1個正整數(shù)n(n<=13),表示有n種硬幣可選。接下來的一行是每種硬幣的面值。由用戶輸入待找錢數(shù)j。 結(jié)果輸出 程序運行結(jié)束時,將計算出的所需最少硬幣個數(shù)輸出到文件output.txt中。
標簽:
上傳時間: 2016-07-28
上傳用戶:yangbo69
AES在AVR單片機上的實現(xiàn) 資源要求 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 后,模擬執(zhí)行到main入口處 按F5后, 知道到加密完成 可以看出加密的結(jié)果 再按F10,執(zhí)行解密, 可以看出input數(shù)組恢復(fù)了 原來的結(jié)果
標簽: bootloader Program bytes 4492
上傳時間: 2016-07-30
上傳用戶:363186
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1