Draak is a multi-language, macro compiler, meaning all syntax and code generation is defined in a single file. Draak is a single binary that is able to compile any context free language (like C, Pascal, Java) for any platform with only 1 file. Draak Compiler是一個(gè)多語言,宏編譯器,可以在一個(gè)單獨(dú)的文件中定義所有的語法和代碼生成。Draak 是一個(gè)單獨(dú)的二進(jìn)制文件,可以在任意平臺(tái)上只使用一個(gè)文件來編譯任何上下文無關(guān)的語言(類似 C, Pascal, Java)。
標(biāo)簽: multi-language generation compiler defined
上傳時(shí)間: 2013-12-30
上傳用戶:a673761058
DES(Data Encrypton Standard) 算法的實(shí)現(xiàn)網(wǎng)上已經(jīng)有很多,本人在此講述的是在DES算法加密過程中如何查看16迭代過程中生成的Ki,Li,Ri,Fi,Si等,這樣可以當(dāng)做一個(gè)DES加密對(duì)照器,這樣可以方便的發(fā)現(xiàn)你在加密過程中出現(xiàn)的錯(cuò)誤!
標(biāo)簽: Encrypton Standard Data DES
上傳時(shí)間: 2015-06-22
上傳用戶:zhangliming420
This application report describes the use of Timer_A3 to decode RC5 and SIRC TV IR remote control signals. The decoder described in this report is interrupt-driven and operates a background function using specific features the Timer_A3. Only a small portion of the MSP430 CPU?s nonreal-time resources is used. Specific hardware bit-latching capabilities of the Timer_A3 module are used for real-time decoding of the IR data signal, independent and asynchronous to the CPU. CPU activity and power consumption are kept to an absolute minimum level. The Timer_A3 decoder implementation also allows other tasks to occur simultaneously if required. The solutions provided are written specifically for MSP430x11x(1) and MSP430x12x derivatives, but can be adapted to any other MSP430 incorporating Timer_A3. 電視遙控器設(shè)計(jì)基於MSP430
標(biāo)簽: application describes Timer_A control
上傳時(shí)間: 2014-01-01
上傳用戶:qq21508895
可以分析出TS流文件的軟件,有興趣的可以下來玩玩。對(duì)初學(xué)PSI/SI標(biāo)準(zhǔn)的朋友很有用
上傳時(shí)間: 2014-11-18
上傳用戶:xjz632
Using Gaussian elimination to solve linear equations. // In this version, we allow matrix of any size. This is done by treating // the name of a 2-dimensional array as pointer to the beginning of the // array. This makes use of the fact that arrays in C are stored in // row-major order.
標(biāo)簽: elimination equations Gaussian version
上傳時(shí)間: 2016-02-14
上傳用戶:hxy200501
設(shè)計(jì)任務(wù)及要求 1. 以8255接八個(gè)開關(guān)K1~K8,做電子琴按鍵輸入。 2. 以8253控制揚(yáng)聲器,使用簡易鍵盤,發(fā)出相應(yīng)的音階。 要求: K1—靜音 K2—發(fā)si的音493Hz K3—發(fā)la的音440Hz K4—發(fā)sol的音392Hz K5—發(fā)fa的音349Hz K6—發(fā)mi的音329Hz K7—發(fā)re的音293Hz K8—發(fā)do的音261Hz
上傳時(shí)間: 2016-02-26
上傳用戶:klin3139
按C51格式生成漢字字模的.c及.h的windows C源碼, 你只需要把需要的漢字在confighz.h中定義,本套程序自動(dòng)生成c51格式的hzkcode.c和hzkdef.h兩個(gè)文件。 本套程序需要用家自己編譯。 如果生成12點(diǎn)陣,用TC 3編譯buildHZ,從HZK12.GBK讀入GBK字模。 如果生成16點(diǎn)以上的字模,請(qǐng)用ming編譯freeHZ,它利用freetype.org庫從truetype字庫讀入字模。
上傳時(shí)間: 2016-03-01
上傳用戶:zhaoq123
簡單的floyd運(yùn)用 第一行輸入一個(gè)整數(shù)C。C是測(cè)試的情況(0< C <=30).第二行一個(gè)正整數(shù)N( 0< N <=100),表示道路的總數(shù).緊接N行,每一行包含兩個(gè)字符串, Si,,Ti,和一個(gè)整數(shù)Di,代表從Si到Ti的距離(0<= Di <=150)。最后一行有兩個(gè)字符串,S 和 T,你得找出從S 到 T的最短的距離。地名是不超過120個(gè)小寫字符的串(從‘a(chǎn)’到‘z’)。假設(shè)這里最多有100條直接連通兩個(gè)地方的路。 Output 輸出包含C行,每一行對(duì)一種測(cè)試情況。對(duì)每一種測(cè)試情況,輸出包含一個(gè)整數(shù),假如S 到 T存在一條最短的路,輸出從S到T的最短距離,否則輸出“-1”. Sample Input 2 2 jiuzhouriver liuchi 89 liuchi liyuan 100 liuchi jiuzhouriver 3 youyongchi fengyuan 100 qinshi meiyuan 100 chaochang supermarkt 100 meiyuan youyongchi Sample Output 89 -1
標(biāo)簽: lt floyd 100 整數(shù)
上傳時(shí)間: 2016-03-10
上傳用戶:wyc199288
This program accesses a SPI EEPROM using polled mode access. The F12x MCU is configured in 4-wire Single Master Mode, and the EEPROM is the only slave device connected to the SPI bus. The read/write operations are tailored to access a Microchip 4 kB EEPROM
標(biāo)簽: configured accesses program EEPROM
上傳時(shí)間: 2016-03-29
上傳用戶:gut1234567
hspice中文教程,看后非常有用,適合si工程師
上傳時(shí)間: 2013-12-23
上傳用戶:zsjzc
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1