亚洲欧美第一页_禁久久精品乱码_粉嫩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編程規范

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

    標簽: 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 程序設計語言為數字計算在在應用數學和科學上的一個軟件庫。GSL 是 GNU 工程的一部分和分發在 GNU GPL 下。

    GNU 科學庫 (GSL) 是用 C 程序設計語言為數字計算在在應用數學和科學上的一個軟件庫。GSL 是 GNU 工程的一部分和分發在 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嵌入式系統交叉編譯環境的移植.pdf

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

    標簽: ARM-MINIX GNU 嵌入式系統

    上傳時間: 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

主站蜘蛛池模板: 唐河县| 手游| 连州市| 耒阳市| 荆门市| 团风县| 曲水县| 平远县| 蒙自县| 利辛县| 泗阳县| 越西县| 昆明市| 宜兰县| 偏关县| 楚雄市| 通辽市| 论坛| 九寨沟县| 泸州市| 三都| 巢湖市| 门头沟区| 扎兰屯市| 连山| 新民市| 宁阳县| 五台县| 龙胜| 扶绥县| 巴青县| 漯河市| 华容县| 五莲县| 乌什县| 襄城县| 玉田县| 邹城市| 涞水县| 邹城市| 报价|