CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - c linux socket

搜索资源列表

  1. tcpip2_loop

    0下载:
  2. 在linux下,用c语言做的一个socket程序。双方可以通信。-In linux, using c language to a socket program. Both sides can communicate.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:3486
    • 提供者:uio
  1. unix-network-program

    0下载:
  2. 包括《UNIX网络编程》所有源码和socket简单编程代码,有助于学习掌握linux/unix网络编程,都是C代码-including "UNIX network programing" source code and a socket document. it will help the reader to master linux/unix programing, and the source is C code
  3. 所属分类:Linux Network

    • 发布日期:2017-03-30
    • 文件大小:604903
    • 提供者:肖剑
  1. linux_Socker

    0下载:
  2. linux服务端socket 编程(C语言)-linux server socket programming (C language)
  3. 所属分类:Linux Network

    • 发布日期:2017-04-07
    • 文件大小:11707
    • 提供者:梁东明
  1. UDP.tar

    0下载:
  2. 在Linux下用C语言编写的UDP套接口程序,在Linux下打开两个终端,一个终端运行服务器端程序,一个终端运行客户端程序,在执行客户端后面加上 localhost 8888就可用进行网络通信了。-Under Linux using C language UDP socket program in Linux, open two terminals, a terminal server to run the program, run a terminal client program, foll
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:4930
    • 提供者:梁小涵
  1. client

    0下载:
  2. Socket programming in linux. Client.c describe how to client connect to server by TCP/IP
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-13
    • 文件大小:1579
    • 提供者:Mr. Lam
  1. server

    0下载:
  2. Socket programming in linux. server.c describe how to server listen to client by TCP/IP
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-13
    • 文件大小:1658
    • 提供者:Mr. Lam
  1. server

    0下载:
  2. 用C语言在Linux环境下实现SOCKET通信的服务器端-In the C language in Linux environment of the server SOCKET communication realization
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:1542
    • 提供者:ttt
  1. soket

    0下载:
  2. linux环境下,使用C实现的socket通讯,C/S结构的源码-Linux environment, use C of the realization of the socket communication, C/S structure of the source code
  3. 所属分类:Linux Network

    • 发布日期:2017-03-31
    • 文件大小:2031
    • 提供者:1010
  1. UnixSocketIO

    0下载:
  2. Linux进程间通讯的一种,本地Socket通讯,用C封装成非常简单的库,一共5个接口,支持阻塞延时,还有demo程序。-Linux inter-process communication a local Socket communication using C encapsulated into a very simple library, a total of five interfaces to support the blocking delay, as well as the demo
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3717
    • 提供者:李勃
  1. Room

    0下载:
  2. 这个在linux下gcc编译通过的聊天室,是基于udp协议的。能够发送消息的时候,显示用户名。进入和退出聊天室都有相应的提示,是TCP/IP Socket编程(C语言描述)学习的好实例
  3. 所属分类:Linux Network

    • 发布日期:2017-04-03
    • 文件大小:7139
    • 提供者:louisluo
  1. CyuyanLiaoTianyuanma

    0下载:
  2. c语言写的网络聊天 本程序,要在linux或XP环境下运行!要自己修改IP地址。 主要用到了,网络套接字socket和fork 函数!-c language Internet chat program to run on Linux or XP environment. To modify the IP address. The main use of the network socket socket and fork function!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:4021
    • 提供者:陌小轩
  1. cprops

    0下载:
  2. The cprops (C prototyping tools) library provides a portable, thread-safe C API including linked list, binary heap, priority queue, hash table, hash list, trie, AVL, Red-Black, and splay tree implementations, a thread pool and thread management fra
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:797755
    • 提供者:evil
  1. client_sock

    0下载:
  2. linux下C++实现的socket编程的客户端。用于处理大数据,客户端读取数据,然后上传给服务器。-socket bind connect lock
  3. 所属分类:Linux Network

    • 发布日期:2017-11-23
    • 文件大小:84626
    • 提供者:王帅
  1. iqtest

    0下载:
  2. 智力问答题,采用socket通信,实现对客户端的回答进行判断对错。主函数是server.C和client.C 。client本机IP自己设定。-A iq test 。 linux TCP socket
  3. 所属分类:Linux Network

    • 发布日期:2017-12-04
    • 文件大小:16542
    • 提供者:MENGYANG
  1. mul_ping

    0下载:
  2. 网络编程,原始套接字编程实验实验。具体功能如下: IP首部的构造;基于原始套接字的分片ICMP ECHO请求发送功能;基于原始套接字的ICMP ECHO响应接收功能;重叠分片的发送功能; 可以用来测试windows系统和Linux系统的重叠分片重组策略。 编程语言:C-Network programming, original socket programming experiment experiment. Specific functions are as follows: th
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-22
    • 文件大小:5828
    • 提供者:绫子
  1. qt_socket

    0下载:
  2. apply at linux / unix qt c++ socket include clinet and server only complete a little please look at please look at -apply at linux/unix qt c++ socket include clinet and server only complete a little please look at ple
  3. 所属分类:Linux Network

    • 发布日期:2017-11-23
    • 文件大小:4998
    • 提供者:john
  1. AC1.tar

    0下载:
  2. linux下C语言实现TCP/socket编程的客户端源码,建立两个线程,分别进行发送数据和接收服务器命令。-A TCP/Soket client program with C language on the linux.It build two thread,one can send data and the other can recieve the command from the server.
  3. 所属分类:Linux Network

    • 发布日期:2017-12-01
    • 文件大小:99395
    • 提供者:liuming
  1. Chatting_Room

    0下载:
  2. linux下实现的网络聊天室软件,采用c/s架构,包括客户端和服务端。主要采用socket、thread编程、以及进程间通信等实现了用户间私聊、群聊、查看在线用户的功能,服务端管理员有踢人、禁言、解禁的特殊权限。并附有软件使用帮助文档。-Internet chat room software under linux using c/s architecture, including the client and the server. Main socket, thread programmin
  3. 所属分类:Linux Network

    • 发布日期:2017-11-22
    • 文件大小:150285
    • 提供者:纪昌利
  1. Linux_chatting_room

    0下载:
  2. 基于Liunx系统中聊天室,使用socket编程,采用C/S架构,使用TCP协议-the chatting room based on Linux
  3. 所属分类:Linux Network

    • 发布日期:2017-11-25
    • 文件大小:106617
    • 提供者:于阳
  1. CPP-Wrapper

    0下载:
  2. Linux平台API的C++封装,包括多线程、多进程、同步锁、Socket等-The Linux platform API C++ package
  3. 所属分类:Linux Network

    • 发布日期:2017-11-19
    • 文件大小:83867
    • 提供者:system
« 1 2 ... 6 7 8 9 10 1112 13 »
搜珍网 www.dssz.com