搜索资源列表
ipc.c
- 学习C语言很久了自己就编写一个关于IPC通信的简单的程序.-C language learning for a long time to prepare himself on an IPC communication simple procedure.
dsock-h
- DSock 是一个基于DOS 实模式的TCP/IP 库,对于计划在DOS 系统下编写Internet 程序的DM&P 产品用户,该产品是非常适合的。DSock 提供简单的C 语言函数,利用这些函数,程序员可以编写Internet程序。-DSock is a real mode DOS-based TCP / IP library, and plan for the DOS system to prepare procedures for the DMP Internet user of the
dsock-lib
- DSock 是一个基于DOS 实模式的TCP/IP 库,对于计划在DOS 系统下编写Internet 程序的DM&P 产品用户,该产品是非常适合的。DSock 提供简单的C 语言函数,利用这些函数,程序员可以编写Internet程序。-DSock is a real mode DOS-based TCP / IP library, and plan for the DOS system to prepare procedures for the DMP Internet user of the
功能齐全的嵌入式web服务器
- 这是我写的一个功能齐全的嵌入式web服务器,在友善之臂S3C2440板子上调试通过并验收。嵌入式设备具有有限的内存资源,所以在设计上要求嵌入式web服务器代码不仅要完成需求的所有功能,还要求代码尽可能的优化和精简。基于以上需求,完成了嵌入式web服务器所要求的基本功能: 1. 实现对静态网页请求的应答。 2. 实现对动态网页请求的应答,web服务器有执行外部程序的能力。 3. 可以同时接受和处理多个客户端的请求应答。 4. 有效防止僵尸进程的产生。 5. 错误处理。 --------------
p2p.rar
- 一个简单的p2p共享文件的程序,用c语言开发,包括server端和peer端,自定义了一套应用层的传输协议,对于理解socket编程有很大的帮助,A simple procedure for p2p file sharing, using c language development, including peer client and server-side, since the definition of a set of application-layer transport protoc
mysvr用c语言开发的简单邮件接收程序
- 一个用c语言开发的简单邮件接收程序 可以阅读邮件 收发邮件-A language developed by c easy to receive e-mail program
ftp
- 一个简单的c语言的ftp程序,内部文件分开存放的 -a simple ftp program with c language
libssh-0.4.6.tar
- libssh 是一个用以访问SSH服务的C语言开发包,通过它可以执行远程命令、文件传输,同时为远程的程序提供安全的传输通道。它对 SFTP 的实现使得远程传输文件变得非常简单,除了OpenSSL所提供的一些加密包(libcrypt、libgcrypt)外,libssh 并不需要更多的第三方包的支持。 -libssh is an SSH service to access C language development kit, which you can execute remote comm
ping
- 简单的ping 命令C语言程序 。适合教学和网络、C语言初学者使用-Simple ping command C language program. For teaching and network, C language for beginners
Linux.C
- LINUX下c语言的网络编程 介绍了其入门知识 配备了简单的程序作为练习,深入浅出的介绍-Under LINUX c network programming language and its started with a simple procedure as an exercise in simple terms introduced
socket
- 写给C语言进阶的爱好者,看完这篇文章,你就会写简单的网络通信程序了。-Written for enthusiasts, advanced by the C language and reading this article, you will write a simple network communication program.
onetomany
- 这是linux下,一对多的基于TCP\IP简单的C语言聊天程序-This is under linux, one-to-many based on the TCP \ IP simple chat program in C language
manytomany
- 这是linux下,多对多的基于TCP\IP简单的C语言聊天程序。 id:内容 指定发给某一人 内容 发给服务器 *:内容 发给所有人-This is under linux, many-to-many TCP \ IP simple chat program in C language. id: content Specify issued to a person Content Sent to the server *:content Distr
superwebbench_v1.0
- SuperWebBench 是由webbench改进而来的一款简单易用的web性能测试工具 背景: webbench最多可以模拟3万个并发连接去测试网站的负载能力,个人感觉要比Apache自带的ab压力测试工具好,安装使用也特别方便。 webbench是基于GPL授权协议的,我自然可以取得源码修改,然后作为superwebbench这个项目发布。 简介: SuperWebBench 是由webbench改进而来的一款简单易用的web性能测试工具 SuperWebBench
1th_socket
- LINUX下的类似QQ的C语言编写的聊天程序,能够实现简单的的发送接收-LINUX C language similar QQ chat program, to achieve the simple sending and receiving
libssh2-1.2.1.tar
- libssh 是一个用以访问SSH服务的C语言开发包,通过它可以执行远程命令、文件传输,同时为远程的程序提供安全的传输通道。它对 SFTP 的实现使得远程传输文件变得非常简单,除了OpenSSL所提供的一些加密包(libcrypt、libgcrypt)外,libssh 并不需要更多的第三方包的支持。 -libssh is an SSH service to access C language development kit, which you can execute remote comm
SimplePTCP_c
- 计算机网络技术其中简单TCP_C客户端的c语言代码,大家可以结合tcp机服务端运行,是一个简单的通讯聊天程序-Computer network technology which is simple TCP_C client c language code, we can see ~ ~ ~
Read-and-write-files
- 一个简单的c语言程序,实现数据从文件中读出与写入以及文件的复制-A simple c language program, data read and write, and copy the file from the file
Effective_CPP
- 虽然多年前在本科课程中学过C++,但之后的几年里,C++主要被我用来进行简单的算法实现或者简单的学术仿真程序的编写,一直没有深入实践过“面向对象的C++”、“泛型的C++”。因此,自己还是一个彻头彻尾的C++初学者。这里从初学者的角度谈谈读了这本书以后对C++的几点新理解新体会。 1,C++追求程序执行的效率,因而牺牲了一些编程开发的便利性。 书中好几个例子提到了这一点。比如,C++类中的方法都是默认non-virtual的。virtual函数会造成额外的开销,空间上要增加V
song
- 简单的C语言Console小程序,音乐管理软件,大学课堂作业-C-Console simple small program, music management software, university classroom work