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

蟲(chóng)蟲(chóng)首頁(yè)| 資源下載| 資源專輯| 精品軟件
登錄| 注冊(cè)

網(wǎng)(wǎng)絡(luò)語(yǔ)音

  • EDB (Evan s Debugger) is a QT4 based binary mode debugger with the goal of having usability on par w

    EDB (Evan s Debugger) is a QT4 based binary mode debugger with the goal of having usability on par with OllyDbg. It uses a plugin architecture, so adding new features can be done with ease. The current release is for Linux, but future releases will target more platforms. Release focus: Major feature enhancements Changes: A new disassembly engine. A bug that could cause crashing was fixed. There is a new flags breakdown in the register view, an environment view plugin, and improved analysis (including a good speed increase). A bug in QT where disabled events could be triggered has been worked around.

    標(biāo)簽: usability Debugger debugger binary

    上傳時(shí)間: 2013-12-21

    上傳用戶:gundamwzc

  • 用凌陽(yáng)SPCE061A在LCD上顯示文字、圖形 A0-A7連接LCD的DB0-DB7

    用凌陽(yáng)SPCE061A在LCD上顯示文字、圖形 A0-A7連接LCD的DB0-DB7,B3、B4、B5連接LCD的A0、R/W、EP,LCD的CS可連接到DGND

    標(biāo)簽: LCD SPCE 061A DB

    上傳時(shí)間: 2013-12-22

    上傳用戶:2404

  • AliPay接口源碼

    AliPay接口源碼,visual .netc#寫(xiě)的很好,w我看過(guò)了,很好

    標(biāo)簽: AliPay 接口 源碼

    上傳時(shí)間: 2015-11-26

    上傳用戶:Shaikh

  • 說(shuō)明:本LCD為L(zhǎng)CM161(HD44780驅(qū)動(dòng)器)字符顯示器. 接線:LCD D0-D8(PIN7-14) 對(duì)映用戶板P0.0--P0.7 LCD VSS(PIN1) 接 GND,VDD(P

    說(shuō)明:本LCD為L(zhǎng)CM161(HD44780驅(qū)動(dòng)器)字符顯示器. 接線:LCD D0-D8(PIN7-14) 對(duì)映用戶板P0.0--P0.7 LCD VSS(PIN1) 接 GND,VDD(PIN2)接+5V,LCD驅(qū)動(dòng)電源V0(PIN3)接可調(diào)電阻ADJ,調(diào)節(jié)亮度 LCD寄存器選擇RS(PIN4)接P2.0,讀寫(xiě)選擇R/W(PIN5)接P2.1,使能端EN(PIN6)接P2.2(高電平有效) 本程序采用I/O口模仿總線時(shí)序,故無(wú)需做任何硬件擴(kuò)展.屏幕顯示:"welcom to using s51f! ",按S0鍵可重復(fù)演示

    標(biāo)簽: LCD 44780 PIN1 161

    上傳時(shí)間: 2015-11-27

    上傳用戶:dreamboy36

  • 并行AVS實(shí)時(shí)編解碼器設(shè)計(jì)與實(shí)現(xiàn) 介紹了一種并行AVS實(shí)時(shí)編碼器的設(shè)計(jì)

    并行AVS實(shí)時(shí)編解碼器設(shè)計(jì)與實(shí)現(xiàn) 介紹了一種并行AVS實(shí)時(shí)編碼器的設(shè)計(jì),它包括音視頻數(shù)據(jù)輸入、音視頻編碼、傳輸流系統(tǒng)復(fù)用器、輸出和控制部分,其 中重點(diǎn)介紹了視頻編碼器和傳輸流系統(tǒng)復(fù)用器的設(shè)計(jì)和實(shí)現(xiàn)。實(shí)驗(yàn)結(jié)果證明,實(shí)現(xiàn)標(biāo)清AVS實(shí)時(shí)編碼器是可行的。

    標(biāo)簽: AVS 并行 編解碼器 編碼器

    上傳時(shí)間: 2015-11-27

    上傳用戶:qweqweqwe

  • 其中sound.c 用于錄音和回放。其中特別需要注意的是:1。目前聲卡似乎不能打開(kāi)全雙工

    其中sound.c 用于錄音和回放。其中特別需要注意的是:1。目前聲卡似乎不能打開(kāi)全雙工,所以如果fd = open("/dev/dsp", O_RDWR) ,則無(wú)法錄音和回放。只能分別設(shè)置RDONLY和WRONLY。即半雙工方式。否則,就是在錄音的時(shí)候可以聽(tīng)見(jiàn),但是無(wú)法回放。分析下來(lái)似乎是IIC總線中只分配了一個(gè)通道給聲卡,或者是只啟用了一個(gè)通道,所以無(wú)法錄音和放音同步進(jìn)行。解決方法就是分別以RDONLY方式打開(kāi)進(jìn)行錄音和WRONLY方式打開(kāi)進(jìn)行放音。 Sound1.c用于將錄音保存在test.wav文件中,并利用cast test.wav > /dev/sound/dsp回放文件。此處需要注意的是,錄音頻率必須是44100才能正確回放。否則就會(huì)出現(xiàn)類似快放的效果。分析應(yīng)該是cast方式利用了dsp的默認(rèn)播放頻率44100,所以如果錄音的時(shí)候低于這個(gè)頻率,這放的時(shí)候就會(huì)快放。 此外,設(shè)置采樣率的時(shí)候必須設(shè)置成16bit,否則會(huì)提示出錯(cuò)。原因尚不知道,估計(jì)是與聲卡有關(guān)。

    標(biāo)簽: sound 回放 全雙工 聲卡

    上傳時(shí)間: 2013-12-31

    上傳用戶:cc1

  • 51控制STA013實(shí)現(xiàn)MP3音頻解碼

    51控制STA013實(shí)現(xiàn)MP3音頻解碼,實(shí)現(xiàn)了STA013的初始化、音量調(diào)節(jié)、靜音、音質(zhì)設(shè)置、聲道控制。同時(shí)包含通過(guò)RS232串口控制LCD實(shí)現(xiàn)同步顯示。代碼經(jīng)過(guò)調(diào)試,運(yùn)行通過(guò)。

    標(biāo)簽: STA 013 MP3 控制

    上傳時(shí)間: 2013-12-20

    上傳用戶:520

  • Software Engineering and Computer Games By Rudy Rucker Software Engineering and Computer Games w

    Software Engineering and Computer Games By Rudy Rucker Software Engineering and Computer Games was written with four broad goals: To teach a lively style of object-oriented software engineering. To show how to bring a complete program to the level of a commercial release. To provide a "game engine" framework of linked classes for game development. To help students create computer games that are interactive, rapidly executing, and visually beautiful.

    標(biāo)簽: Engineering Software Computer Games

    上傳時(shí)間: 2015-12-02

    上傳用戶:cc1

  • 這是一個(gè)語(yǔ)音源代碼

    這是一個(gè)語(yǔ)音源代碼,針對(duì)1341語(yǔ)音芯片,44B0控制器。在立宇態(tài)的P型板上可以實(shí)現(xiàn)錄音和放音功能。

    標(biāo)簽: 語(yǔ)音 源代碼

    上傳時(shí)間: 2015-12-06

    上傳用戶:chenjjer

  • Using Lightweight IP with the Nios II Processor_nios2_lwip_tutorial,This tutorial familiarizes you w

    Using Lightweight IP with the Nios II Processor_nios2_lwip_tutorial,This tutorial familiarizes you with the lightweight IP (lwIP) TCP/IP software component included in your Nios II development kit.

    標(biāo)簽: Processor_nios lwip_tutorial familiarizes Lightweight

    上傳時(shí)間: 2014-01-02

    上傳用戶:lacsx

主站蜘蛛池模板: 上饶县| 边坝县| 尼木县| 泰宁县| 仙居县| 耒阳市| 宁安市| 澄城县| 扶风县| 响水县| 阿荣旗| 东山县| 佳木斯市| 和平区| 临清市| 招远市| 应城市| 萨嘎县| 丹巴县| 洞口县| 乡宁县| 汉阴县| 宁乡县| 额敏县| 武邑县| 老河口市| 汶上县| 县级市| 阿克陶县| 芮城县| 岑溪市| 淮阳县| 孟津县| 龙胜| 望谟县| 六安市| 昭通市| 奉新县| 宕昌县| 雅安市| 三原县|