搜索资源列表
MIME-C
- mime的C语言实现,用于开发邮件客户端。
POP3-C
- POP3协议的C语言实现,用于开发邮件客户端。
SMTP-C
- SMTP协议的C语言实现,用于开发邮件客户端。
p2p的C语言实现
- 该源码实现了一个P2P的服务器端和客户端
http client C语言的http协议客户端
- 这个文件实现的主要功能是一个C语言的http协议客户端,用于初学C的http-This file implements the main functions of a http protocol C-language client for C-http beginners
ezxml.用C语言实现的XML解析库
- 用C语言实现的XML解析库,适合在嵌入式或非WINDOWS环境下使用,Using C language to resolve the XML database, suitable for use in embedded or non-WINDOWS environment
P2P.rar
- C++语言实现的p2p文件共享与分布式存储,p2p
FTP.rar
- 利用c++语言实现FTP的上传下载,包含头文件,应用文件,Using c++ language in FTP uploading and downloading, including the header files, application files
distanceVectorRouter(c).rar.ra
- 利用距离向量算法更新路由表。 该程序的多个实例(进程或线程)可以以运行在一台机器 一个实例代表一个路由器(结点)。 实例之间利用UDP交换路由表。 能够打印出邻居列表和输出路由表!(c语言实现),The use of distance vector algorithm to update the routing table. Multiple instances of the program (process or thread) can be run on a machine on
c
- c 网络编程 简单实现 c语言初学者 非常简单-c network programming language for beginners is very simple and easy to achieve c
top-c
- 其中包含本人写的top命令的C语言实现,因为实习的时候要用到-the c version of top commmand
ipmsg
- 基于LINUX 下,C语言实现的飞鸽传输项目,是学习linux网络编程比较好的项目例子。 主要包括:TCP/IP的协议,TCP实现文件的传输,UDP消息和广播,以及网络多线程操作实现。 此外还包含一个方便调试项目的飞鸽传输WINDOWS下的应用程序。 -Under LINUX-based, C language Dove transmission project is better to learn linux network programming examples o
TFTP_C语言实现
- C语言实现的 tftp源代码 tftp 服务器 客户端 ,学习tftp协议网络编程,必需参考的源代码,实现实现方式清晰明了,好东西大家分享(C language TFTP source code, TFTP server client, learning TFTP protocol, network programming, you must refer to the source code, the implementation of clear and clear, good things
c语言代理服务器
- 用C语言实现的http代理服务器,可自己更改进行网站引导,网站屏蔽,用户屏蔽(HTTP proxy server implemented by C language can be changed for website guidance, website shielding, user shielding)
面向对象实现学生信息管理系统
- 实现学生信息的增加,删除,修改,等操作,实现 学生信息管理的数字化!(It can manage the student's information digitally.)
图书管理
- 这是一个用C语言写的图书管理系统,大一短学期C语言程序设计的作业!(This is a Book management system written in C language, a short term C language program design homework!)
Exercise1
- 使用C语言实现了异质链表,能够使得链表中传入的数据不局限于同一种类型(Using the C language to implement the heterogeneous linked list, it can make the data from the linked list not limited to the same type)
新建 Microsoft Word 文档
- 用c语言实现查找文章中词频并排序(http://www.docin.com/p-1154334506.html)
标准C语言实现基于TCPIP协议的文件传输
- 标准C语言实现基于TCPIP协议的文件传输,其中包含服务端端实现:Server.c与客户端实现:Client.c
C语言实现基于winsock的邮件系统
- C语言开发的邮件系统,使用了smtp协议和pop3协议,分为客户端和服务器,使用了windows下的socket来实现。仅供借鉴参考。(The mail system developed in C language uses smtp protocol and pop3 protocol, which is divided into client and server, and is implemented using sockets under windows.)