搜索资源列表
code.rar
- linux下的FTP服务器,使用C开发,GCC编译;实现文件的上传、下载、断点续传;技术点:守候进程、进程间通讯、管道、soket编程、文件I/O标准库函数与系统调用、文件权限管理,FTP server under linux, using the C Development, GCC compiler file upload, download, HTTP technical point: waiting for the process of inter-process communica
SimpleChatwwx
- linux下的FTP服务器,使用C开发,GCC编译;实现文件的上传、下载、断点续传;技术点:守候进程、进程间通讯、管道、soket编程、文件I/O标准库函数与系统调用、文件权限管理-FTP server under linux, using the C Development, GCC compiler file upload, download, HTTP technical point: waiting for the process of inter-process commu
libjingle-0.6.13
- Libjingle - Google Talk Voice及 P2P 的交互操作函数库 Libjingle是Google提供的C++组件集,它为Google Talk的点对点通讯与语音呼叫功能提供交互操作性。组件包包括了Jingle和Jingle-Audio的google实现的源代码,它们是XMPP标准的推荐扩展,目前试验版可用。 -Libjingle, the Google Talk Voice and P2P Interoperability Library, is a set
main1
- 了解I/O系统调用的特点并通过性能测试对此有直观的认识 1、先根据题目生成所需的4kb,256kb,64mb的txt文件 2、根据main函数的int main (int argc, char *argv[])参数特性,可以设计成 : if (4 != argc) { printf ("输入格式错误!\n") exit(0) } 来确定输入参数是4个 /*----------------------------------------
UNIX-Programming
- 本书全面介绍了UNIX系统的程序设计界面—系统调用界面和标准C库提供的许多函数。-Book is a comprehensive introduction to the UNIX system programming interface- the system call interface and offers many of the standard C library functions.
miniFTP
- win SOCKET 编程实现 miniFTPclient/Server Zhe大计算机网络实验,具体要求如下: 使用 Win32Socket 函数实现,不能使用 MFC 的 Csocket 类库(MFC 的 Csocket 类库不 能在 LINUX、UNIX 等环境下使用,跨平台性差),不能用 C++ builder 开发(编程量太少, C++ builder 已完成了很多 SOCKET 代码的编写)。 1. mini FTPclient/ Server 要求:在客户端至少实现 GE