搜索资源列表
socket_linux_mfc
- Linux下的Socket类 接口函数同MFC类似, 封装底层网络细节API-Linux Socket Interface category MFC with a similar function, Packaging details of the underlying network API
ppp_oe
- linux下对网络编程中PPP拨号连接的源代码!通过GUN进行编译!-network programming under the PPP dial-up source code! Compiled by GUN!
darks
- linux 网络程序 ,监控网络, 界面漂亮 ,供大家分享-procedures, monitoring network interface beautiful for all to share
gtsnets-pub.tar
- linux下的大规模网络仿真源程序。同时支持无线网络的仿真。-large-scale network simulation source. While supporting the wireless network simulation.
sourceofping
- ping 程序的源代码,是基于BSD Linux系统的,希望可以对喜欢网络编程的同志有些帮助。-ping program's source code is based on BSD Linux system, hoping to network programming like some help comrades.
0002.c
- 远程溢出,网络连接代码在LINUX下的应用-remote overflow, network connectivity code in Linux applications
socketonLinux
- Linux下采用C语言开发的聊天程序,使用类似vi的操作界面,服务器端采用多线程技术,每线程服务一个客户端,客户端采用双进程,一个进程负责网络I/O,一个进程负责用户交互。-Linux development using C language chat, the use vi similar to the user interface, server multi-threading technology, every threaded a client services, client dual
linux_IPinfo
- linux环境下查看本机的网卡属性,和网络的相关设置的例子程序-View this machine card attributes, and the network of the procedures set example
Chest
- 网络五子棋,在linux下实现,很不错的哦-network 331, linux realizing, oh very good
linux_socket
- 是关于linux下socket通信的源代码,只要定义好服务器端、客户端的IP和端口号,就可以进行网络通信-under socket communications source code, as long as the definition of a good server. Client IP and port number, it can implement network communications
AdslTimer2-1-2-1
- ADSL上网计时软件,提供跨平台的支持,可以使大家更方便的在windows和linux平台下使用网络计时的软件。主要提供ADSL上网计时信息显示和统计以及费用的设置和计算。-time ADSL Internet software and provides cross-platform support, We can make it more convenient for the windows and linux platform network metering software. ADSL
jrtplib-3.7.1
- 最新的jrtplib版本,多媒体实时流传输协议(RTP/RTCP)C++ 了lib包平台要求(linux,unix,windows)用于网络音频视频传输
libNet-0.5.0.tar
- linux 系统下,消息驱动的网络编程示例程序
TestNet
- 多线程Ftp测试网络速度,自己编写的一个小程序,要求测试机开通Ftp服务端口21,测试帐号有写权限,ftp根目录下有temp目录,Linux用的较多-multithreading Ftp test network speeds and prepare themselves in a small procedure that requires testing services Ftp opened 21 ports, a test account write access, ftp root di
语音网络电台
- 开发语言: Java 运行平台: LINUX/UNIX Windows 2000 精彩不容错过-development languages : Java platforms : Linux / UNIX Windows 2000 wonderful not to be missed
网络爬虫
- 网络爬虫,linux下面用c语言写的。十分适合初学者学习网络爬虫的实现。
linux下socket编程 c
- linux下用c进行socket编程,很多实例,适合初学网络编程者,可以先看看socket编程
linux下Qt实现的视频点播系统
- 提供的代码是编写一个基于linux系统的网络视频点播应用程序,利用Qt工具编写图形界面和基于TCP协议的网络传输模块。Linux操作系统以其开源性、多用户多任务、支持多种硬件平台、可靠地安全稳定性能以及日趋完善的图形界面和丰富的网络功能等等,逐渐成为了各行业的首选操作系统,尤其是基于ARM内核的嵌入式linux更是得到了极为广泛的应用。 本系统分为服务器端和客户端两部分。服务器端提供多视频源,供用户进行选择,客户端提供人机交互界面,当用户需要点播某个视频时,首先在Ip Address栏输入服务器
高并发网络通讯
- 借助epoll模型基于linux系统实现高并发网络通讯,包括客户端和服务器。