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

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

gcc-chinese

  • 這是一個(gè)MINITGUI2。0的應(yīng)用程序

    這是一個(gè)MINITGUI2。0的應(yīng)用程序,包內(nèi)有MAKEFILE,可以用ARM-LINUX-GCC直接編譯并且運(yùn)行在LINUX嵌入式系統(tǒng)中,

    標(biāo)簽: MINITGUI2 應(yīng)用程序

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

    上傳用戶:Ants

  • tftpServer 是支持tftp(trivial file transport protocol)協(xié)議的服務(wù)器程序

    tftpServer 是支持tftp(trivial file transport protocol)協(xié)議的服務(wù)器程序,使用了多線程技術(shù),在redhat 9.0下用gcc編譯通過。

    標(biāo)簽: tftpServer transport protocol trivial

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

    上傳用戶:wyc199288

  • The latest release, ver 1.16 of the ARM (7TDMI, 720T, 920T) port for uC/OS-II V2.61 (and higher) inc

    The latest release, ver 1.16 of the ARM (7TDMI, 720T, 920T) port for uC/OS-II V2.61 (and higher) includes ports for the following platforms: 1. S3c2410x ( ARM920T from Samsung ) on SMDK2410 eval board. 2. LPC2xxx - LPC210x & LPC213x ( ARM7TDMI-S from Philips ) on IAR s Kickstart & OLIMEX boards. 3. EP7312 ( ARM720T from CIRRUS ) on CDK238 eval board. Should also work on boards based on the CS89712. Tool-chains: GCC 3.3.2, ADS 1.2 & SDT 2.51. Op-modes: Pure ARM & ARM-THUMB interworked. Endianess: Big endian & Little endian modes

    標(biāo)簽: release latest higher OS-II

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

    上傳用戶:小眼睛LSL

  • gnu make 的中文用戶手冊(cè)

    gnu make 的中文用戶手冊(cè),適用gcc編譯器

    標(biāo)簽: make gnu 用戶手冊(cè)

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

    上傳用戶:alan-ee

  • GNU Make 使用手冊(cè)(中譯版)目前

    GNU Make 使用手冊(cè)(中譯版)目前,在網(wǎng)上雖然有一些著作,但都不能全面的解釋Linux源代碼中各級(jí)的Makefile文件,因此本人認(rèn)真閱讀了GNU Make 使用手冊(cè)(3.79)版原文,在此基礎(chǔ)上翻譯了該手冊(cè),以滿足對(duì)Linux源代碼有興趣或者希望采用GCC編寫程序但對(duì)缺乏GNU Make全面了解之人士的需要。

    標(biāo)簽: Make GNU 使用手冊(cè)

    上傳時(shí)間: 2013-11-29

    上傳用戶:咔樂塢

  • 帶中文注釋的linux 0.11源碼 很好

    帶中文注釋的linux 0.11源碼 很好,推薦!!!Sourcecode of the Linux-011 with detailed chinese annotation,it s verygood and worth reading.

    標(biāo)簽: linux 0.11 源碼

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

    上傳用戶:frank1234

  • This the implementation of structural SVM for training complex alignment models for protein sequence

    This the implementation of structural SVM for training complex alignment models for protein sequence alignment, especially for homology modeling. The structural SVM algorithm can incorporate many relevant features like secondary structure, relative exposed surface area, profiles and their various interaction into the alignment model. It was developed under Linux and compiles under gcc, built upon the svm^light software by Thorsten Joachims.

    標(biāo)簽: implementation structural for alignment

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

    上傳用戶:chenbhdt

  • moto e2的實(shí)時(shí)系統(tǒng)概況的源碼

    moto e2的實(shí)時(shí)系統(tǒng)概況的源碼,使用了qt界面,可以顯示當(dāng)前cpu、內(nèi)存、和數(shù)據(jù)狀態(tài),使用arm-linux-gcc編譯,并且要搭建相應(yīng)的qt環(huán)境

    標(biāo)簽: moto 實(shí)時(shí)系統(tǒng) 源碼

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

    上傳用戶:xjz632

  • Linux下的多協(xié)議即時(shí)通訊程序源代碼

    Linux下的多協(xié)議即時(shí)通訊程序源代碼,使用gcc編譯

    標(biāo)簽: Linux 多協(xié)議 即時(shí)通訊 程序

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

    上傳用戶:杜瑩12345

  • 在為Linux開發(fā)應(yīng)用程序時(shí)

    在為Linux開發(fā)應(yīng)用程序時(shí),絕大多數(shù)情況下使用的都是C語言,因此幾乎每一位Linux程序員面臨的首要問題都是如何靈活運(yùn)用C編譯器。目前Linux 下最常用的C語言編譯器是GCC(GNU Compiler Collection),它是GNU項(xiàng)目中符合ANSI C標(biāo)準(zhǔn)的編譯系統(tǒng),能夠編譯用、C++和Object C等語言編寫的程序。GCC不僅功能非常強(qiáng)大,結(jié)構(gòu)也異常靈活。最值得稱道的一點(diǎn)就是它可以通過不同的前端模塊來支持各種語言,如Java、 Fortran、Pascal、Modula-3和Ada等。開放、自由和靈活是Linux的魅力所在,而這一點(diǎn)在GCC上的體現(xiàn)就是程序員通過它能夠更好地控制整個(gè)編譯過程。

    標(biāo)簽: Linux 應(yīng)用程序

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

    上傳用戶:TF2015

主站蜘蛛池模板: 石柱| 高雄县| 武川县| 昭苏县| 许昌县| 罗源县| 永登县| 互助| 祁门县| 宾川县| 安岳县| 延津县| 长宁区| 繁峙县| 赫章县| 潼南县| 报价| 六盘水市| 霍山县| 静宁县| 固镇县| 绿春县| 新源县| 磴口县| 新绛县| 杭州市| 新源县| 青河县| 同心县| 邹平县| 长沙市| 安仁县| 监利县| 稷山县| 康马县| 龙游县| 巩义市| 务川| 西贡区| 景东| 西青区|