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

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

usr

  • 這是一個簡單的編輯器雛形

    這是一個簡單的編輯器雛形,這里用到了屏幕開發庫 curses 和鍵盤函數 keypad,程序可移動光標,輸入,刪除,增加代碼就可成為功能強大的編輯器了, 編譯程序:gcc -I/usr/include/ncurses edit.c -o edit -lncurses

    標簽: 編輯器

    上傳時間: 2014-01-13

    上傳用戶:yyyyyyyyyy

  • Tiny C Compiler - C Scripting Everywhere - The Smallest ANSI C compiler Installation on a i386 Li

    Tiny C Compiler - C Scripting Everywhere - The Smallest ANSI C compiler Installation on a i386 Linux host (for Windows read win32/readme.txt) ./configure make make test make install By default, tcc is installed in /usr/local/bin. ./configure --help shows configuration options.

    標簽: Installation Everywhere Scripting Compiler

    上傳時間: 2013-12-19

    上傳用戶:zhangzhenyu

  • Simple SunPlus SP54 codec converter and a more playable mode MJPG. untar the archive go to the r

    Simple SunPlus SP54 codec converter and a more playable mode MJPG. untar the archive go to the relevant directory to compile: just do make to install: with root account cp sp54convert /usr/local/bin to use: sp54convert infile outfile Enjoy !! Michel Xhaard <mxhaard@users.sourceforge.net> Till Adam <till@hubbahubba.de> Windows port: Piotr Pawlow <pp@siedziba.pl>

    標簽: converter the playable SunPlus

    上傳時間: 2013-12-30

    上傳用戶:1079836864

  • maven 2.0 The following instructions show how to install Maven 2: 1) Unpack the archive where y

    maven 2.0 The following instructions show how to install Maven 2: 1) Unpack the archive where you would like to store the binaries, eg: tar zxvf maven-2.0.tar.gz or unzip maven-2.0.zip 2) A directory called "maven-2.0" will be created. 3) Add the bin directory to your PATH, eg: export PATH=/usr/local/maven-2.0/bin:$PATH or set PATH="c:\program files\maven-2.0\bin" %PATH% 4) Make sure JAVA_HOME is set to the location of your JDK 5) Run "mvn --version" to verify that it is correctly installed.

    標簽: instructions following archive install

    上傳時間: 2014-01-19

    上傳用戶:weiwolkt

  • 本程序模仿LINUX操作系統的文件存儲結構

    本程序模仿LINUX操作系統的文件存儲結構, 具體操作:模仿LINUX操作系統的兩個命令ls和cd。ls:如果當前是一個目錄,則列出此目錄的內容,如果當前是一個文件,則不進行任何操作。 cd:“.”表示當前目錄。例如:cd .\usr\ast。 “..” 表示上一級目錄。例如:cd ..\usr\ast。 “/” 表示根目錄。例如:cd \usr\ast。 備注:鍵入”n”或”N”退出程序。

    標簽: LINUX 程序 操作系統

    上傳時間: 2013-12-18

    上傳用戶:從此走出陰霾

  • 這是著名的源碼瀏覽工具(不僅僅瀏覽

    這是著名的源碼瀏覽工具(不僅僅瀏覽,功能太多了)source navigator 的全套的使用說明。source navigator 是和 source insight類似的一個工具,通常在linux環境下使用,也有windows版本,由于界面不如source insight友好,所以使用手冊至關重要。而目前還沒有一個完整的使用手冊,所以把sourceforg上最新的usr guide 一頁一頁的下載下來了,打了個包,一共20個頁面。也是目前最詳細的使用手冊,希望對大家有用。

    標簽: 源碼

    上傳時間: 2014-01-11

    上傳用戶:zl5712176

  • 多年來

    多年來,通常的做法是直接從內核源代碼中復制出“原始”的內核頭文件,放在 /usr/include 中使用。但是最近幾年,內核開發人員強烈要求停止這種做法。因此誕生了 Linux-Libc-Headers 項目,其目的就是維護一個API版本穩定的內核頭文件。

    標簽:

    上傳時間: 2013-12-22

    上傳用戶:qlpqlq

  • 此工具是arm-linux-GCC交叉編譯工具(cross-3.4.4)

    此工具是arm-linux-GCC交叉編譯工具(cross-3.4.4),這個是我自己編譯的,下載后解壓到/usr/local/arm目錄下,如果你有其它版本的編譯器,你最好在編譯其它文件時指定這個目錄,我試過,我用它編譯了u-boot1.2.0沒有問題,這個交叉編譯器編了好長時間,我之前在網上搜了好長時間,但是沒搜到,所以今天貢獻出來,免得大家還得費時間去編譯,我現在用是沒有問題,如果有問題請多指教。希望熱愛linux的同志們多貢獻點好東西出來!

    標簽: arm-linux-GCC cross 交叉編譯

    上傳時間: 2014-12-21

    上傳用戶:懶龍1988

  • 程序是根據vidcat改的,只能抓PPM的圖. makefile的內容如下,請注意打小寫: cc=gcc #cflags=-i/firendly-arm/kernel/include -i/

    程序是根據vidcat改的,只能抓PPM的圖. makefile的內容如下,請注意打小寫: cc=gcc #cflags=-i/firendly-arm/kernel/include -i/usr/local/arm/2.95.3/arm-linux/include -wall -dhave_libjpeg #-dvideo_dev=\"/dev/v4l/video0\" -dversion=\"0.7.2\" cflags=-wall -dvideo_dev=\"/dev/video0\" -dversion=\"0.7.2\" camsnap: camsnap.c 用法如下: camsnap -v -s 420x420 -o my.ppm 這兒請注意:s 的大小必需是8能整除的倍數. 這個程序我是在rh9下作的,需要交叉編譯的朋友就把注釋去掉,再給下面的注釋就可以了.

    標簽: firendly-arm makefile include vidcat

    上傳時間: 2016-11-20

    上傳用戶:清風冷雨

  • AT89C51

    AT89C51,LCD1602A-usr-BOOK

    標簽: 89C C51 AT 89

    上傳時間: 2016-12-15

    上傳用戶:

主站蜘蛛池模板: 峨山| 龙岩市| 广东省| 响水县| 鄢陵县| 康定县| 启东市| 萍乡市| 体育| 罗城| 普洱| 思茅市| 上犹县| 巩留县| 澄城县| 从江县| 余姚市| 巧家县| 宜昌市| 正蓝旗| 龙岩市| 河南省| 平谷区| 兴隆县| 厦门市| 广河县| 志丹县| 什邡市| 陆良县| 柳河县| 桂林市| 滁州市| 隆子县| 锦屏县| 商洛市| 海宁市| 于田县| 饶阳县| 江华| 南溪县| 西乌|