搜索资源列表
BitStormLite-0.1a.tar
- 经过两个多星期业余时间的努力,终于做出了一个可以发布的BitStorm版本 目前版本是BitStorm 0.1 Lite version,主要特性如下 1)基于C++和GTK2,占用系统资源少 2)可调整大小的磁盘缓存,极大的减轻磁盘负担 3)支持多Tracker 4)支持UTF-8编码的Torrent文件,文件名不会出现乱码 5)可设置最大连接数量和最大同时上传数量 Ubuntu 5.10用户可以使用下面的deb包 http://www.s
winbox
- winbox解压内核源代码. 将光盘里linux/uClinux-dailzh.tgz 文件复制到主机上/home目录下,. tar zxvf uClinux-dailzh.tgz. 这个命令会产生一个uClinux的源代码目录树/home/uClinux-dist. 2)按下面的命令序列编译内核. cd /home/uClinux-dist ... -winbox extract the kernel source code. Will CDs linux / uClinux-da
Senfore_DragDrop_v4.1
- Drag and Drop Component Suite Version 4.1 Field test 5, released 16-dec-2001 ?1997-2001 Angus Johnson & Anders Melander http://www.melander.dk/delphi/dragdrop/ ------------------------------------------- Table of Contents: ----------------------
shell
- 自制的一个shell程序,实现cd,dir,clr,help,quit,if..then等命令-Made a shell program to realize cd, dir, clr, help, quit, if .. then other commands
cd-LINUX-C-language
- LINUX C编程实战这本书附带光盘的原代码,以及一些附带文件-LINUX C Programming actual CD-ROM attached to this book
learning_linux_in_24hours
- This book is for someone who wants to quickly master the basics of how to install, run, and maintain Linux on an Intel-based personal computer. All of the tools you need are included. Your computer should have a monitor, or display, keyboard, mou
os-design
- linux二级文件系统 可以实现下列几条命令: login 用户登录 dir 列目录 create 创建文件 delete 删除文件 open 打开文件 close 关闭文件 read 读文件 write 写文件 cd 进出目录 -linux file system II
WinImagev850
- WinImage is a fully-fledged disk-imaging suite for easy creation, reading and editing of many image formats and fileystems, including DMF, VHD, FAT, ISO, NTFS and Linux. The disk image is an exact copy of a physical disk (floppy, CD-ROM, hard disk, U
gaurd
- 监视程序面我根据自己的实际工作经验介绍一下如何在linux系统 下挂接 (mount)光盘镜像文件、移动硬盘、U盘以及Windows网络共享和UNIX NFS网络共享。 -Monitoring program according to their own side, I describe how the practical work experience under the linux system hooks (mount) CD-ROM image file, move the ha
v2.20-0247(06.09.13)AGanNo2.tar
- 兼容v2.20-0247的linux版本,内有源码,可编译(06.09.13)]AGanNo2 首先您需要去下载安装支持包libpcap和libnet 使用过程: 文件夹中包含的AGanNo2_0913在Linux 的2.6.15.3内核, libnet的版本1.1.2.1,libpcap的版本0.93下运行通过,如果在您的系统中不能运行,请试着重新编译编译! 编译过程: 1.解开源码包: tar -xvzf AGanNo2.tar.gz 2.编译: cd AGa
linuxcmd
- 一个C++编写的LINUX SHELL,支持的命令有cat cd rm mkdir ls pwd pid mv cp,"exit"命令用于退出- The program is to execute some common commands of Linux,available commands are: cat cd rm mkdir ls pwd pid mv cp,same function as the standard linux shell command.There’s als
Vc--knowledge-base
- 应用系统的 C/C++ 解决方案;Unix/Linux 系统应用开发、Windows 9x/Windows XP/Windows 2000/Windows 2003/.NET Framework 技术;嵌入式系统设计与开发,脚本语言编程技术等等。这些文章和代码是软件开发领域里众多颇有造诣的业界高手之倾心杰作。 在制作上,这套光盘秉承五周年精华版的所有优点,必将再一次成为您快速提升技术功力和竞争能力的必备资料。文章附带的源代码信手摘来,轻松使用,大大提高您的开发效率。-The applicat
U-Linux
- 使用U盘制作Linux操作系统,U对U;光盘对U操作.-Use of U disk to make the Linux operating system, U of U CD U operation.
FATwenjian
- 操作系统课设 文件系统在Windows或者Linux下设计一个二级(或者树型)结构文件系统,要求至少实现以下功能:login 用户登录、dir 列出文件目录、create 创建文件、del 删除文件、open 打开文件、close 关闭文件、read 读文件、write 写文件、cd 进入子目录、rd 删除子目录、md 创建子目录等-Class set of operating system file system under Windows or Linux, a two (or tree)
shell.tar
- 实现shell的大部分功能,例如pwd,cd,ls,其实就和linux下的终端差不多-To achieve most of the functionality of the shell, for example, pwd, cd, ls, in fact, almost under linux terminal
os_file
- 操作系统课设作业。在磁盘空间模拟一个linux文件系统,并提供基本的文件操作命令(如mk, cp, mkdir, rmdir, cd, ls, cat, chmod, chown, chgrp, chnam等)。文件系统的实现采用混合索引式文件结构,包括使用空闲节点号栈管理空闲节点和成组链接管理空闲盘块。(Simulate a Linux file system in disk space and provide basic file operation commands (such as MK