Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - socket linux
Search - socket linux - List
DL : 0
Linux 下的socket客户端服务端代码,请大家批正-Linux socket client server code, you are awarded
Date : 2025-12-21 Size : 21kb User :

DL : 0
Linux 上的socket嗅探器,请大家批正-A socket sniffer running on Linux,please give me some advice.
Date : 2025-12-21 Size : 218kb User :

Linux下的socket编程文档!有非常详细的函数说明.Linux下的socket编程必备!-Linux socket programming documentation! A very detailed statement function. Linux socket programming required!
Date : 2025-12-21 Size : 202kb User : 王涛

DL : 0
linux网络编程代码--一些有关linux下套接字应用的代码-linux network programming code under some of the linux socket application code
Date : 2025-12-21 Size : 8kb User : xiaoping

linux socket和winsock结合使用。linux作为服务器,windows来访问。简单测试小程序-linux socket and winsock combination. linux as a server, windows to access. Simple test applet
Date : 2025-12-21 Size : 7kb User : 王立东

DL : 0
linux网络编程实例程序 socket程序 适合初学者。-linux network programming socket program examples of procedures suitable for beginners.
Date : 2025-12-21 Size : 60kb User : blizzard

DL : 0
在 linux 系统下编写服务端 和 客户端的 简单通信:根据socket进行CS的信息传输-The single communicatin between serve and client
Date : 2025-12-21 Size : 2kb User : 小董

DL : 0
socket通讯跨平台封装,支持windows和linux平台。-socket communication, cross-platform package, support windows and linux platforms.
Date : 2025-12-21 Size : 4kb User : justin

DL : 0
php探针1 1、服务器环境探测:CPU、在线时间、内存使用状况、系统平均负载探测(支持LINUX、FreeBSD系统,需系统支持),操作系统、服务器域名、IP地址、解释引擎等 2、PHP基本特征探测:版本、运行方式、安全模式及常规参数 3、PHP组件支持探测:MYSQL、GD、XML、SESSION、SOCKET等组件支持情况 4、服务器性能检测:整数运算能力、浮点数运算能力、数据IO能力 5、自定义探测:MYSQL连接测试、MAIL发信测试、函数支持情况及PHP配置参数 PHP探针干什么用? 探针是用来探测空间、服务器运行状况和PHP信息用的,探针可以实时查看服务器硬盘资源、内存占用、网卡流量、系统负载、服务器时间等信息-php probe 1 A server environment detection: CPU, online time, memory usage, system load average detection (support LINUX, FreeBSD systems, the need for systematic support), 2, PHP basic characteristics operating system, server domain names, IP addresses, explaining engines to detect: version, operating mode, safe mode and conventional parameters 3, PHP component supports detection: MYSQL, GD, XML, SESSION, SOCKET supported by four other components, server performance testing: the ability integer arithmetic, floating point computing power, data IO capacity of 50,000, custom probe: MYSQL connection test, MAIL letter testing, function and PHP configuration parameters supported PHP probe what? Probe is used to detect space, and PHP server health information use, the probe can view real-time server hard disk resources, memory usage, network traffic, system load, server, time and other information
Date : 2025-12-21 Size : 15kb User : 2597416944

DL : 0
php探针2 1、服务器环境探测:CPU、在线时间、内存使用状况、系统平均负载探测(支持LINUX、FreeBSD系统,需系统支持),操作系统、服务器域名、IP地址、解释引擎等 2、PHP基本特征探测:版本、运行方式、安全模式及常规参数 3、PHP组件支持探测:MYSQL、GD、XML、SESSION、SOCKET等组件支持情况 4、服务器性能检测:整数运算能力、浮点数运算能力、数据IO能力 5、自定义探测:MYSQL连接测试、MAIL发信测试、函数支持情况及PHP配置参数 PHP探针干什么用? 探针是用来探测空间、服务器运行状况和PHP信息用的,探针可以实时查看服务器硬盘资源、内存占用、网卡流量、系统负载、服务器时间等信息-php probe 2 A server environment detection: CPU, online time, memory usage, system load average detection (support LINUX, FreeBSD systems, the need for systematic support), 2, PHP basic characteristics operating system, server domain names, IP addresses, explaining engines to detect: version, operating mode, safe mode and conventional parameters 3, PHP component supports detection: MYSQL, GD, XML, SESSION, SOCKET supported by four other components, server performance testing: the ability integer arithmetic, floating point computing power, data IO capacity of 50,000, custom probe: MYSQL connection test, MAIL letter testing, function and PHP configuration parameters supported PHP probe what? Probe is used to detect space, and PHP server health information use, the probe can view real-time server hard disk resources, memory usage, network traffic, system load
Date : 2025-12-21 Size : 12kb User : 2597416944

本程序是一个可移植的(Win32/Linux)邮件接收(支持POP3协议)程序,并编写了可移 植SOCKET和POP3封装类,希望能为初学者提供一些帮助。 编译: Win32: 在VC++6.0下编译通过,并运行良好。 Linux: 在G++下编译通过,请查看Makefile文件。-This procedure is a portable (Win32/Linux) to receive e-mail (support POP3 protocol) program, and the preparation of portable SOCKET and POP3 package category, hoping to provide some help for beginners. Compiler: Win32: in VC++6.0 compiler, and run well. Linux: In G++ compiler, please see the Makefile.
Date : 2025-12-21 Size : 371kb User : yonhing

DL : 0
课程作业,实现多媒体类的继承,C++部分实现server,java部分通过socket连接,实现简单的指令交换。需要在Linux环境运行,有makefile文件和Doxygen生成文件。-Course work, inheritance multimedia class, C++ partial implementation server, java part through the socket connection, simple instructions exchange. Need to run Linux environment, there is the makefile and Doxygen generated files.
Date : 2025-12-21 Size : 1.45mb User : Wang Weikang

DL : 0
linux ARP 测试源码,利用 raw socket(linux ARP test source)
Date : 2025-12-21 Size : 1.31mb User : zzzmomo_12

DL : 0
该代码在Linux实现了一个类似于windows上的QQ的聊天工具。主要是基于TCP/IP协议的socket通信。包括服务器端和客户端两部分,其中客户端使用了select的IO多路复用技术,服务器端由于要监听多个客户端,因此使用了epoll的IO多路复用技术。整个项目目前可以实现的功能有用户的注册与登录,添加好友,发送聊天消息,发送与接收文件等。(The code implements a chat tool similar to windows on QQ in Linux. Socket communication is mainly based on TCP/IP protocol. Including server and client two parts, in which the client uses the select IO multiplexing technology, the server side to monitor a number of clients, so the use of epoll IO multiplexing technology. The functions of the whole project can be registered and logged by users, add friends, send chat messages, send and receive files, etc..)
Date : 2025-12-21 Size : 41kb User : 零下10度C

How to use socket can
Date : 2025-12-21 Size : 463kb User : hateme

DL : 0
完成了Linux下简单的TCP套接字编程,是一个完整的TCP客户端/服务器实例(The simple TCP socket programming under Linux is completed, which is a complete TCP client / server instance)
Date : 2025-12-21 Size : 18kb User : amr1199

主要是一些TCP、UDP的网络编程,学习Linux的可以尝试(Kalman filter is used to obtain more stable signals from random signals, which are generally used in aerial vehicles.)
Date : 2025-12-21 Size : 2kb User : 飞驰
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.