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

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

Gnu-C

  • SOURCES此目錄下是C源文件 SOURCESASM此目錄下是本項目用到的匯編語言文件 INCLUDES此目錄下是本項目的所有頭文件 本項目用GNU的gcc和ld完成編譯與鏈接操作.

    \SOURCES\此目錄下是C源文件 \SOURCES\ASM\此目錄下是本項目用到的匯編語言文件 \INCLUDES\此目錄下是本項目的所有頭文件 本項目用GNU的gcc和ld完成編譯與鏈接操作.

    標簽: SOURCESASM INCLUDES SOURCES 目錄

    上傳時間: 2016-03-26

    上傳用戶:rocketrevenge

  • Gnu的c編程規(guī)范

    Gnu的c編程規(guī)范,其中指定了命名規(guī)則,縮進等規(guī)范,可以用于項目管理

    標簽: Gnu c編程

    上傳時間: 2016-05-19

    上傳用戶:梧桐

  • GNU ccAudio2 is a stand-alone portable C++ class framework for manipulating audio data. It has exist

    GNU ccAudio2 is a stand-alone portable C++ class framework for manipulating audio data. It has existed for some time as GNU GPL licensed package and has most recently been designated a GNU package. It is commonly used in GNU Bayonne.

    標簽: manipulating stand-alone framework ccAudio2

    上傳時間: 2013-12-28

    上傳用戶:sjyy1001

  • GNU ccScript is a C++ class framework for creating a virtual machine execution system for use with a

    GNU ccScript is a C++ class framework for creating a virtual machine execution system for use with and as a scripting/assembler language for state-transition driven realtime systems. The most common example of this is as the core of the scripting engine found in GNU Bayonne.

    標簽: framework for execution ccScript

    上傳時間: 2013-12-18

    上傳用戶:sssl

  • GNU Common C++ is a very portable and highly optimized class framework for writing C++ applications

    GNU Common C++ is a very portable and highly optimized class framework for writing C++ applications that need to use threads and support concurrent sychronization, and that use sockets, XML parsing, object serialization, thread-optimized String and data structure classes, etc. This framework offers a class foundation that hides platform differences from your C++ application so that you need not write platform specific code. GNU Common C++ has been ported to compile nativily on most platforms which support either posix threads, or on maybe be used with Debian hosted mingw32 to build native threading applications for Microsoft Windows.

    標簽: applications framework optimized portable

    上傳時間: 2014-01-02

    上傳用戶:luke5347

  • GNU 科學庫 (GSL) 是用 C 程序設計語言為數(shù)字計算在在應用數(shù)學和科學上的一個軟件庫。GSL 是 GNU 工程的一部分和分發(fā)在 GNU GPL 下。

    GNU 科學庫 (GSL) 是用 C 程序設計語言為數(shù)字計算在在應用數(shù)學和科學上的一個軟件庫。GSL 是 GNU 工程的一部分和分發(fā)在 GNU GPL 下。

    標簽: GNU GSL GPL

    上傳時間: 2013-12-13

    上傳用戶:redmoons

  • This library is Copyright (c) Raphael Zulliger <zulli@gmx.net>. It is licensed under the GNU L

    This library is Copyright (c) Raphael Zulliger <zulli@gmx.net>. It is licensed under the GNU Library General Public License (LGPL)

    標簽: Copyright Zulliger licensed Raphael

    上傳時間: 2013-12-21

    上傳用戶:希醬大魔王

  • including Python, C, Java, GNU/Linux, Windows XP, Symbian Series 60, and Mac OS X... ---------------

    including Python, C, Java, GNU/Linux, Windows XP, Symbian Series 60, and Mac OS X... ------------------------------------ Bluetooth Essentials for Programmers Author: Albert S. Huang, Larry Rudolph Publisher: Cambridge University Press Number Of Pages: 208 Publication Date: 2007-09-03 ISBN-10/ASIN: 0521703751 ISBN-13/EAN: 9780521703758 Binding: Paperback This book provides an introduction to Bluetooth programming, with a specific focus on developing real code. The authors discuss the major concepts and techniques involved in Bluetooth programming, with special emphasis on how they relate to other networking technologies. They provide specific descriptions and examples for creating applications in a number of programming languages and environments including Python, C, Java, GNU/Linux, Windows XP, Symbian Series 60, and Mac OS X. No previous experience with Bluetooth is assumed, and the material is suitable for anyone with some programming background. The autho……

    標簽: including Windows Symbian Python

    上傳時間: 2013-12-21

    上傳用戶:caozhizhi

  • 基于GNU工具鏈的ARM-MINIX嵌入式系統(tǒng)交叉編譯環(huán)境的移植.pdf

    信息技術的發(fā)展,數(shù)字化產品的普及,導致了對嵌入式開發(fā)的巨大需求。以Linux為宿主機系統(tǒng),搭配一個交叉編譯環(huán)境,為嵌入式設備生成可執(zhí)行程序己成為現(xiàn)在日益流行的編譯嵌入式軟件的解決方案。而開放源代碼的GNUT具鏈是一套開源的開發(fā)環(huán)境,是嵌入式軟件開發(fā)中理想的交叉編譯器。但現(xiàn)有GNUI具鏈支持的平臺并不能滿足層出不窮的嵌入式產品的開發(fā)需要,仍有許多平臺得不到支持,例如我們進行的minix向ARM-MINIX平臺的移植。 本文以在linux環(huán)境下構建MINIX嵌入式系統(tǒng)的交叉編譯工具鏈為背景,首先介紹了交叉編譯系統(tǒng)的基本組成和結構,以及利用GCC構建交叉編譯環(huán)境的優(yōu)越性。然后對目標平臺作了介紹。分析了GCC編譯器,說明了GCC的設計思想,系統(tǒng)結構,介紹了GNU Binutils的功能,使用方法;接著分析了GNU工具鏈中的GAS和GLD的實現(xiàn)機制及源代碼結構,由于BFD是GNUBinutils的基礎,GAS和GLD都是使用BFD庫來操作目標文件,因此在這一部分本文對BFD庫的工作機制,數(shù)據(jù)結構也作了重點分析。緊接著說明了GCC交叉編譯系統(tǒng)的移植思路和方法,實現(xiàn)難點,以及一些相關技術細節(jié),這涉及到了若干重要的C源文件,Makefile,配置文件的修改,重點給出了BFD庫,GAS和GLD的分析及其重定向(通常GCC生成的目標程序是針對GNU/Linux系統(tǒng)的)的實現(xiàn);然后本文給出了在GNU/Linux宿主機上構建針對ARM-MINIX的參數(shù)設置及過程:最后對本文所做的工作進行了總結。

    標簽: ARM-MINIX GNU 嵌入式系統(tǒng)

    上傳時間: 2013-05-31

    上傳用戶:wangzhen1990

  • Copyright© 2004 Sergiu Dumitriu, Marta Gî rdea, Că tă lin Hriţ cu Permission is

    Copyright© 2004 Sergiu Dumitriu, Marta Gî rdea, Că tă lin Hriţ cu Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License" All brand names, product names, or trademarks belong to their respective holders.

    標簽: Permission Copyright 259 Dumitriu

    上傳時間: 2015-04-02

    上傳用戶:jackgao

主站蜘蛛池模板: 苏尼特右旗| 思南县| 罗江县| 武强县| 佛学| 沭阳县| 海南省| 大田县| 新化县| 邵阳县| 桓台县| 名山县| 伊春市| 贵阳市| 亳州市| 开江县| 广灵县| 阜南县| 大邑县| 桃园市| 林西县| 江永县| 南漳县| 昌图县| 鄂尔多斯市| 无锡市| 夏邑县| 宜春市| 来安县| 武义县| 洞口县| 永年县| 昭觉县| 卢氏县| 孟村| 建德市| 南木林县| 铜陵市| 万州区| 天水市| 新蔡县|