OXCC is a multipass, interpreting C compiler with several language extensions. It generates an Architecture Neutral Format (ANF) output and comes with a couple of example back ends. Programmers are expected to write additional back ends for their specific needs.
標簽: interpreting extensions generates multipass
上傳時間: 2015-04-12
上傳用戶:大三三
用匯編語言編寫的一些程序的源代碼,例:DOS6.0源程序中的硬盤引導記錄源程序FDBOOT.ASM,鼠標控制CD-Audio播放程序,專截320*200的截畫程序,V86模式切換程序,FASTREBOOT V1.0,Game Faster V1.0,Mixer Volume Ctrler V1.0,
上傳時間: 2014-10-30
上傳用戶:四只眼
用LPC213X系列的PWM來產生語音。語音數據來源于PC機轉換后得到的。最大可以是16位的。 由于是PWM所以輸出端口需要低通濾波才能夠得到比較干凈的聲音。 可以經過修改使用LPC2132以上的ARM的D/A來產生。 This project outputs audio on PWM0 using wave samples that are stored in the on-chip Flash ROM.
上傳時間: 2014-11-07
上傳用戶:zhanditian
世界名牌專業音響網址大全,由東方網絡收集整理,是目前世界音響燈光行業著名公司及名牌產品網址的最新匯編,每一頁的網址都按照公司或產品英文字母的第一個字母而排列,您可以按照公司或名牌產品中英文名稱的關鍵詞進行查找(Ctrl+F快捷鍵),如果沒有搜索結果,您可以直接到東方論壇詢問,我們將幫助您查找。該程序由原來的<世界名牌音響網址>現更名為<世界名牌專業音響網址> ,已從新調整,添加了一些新的網址,刪除了死鍵接,然后再作美化!該電子程序升級為9IASP Audio web V2.8
上傳時間: 2015-04-22
上傳用戶:stvnash
機頂盒界面源代碼: ## Avoid the so-called SINGAPPL to be initialized at runtime ## Used when the tuner is controlled externally by I2C and ## the PIDs forced to some specific values.
標簽: initialized the so-called SINGAPPL
上傳時間: 2013-12-08
上傳用戶:lixinxiang
a3load is 8051 firmware that can be used for uploading or downloading to EZ-USB RAM (internal or external). It implements the vendor specific command bRequest = 0xA3. The address to download/upload to/from is specified in the wValue field of the SETUP packet and the length of the transfer in the wLength field. The actual upload/download data is transferred during the DATA stage of the SETUP transfer. This firmware will function on all EZ-USB chips (EZ-USB, EZ-USB FX, FX2, FX2LP, FX1).
標簽: downloading uploading firmware internal
上傳時間: 2013-12-25
上傳用戶:zhaiye
uc/os-ii for 8051 This package provides the sources required to use the uC/OS-II v2.00 real time kernel on the 8051 processor. To use this package you will need the TASKING C Compiler toolset v6.0r1 or higher. For info on TASKING products you can contact our Web-site at: http://www.tasking.com Unzip the zipfile in the root of the drive where you also installed the uC/OS-II general sources. The following directories will be added: \SOFTWARE\UCOS-II\8051 This directory contains the microprocessor specific source code \SOFTWARE\UCOS-II\ex1_8051r This directory contains the project files for the first example \SOFTWARE\UCOS-II\ex2_8051r This directory contains the project files for the second example
標簽: the provides required package
上傳時間: 2015-05-21
上傳用戶:ainimao
Metalworks is a simple Swing-based simulated e-mail application. It shows off several features of Swing, including JInternalFrame, JTabbedPane, JFileChooser, JEditorPane, and JRadioButtonMenuItem. Metalworks is optimized to work with the Java look and feel (codenamed "Metal") and shows use of several features, such as themes, that are specific to the Java look and feel.
標簽: Swing-based application Metalworks simulated
上傳時間: 2015-05-30
上傳用戶:lizhen9880
I2S Interface Specification The I2S-bus (Inter-IC Sound bus) is a serial link for transmitting stereo audio between devices in a system.
標簽: Specification transmitting Interface Inter-IC
上傳時間: 2013-12-28
上傳用戶:Thuan
2^x mod n = 1 acm競賽題 Give a number n, find the minimum x that satisfies 2^x mod n = 1. Input One positive integer on each line, the value of n. Output If the minimum x exists, print a line with 2^x mod n = 1. Print 2^? mod n = 1 otherwise. You should replace x and n with specific numbers. Sample Input 2 5 Sample Output 2^? mod 2 = 1 2^4 mod 5 = 1
標簽: mod satisfies minimum number
上傳時間: 2015-06-02
上傳用戶:qlpqlq