TrainReset:there are many trains need to drive out of the station .In terms of their numbers from small to large.There are only three railways used to place the trains ,and also need the same order.
標(biāo)簽: TrainReset numbers station trains
上傳時(shí)間: 2015-07-04
上傳用戶:moerwang
辭典 dict3.asm.grammar.asm,newword.asm 學(xué)習(xí) learn.asm 名片 userinf.asm 備忘 userinf.asm 提醒 userinf.asm time.asm 計(jì)算 calcul.asm,trigonom.asm,trigdata.asm 資料 info.asm 網(wǎng)絡(luò) net.asm rsdrv.asm,netview.asm 游戲 guess.asm,mine.asm,snake.asm,brick.asm,digblk.asm,pushbox.asm 系統(tǒng) synth.asm 公共涵數(shù): public.asm
標(biāo)簽: asm userinf grammar newword
上傳時(shí)間: 2015-08-22
上傳用戶:dreamboy36
曲線擬合函數(shù) 三個(gè)函數(shù),SPLine 調(diào)用另外兩個(gè)。用時(shí)候直接調(diào)用SPLine函數(shù),入口pList是已知離散點(diǎn)鏈表,pDestList是生成的點(diǎn)的鏈表。SM是在兩個(gè)點(diǎn)中間插入點(diǎn)的數(shù)目,continue=0是采樣點(diǎn)無(wú)規(guī)律,要求生成閉合曲線。
上傳時(shí)間: 2014-01-16
上傳用戶:ryb
SQL Plus是一款通用數(shù)據(jù)庫(kù)操縱、存取程序,可以運(yùn)行在任何平臺(tái)之上。 可以操縱任何數(shù)據(jù)庫(kù)。 開(kāi)發(fā)者:哲濤科技,楊連寶 http://sm.zhetao.com/
標(biāo)簽: Plus SQL 通用數(shù)據(jù) 存取
上傳時(shí)間: 2016-01-19
上傳用戶:84425894
SQL Plus是一款通用數(shù)據(jù)庫(kù)操縱、存取程序,可以運(yùn)行在任何平臺(tái)之上。 此版本為發(fā)布版。可以直接在裝有Java的平臺(tái)中使用。 可以操縱任何數(shù)據(jù)庫(kù)。 開(kāi)發(fā)者:哲濤科技,楊連寶 http://sm.zhetao.com/
標(biāo)簽: Plus SQL 通用數(shù)據(jù) 存取
上傳時(shí)間: 2014-01-16
上傳用戶:zjf3110
SourceModeling 這個(gè)java程序可以統(tǒng)計(jì)出給出的txt文本中所有的英文字母和使用的字符出現(xiàn)的字?jǐn)?shù)并顯示出來(lái),使用ASCII碼讀取。(之后可以使用這個(gè)代碼進(jìn)行Huffman編碼的基礎(chǔ)) 2.2 DecOfInd.txt 為被統(tǒng)計(jì)的文檔。SM.java為統(tǒng)計(jì)的java程序。 SM.class是SM.java生成的類(lèi)文件。 compute.txt是輸出結(jié)果到屏幕后的信息text復(fù)制。
標(biāo)簽: SourceModeling java txt 程序
上傳時(shí)間: 2016-06-07
上傳用戶:qiao8960
linux設(shè)備驅(qū)動(dòng) | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 靜態(tài)映射范例 | `-- mach-smdk2440.c |--- | |-- NVRAM驅(qū)動(dòng) | | `-- generic_nvram.c | |-- 觸摸屏驅(qū)動(dòng) | | |-- 作為input設(shè)備 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作為普通字符設(shè)備 | | `-- s3c2410-ts.c | |-- 看門(mén)狗驅(qū)動(dòng) | | `-- s3c2410_wdt.c | `-- 平臺(tái)設(shè)備 | `-- devs.c |--- | |-- IDE驅(qū)動(dòng) | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驅(qū)動(dòng) | `-- rd.c
標(biāo)簽: 505 mach-sm linux DMA
上傳時(shí)間: 2014-01-05
上傳用戶:gaome
I often need a simple function generator. Just to generate a certain frequency. After all the years I ve worked with electronics, I still haven t got me one. Even though I need it now and then, I just couldn t seem to justify the cost of one. So, standard solution - build one yourself. I designed a simple sinewave generator based on a Analog Devices AD9832 chip. It will generate a sinewave from 0.005 to 12 MHz in 0.005 Hz steps. That s pretty good, and definitely good enough for me ! But while waiting for the AD9832 chip to arrive, I came up with a very simple version of the DDS synth, using just the 2313 and a resistor network.
標(biāo)簽: frequency generator function generate
上傳時(shí)間: 2013-12-17
上傳用戶:thesk123
Qt/Embedded的安裝(本人親自安裝步驟) 準(zhǔn)備源碼包 ◆ tmake 1.11 或更高版本;(生成Qt/Embedded應(yīng)用工程的Makefile文件) ◆ Qt/Embedded 2.3.7 (Qt/Embedded 安裝包) ◆ Qt 2.3.2 for X11; (Qt的X11版的安裝包, 它將產(chǎn)生x11開(kāi)發(fā)環(huán)境所需要的兩個(gè)工 具) 假設(shè)把源碼包解壓所在/root/build-arm下 1安裝tmake 進(jìn)入tmake-1.11目錄 cd /root/build-arm/tmake-1.11 export TMAKEDIR=$PWD/tmake-1.11 export TMAKEPATH=$TMAKEDIR/lib/qws/linux-arm-g++ export PATH=$TMAKEDIR/bin:$PATH 2.安裝Qt/X11 2.3.2 cd qt-2.3.2 export QTDIR=$PWD export PATH=$QTDIR/bin:$PATH export LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH ./configure -no-xft -thread -gif -system-jpeg -sm -shared [make] make -C tools/qvfb make -C tools/qembed
標(biāo)簽: Embedded Qt Makefile tmake
上傳時(shí)間: 2013-12-22
上傳用戶:sk5201314
CalcExpress is an interpreter for quick and easy evaluation of mathematical expressions. It is a smart tool easy in use. Supports 5 operators, parenthesis, 18 mathematical functions and user-defined variables
標(biāo)簽: mathematical CalcExpress interpreter expressions
上傳時(shí)間: 2014-12-08
上傳用戶:希醬大魔王
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1