搜索资源列表
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
build
- ant 自动化构建xml,支持多种语言的构建,从新建目录,编译,加载部署-ant auto build the projects,mkdir the path,complie,deployment
ifmkdir2.tar
- This Linux shell helps to mkdir directory from current place and copy the normal files to the copied directory.
113172198Linux_command_source_code
- Linux command source code (cp, cut, date, df, kill, ln, mkdir...)
基于 C++ 的网络在线聊天系统
- 我们将使用 TCP 套接字进行通信,并使用多线程处理多个客户端连接。 首先创建项目结构: chat-system/ ├── src/ │ ├── server/ │ │ ├── server.cpp │ │ ├── server.h │ │ └── main.cpp │ └── client/ │ ├── client.cpp │ ├── client.h │ └── main.cpp └── CMake