搜索结果
找到约 34 项符合
usr-DR15X 的查询结果
编辑器/阅读器 这是一个简单的编辑器雏形
这是一个简单的编辑器雏形,这里用到了屏幕开发库 curses 和键盘函数 keypad,程序可移动光标,输入,删除,增加代码就可成为功能强大的编辑器了,
编译程序:gcc -I/usr/include/ncurses edit.c -o edit -lncurses
编译器/解释器 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.
网络 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 ...
其他 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=/u ...
Java编程 本程序模仿LINUX操作系统的文件存储结构
本程序模仿LINUX操作系统的文件存储结构,
具体操作:模仿LINUX操作系统的两个命令ls和cd。ls:如果当前是一个目录,则列出此目录的内容,如果当前是一个文件,则不进行任何操作。
cd:“.”表示当前目录。例如:cd .\usr\ast。
“..” 表示上一级目录。例如:cd ..\usr\ast。
“/” 表示根目录。例如:cd \usr\ast。
备 ...
编辑器/阅读器 这是著名的源码浏览工具(不仅仅浏览
这是著名的源码浏览工具(不仅仅浏览,功能太多了)source navigator 的全套的使用说明。source navigator 是和 source insight类似的一个工具,通常在linux环境下使用,也有windows版本,由于界面不如source insight友好,所以使用手册至关重要。而目前还没有一个完整的使用手册,所以把sourceforg上最新的usr guide 一页 ...
Linux/Unix编程 多年来
多年来,通常的做法是直接从内核源代码中复制出“原始”的内核头文件,放在 /usr/include 中使用。但是最近几年,内核开发人员强烈要求停止这种做法。因此诞生了 Linux-Libc-Headers 项目,其目的就是维护一个API版本稳定的内核头文件。 ...
嵌入式Linux 此工具是arm-linux-GCC交叉编译工具(cross-3.4.4)
此工具是arm-linux-GCC交叉编译工具(cross-3.4.4),这个是我自己编译的,下载后解压到/usr/local/arm目录下,如果你有其它版本的编译器,你最好在编译其它文件时指定这个目录,我试过,我用它编译了u-boot1.2.0没有问题,这个交叉编译器编了好长时间,我之前在网上搜了好长时间,但是没搜到,所以今天贡献出来,免得大家 ...
Linux/Unix编程 程序是根据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\"
camsn ...