Linux 作一簡單介紹,然后通過講解 Linux 上進行編程的常識以及典型場景的 演示,使大家對 Linux 上的程序開發(fā)有一個感性認識。在此基礎上,重點講述 Linux 上 C 語言編程的基本工具,包括編譯器和調試器,主要是它們的重要選項和基本用法。 接下來講述在項目組織和開發(fā)過程中非常重要的工具,即 GNU make 和 makefile。 最后講述 diff/patch 工具。
標簽: Linux
上傳時間: 2014-11-01
上傳用戶:ANRAN
采用matlab編寫的Levinson Durbin 算法,具有可運行的程序,代碼中提供了詳細的注釋,程序最后會將系數(shù)收斂的結果打印出來。該程序適合于需要學習和編寫LD算法的人使用。
上傳時間: 2017-04-30
上傳用戶:gonuiln
JDK 是整個Java的核心,包括了Java運行環(huán)境(Java Runtime Envirnment),一堆Java工具和Java基礎的類庫(rt.jar)。不論什么Java應用服務器實質都是內(nèi)置了某個版本的JDK。因此掌握 JDK是學好Java的第一步。最主流的JDK是Sun公司發(fā)布的JDK,除了Sun之外,還有很多公司和組織都開發(fā)了自己的JDK,例如IBM公司開發(fā)的JDK,BEA公司的Jrocket,還有GNU組織開發(fā)的JDK等等。其中IBM的JDK包含的JVM(Java Virtual Machine)運行效率要比Sun JDK包含的JVM高出許多。而專門運行在x86平臺的Jrocket在服務端運行效率也要比Sun JDK好很多。但不管怎么說,我們還是需要先把Sun JDK掌握好。
上傳時間: 2017-05-27
上傳用戶:愛死愛死
configure HID devices like USB mouse with A91SAM7SE CPU. Inlcude initilization for necessary peripherials. Developer can modify this piece code to do their development on HID devices. This is speically for GNU
標簽: initilization configure necessary Inlcude
上傳時間: 2017-06-02
上傳用戶:waitingfy
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. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
標簽: redistribute the software program
上傳時間: 2017-06-05
上傳用戶:gtf1207
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. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
標簽: redistribute the software program
上傳時間: 2014-01-14
上傳用戶:myworkpost
Index NAME 總覽 (SYNOPSIS) 警告 (WARNING) 描述 (DESCRIPTION) 選項 (OPTIONS) 總體選項 (Overall Option) 語言選項 (LANGUAGE OPTIONS) 預處理器選項 (Preprocessor Option) 匯編器選項 (ASSEMBLER OPTION) 連接器選項 (LINKER OPTION) 目錄選項 (DIRECTORY OPTION) 警告選項 (WARNING OPTION) 調試選項 (DEBUGGING OPTION) 優(yōu)化選項 (OPTIMIZATION OPTION) 目標機選項 (TARGET OPTION) 機器相關選項 (MACHINE DEPENDENT OPTION) 代碼生成選項 (CODE GENERATION OPTION) PRAGMAS 文件 (FILE) 另見 (SEE ALSO) BUGS 版權 (COPYING) 作者 (AUTHORS) [中文版維護人] [中文版最新更新] 《中國Linux論壇man手冊頁翻譯計劃》 NAME gcc,g++-GNU 工程的 C和 C++編譯器(egcs-1.1.2
標簽: DESCRIPTION SYNOPSIS OPTIONS Overall
上傳時間: 2014-01-03
上傳用戶:evil
DirectDisk for Win2000/NT allow you to directly access physical sectors from floppy, hard disks, logical volumes and CDRoms. It is released under the GPL license (http://www.gnu.org/licenses/gpl.txt). Please mail me for whatever about this project. The HexEditor component is from Markus Stephany. More info in the included zip in the sources.
標簽: DirectDisk directly physical sectors
上傳時間: 2013-12-26
上傳用戶:saharawalker
安裝完solaris整完ls支持顏色,也裝了經(jīng)常使用的一些工具,改了環(huán)境變量.用著已經(jīng)順手多了,但是就有一樣.vi不支持語法功能,也不高亮顯示.也像原來那樣,在根目錄下加了個.vimrc寫上一些自己習慣性的配置,可是不起作用,郁悶!難道我人品有問題?打開linux,alias看了一下環(huán)境變量,乖乖 alias vi vim!郁悶,早就知道linux用的是vim了,可是平常用的時候習慣性的敲vi,竟把這事給忘記了.早到病根下藥就簡單了,裝個vim! 就像上次裝ls一樣訪問:http://www.sunfreeware.com/indexintel10.html找到vim-7.1下載地址 是:ftp://ftp.sunfreeware.com/pub/freeware/intel/10/vim-7.1-sol10-x86-local.gz.OK 解壓一下:gzip -d coreutils-6.4-sol10-x86-local.gz 安裝:pkgadd -d coreutils-6.4-sol10-x86-local OK安裝很順利,自我感覺良好,可是執(zhí)行/usr/local/bin/vim的時候卻意外的提示:ld.so.1: ./vim 致命的: libgtk-1.2.so.0 沒有這個文件或文件夾.網(wǎng)上找了一下,發(fā)現(xiàn)CU06年有人提過這個問題 http://bbs.chinaunix.net/thread-683746-1-1.html帖的
上傳時間: 2014-01-25
上傳用戶:225588
C++ is widely used in the software industry. Some of its application domains include systems software, application software, device drivers, embedded software, high-performance server and client applications, and entertainment software such as video games. Several groups provide both free and proprietary C++ compiler software, including the GNU Project, Microsoft, Intel, Borland and others.
標簽: application industry software domains
上傳時間: 2013-12-23
上傳用戶:wanqunsheng