这是一个简单的编辑器雏形
这是一个简单的编辑器雏形,这里用到了屏幕开发库 curses 和键盘函数 keypad,程序可移动光标,输入,删除,增加代码就可成为功能强大的编辑器了, 编译程序:gcc -I/usr/include/ncurses edit.c -o edit -lncurses...
这是一个简单的编辑器雏形,这里用到了屏幕开发库 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 Linux host (for Windows read win32/readme.txt) ....
Simple SunPlus SP54 codec converter and a more playable mode MJPG. untar the archive go to the relevant directory to compile: just do make t...
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 zxv...
本程序模仿LINUX操作系统的文件存储结构, 具体操作:模仿LINUX操作系统的两个命令ls和cd。ls:如果当前是一个目录,则列出此目录的内容,如果当前是一个文件,则不进行任何操作。 cd:“.”表示当前目录。例如:cd .\usr\ast。 “..” 表示上一级目录。例如:cd ..\u...