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

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

Gnu-Debugger

  • Bluezan implementation of the Bluetooth™ wireless standards specifications for Linux. The code

    Bluezan implementation of the Bluetooth™ wireless standards specifications for Linux. The code is licensed under the GNU General Public License (GPL) and is now included in the Linux 2.4 and Linux 2.6 kernel series

    標(biāo)簽: implementation specifications Bluetooth standards

    上傳時間: 2014-01-09

    上傳用戶:himbly

  • Bluezan implementation of the Bluetooth™ wireless standards specifications for Linux. The code

    Bluezan implementation of the Bluetooth™ wireless standards specifications for Linux. The code is licensed under the GNU General Public License (GPL) and is now included in the Linux 2.4 and Linux 2.6 kernel series

    標(biāo)簽: implementation specifications Bluetooth standards

    上傳時間: 2013-12-11

    上傳用戶:zhyiroy

  • Bluezan implementation of the Bluetooth™ wireless standards specifications for Linux. The code

    Bluezan implementation of the Bluetooth™ wireless standards specifications for Linux. The code is licensed under the GNU General Public License (GPL) and is now included in the Linux 2.4 and Linux 2.6 kernel series

    標(biāo)簽: implementation specifications Bluetooth standards

    上傳時間: 2015-06-07

    上傳用戶:er1219

  • 站長!這是一個語音壓縮編碼的源程序

    站長!這是一個語音壓縮編碼的源程序,Speex是GNU軟件,它基于CELP算法,壓縮音頻數(shù)據(jù)的比特率為從2kb/s到44kb/s 并具有許多不同于ITU給出的源程序的特征,詳見:http://www.speex.org/。請查收! 站長!我已經(jīng)上傳5個源程序了,自問還是比較認(rèn)真的!呵呵!因?yàn)槲倚枰狦723.1等語音壓縮編碼源程序,貴站有不少,所以請站長,批準(zhǔn)我成為會員,我會繼續(xù)努力上傳有用的源程序的

    標(biāo)簽: 語音壓縮 編碼 源程序

    上傳時間: 2014-09-03

    上傳用戶:gaojiao1999

  • 隱馬爾科夫模型及其在語音處理中的應(yīng)用

    隱馬爾科夫模型及其在語音處理中的應(yīng)用,這個是GNU提供的算法庫,類unix環(huán)境,C語言,當(dāng)前最新版本已經(jīng)不再提供C++的了。

    標(biāo)簽: 模型 中的應(yīng)用 語音處理

    上傳時間: 2014-01-20

    上傳用戶:ynwbosss

  • Jollen-Kit! 2006 是非常積極進(jìn)行中的專案

    Jollen-Kit! 2006 是非常積極進(jìn)行中的專案,所有紀(jì)錄與更新將同步揭示於本網(wǎng)頁。 快速下載 U-Boot 的 binary code:U-Boot binary - 2006/01/03 Linux kernel 2.4.18 for jk2410:uimage.img - 2006/01/06 可開機(jī)的 Base root filesystem: urootfs.img -2006/01/07 (without tftp) 可開機(jī)的 Base root filesystem: urootfs2.img -2006/03/10 (Busybox 1.10 with tftp) GNU cross toolchain:arm-9tdmi-linux-gnu.tar.gz (armpath by Joe) 安裝方法: # cd / (切換到 / 根目錄) # tar jxf <路徑>/arm-9tdmi-linux-gnu.tar.gz (將檔案解開)   "Hello, World!" 在 ARM9 的範(fàn)例:hello_arm.tar.gz (使用Makefile) 其它工具與原始碼下載 驅(qū)動程式模組

    標(biāo)簽: Jollen-Kit 2006

    上傳時間: 2015-06-16

    上傳用戶:xz85592677

  • MantisChess -- A Chinese Chess Program Copyright (C) Chen Chengtao, China This program is f

    MantisChess -- A Chinese Chess Program Copyright (C) Chen Chengtao, China This program is free software you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation either version 2 of the License, or (at your option) any later version.

    標(biāo)簽: MantisChess Copyright Chengtao Chinese

    上傳時間: 2015-06-22

    上傳用戶:蟲蟲蟲蟲蟲蟲

  • S3C4510模擬器及實(shí)例源碼 安裝ADS1.2之后

    S3C4510模擬器及實(shí)例源碼 安裝ADS1.2之后,再安裝模擬器。模擬器安裝路徑必須選擇到ADS的bin目錄,所以必須先安裝ADS。安裝模擬器時請仔細(xì)閱讀提示文字。 模擬器安裝完成后,會在桌面建立快捷圖標(biāo)S3C4510B_Board,運(yùn)行這個快捷圖標(biāo)可以看到開發(fā)板的圖形,在AXD啟動后將可以在S3C4510B_Board上面看到效果。 模擬器安裝完成后,還會建立文件夾 C:\ArmEmulate,桌面快捷圖標(biāo)S3C4510B_Board 就是指向這里。這個文件夾下有5個子文件夾,分別是: 1. C:\ArmEmulate\GPIO\ , 這個文件夾里是GPIO的程序例子。 2. C:\ArmEmulate\Include, 這個文件夾里只有一個頭文件S3C4510B.h,包含S3C4510B寄存器的定義。 3. C:\ArmEmulate\make, 這個文件夾里是gnu 的make工具包,所有的程序都是用makefile管理的,沒有工程文件。 4. C:\ArmEmulate\TIMER,這個文件夾里是TIMER的程序例子。 5. C:\ArmEmulate\UCOSIITest,這個文件夾里是UCOSII的程序例子,如果想了解UCOS的運(yùn)行過程,可以使用這個例子單步運(yùn)行,查看程序流程和內(nèi)存,變量。 在程序例子文件夾中還有一個ads12.bat批處理文件,用于使用makefile時設(shè)置臨時環(huán)境變量。 具體使用過程,請看C:\ArmEmulate\Readme.txt。

    標(biāo)簽: S3C4510 ADS 1.2 模擬

    上傳時間: 2013-12-03

    上傳用戶:lanwei

  • 本程序是MP3的解碼程序

    本程序是MP3的解碼程序,可以用VC編譯或者用GNU編譯,可以運(yùn)行在PC機(jī)上。 本程可以MP3文件解壓為WAV文件 TEST 中的代碼可以播放WAV文件 有興趣的朋友可以把這段mp3程序移植到開發(fā)板上,這樣就可以用開發(fā)板播放MP3了

    標(biāo)簽: MP3 程序 解碼程序

    上傳時間: 2013-12-21

    上傳用戶:tedo811

  • This the full source code for our mobile game Winter Sports. The source code is distributed under th

    This the full source code for our mobile game Winter Sports. The source code is distributed under the terms of the GNU Public License.

    標(biāo)簽: source code distributed Sports

    上傳時間: 2013-12-23

    上傳用戶:許小華

主站蜘蛛池模板: 林州市| 苏尼特左旗| 聊城市| 太和县| 平定县| 竹北市| 伊通| 平定县| 临潭县| 嵊泗县| 翁源县| 石楼县| 大连市| 黎平县| 内乡县| 普宁市| 同仁县| 多伦县| 南投市| 武城县| 新干县| 来安县| 阿尔山市| 芦山县| 博客| 丹阳市| 临沂市| 铜山县| 府谷县| 黄龙县| 定南县| 上杭县| 渭源县| 昌图县| 花莲县| 连山| 穆棱市| 岳西县| 普兰县| 新疆| 新建县|