搜索资源列表
demo112
- 嵌入式LINUX应用开发技术一书的光盘,希望对大家有用:)-Embedded Linux Application Development on a CD-ROM, a member of the useful :)
rarlinux-4.0.1.tar
- linux下的.rar压缩文件 tar zxvf rarlinux-4.0.1.tar.gz cd rar make make install 至此安装完毕-under linux. rar compressed file tar zxvf rarlinux-4.0.1.tar.gz cd rar make make install At this point installed
myftpclient
- 使用c语言编写的ftp客户端程序。实现的命令有:open,usr,pwd,cd,ls/dir,get,put,delete,mkdir,help/?,quit。在linux下编译执行。-Using the c language of the ftp client program. Implemented commands: open, usr, pwd, cd, ls/dir, get, put, delete, mkdir, help /?, Quit. Compiled in the li
LinuxCsource(1-4)
- Linux+C编程实战源码(随书光盘)第一章和第四章-Linux+ C Programming actual source (CD with the book) chapters I and IV
myshell
- linux 下实现的shell程序,完成cd ls clear等命令-linux shell program to achieve the completion of a command such as cd ls clear
mysql-5.5.27.tar
- 这个是MySQL在linux下安装的源码包,使用tar zxvf XXXXXX.tar 解压后,cd XXXXXX进入文件夹后,./configure ,完成后make ,完成后make insta-This is the MySQL source package installed under linux, the decompression of using tar zxvf XXXXXX.tar, cd XXXXXX into the folder,./Configure, the fin
Linux
- 本书介绍Linux环境下的编程方法,内容包括Linux系统命令、 Shell脚本、编程语言(gawk、Perl)、系统内核、安全体系、X Window等,内容丰富、论述全面,涵盖了Linux系统的方方面面。本书附带光盘包括了RedHat Linux系统的最新版本,及安装方法,还包括本书的大量程序代码,极大地方便了读者,为使用和将要使用Linux系统的技术人员提供了较全面的参考。 -This book introduces the programming method under Linux en
miniFTP
- win SOCKET 编程实现 miniFTPclient/Server Zhe大计算机网络实验,具体要求如下: 使用 Win32Socket 函数实现,不能使用 MFC 的 Csocket 类库(MFC 的 Csocket 类库不 能在 LINUX、UNIX 等环境下使用,跨平台性差),不能用 C++ builder 开发(编程量太少, C++ builder 已完成了很多 SOCKET 代码的编写)。 1. mini FTPclient/ Server 要求:在客户端至少实现 GE
ftp.tar
- linux平台下编写的ftp项目,主要功能包括: 1.cd 进入对应目录 2.ls 列出相应目录文件 3.puts 将本地文件上传至服务器 4.gets 文件名 下载服务器文件到本地 5.remove 删除服务器上文件 6.pwd 显示目前所在路径 7.其他命令不响应 项目启动方法 ./ftpserver ../conf/server.conf 客户端 ./client ip port- Prepared by the ftp progra
