CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - C Socket

搜索资源列表

  1. threads-3.6.tar

    0下载:
  2. C++ SOCKET 类-SOCKET
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:213474
    • 提供者:lgh
  1. socket.study

    0下载:
  2. 一个简单的C/S网络通讯程序,说明网络通信的基本原理,很适合初学者学习.-a simple C / S network communications procedures on network communication to the basic principles of learning is very suitable for beginners.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:54922
    • 提供者:qq
  1. Socket

    0下载:
  2. 基于C/S结构的Socket程序设计 即通信双方一方作为服务器等待客户提出请求并予以响应。客户则在需要服务时向服务器提出申请。服务器一般作为守护进程始终运行,监听网络端口,一旦有客户请求,就会启动一个服务进程来响应该客户,同时自己继续监听服务端口,使后来的客户也能及时得到服务。
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:133277
    • 提供者:nmkx
  1. socket

    0下载:
  2. 提供了非阻塞的客户端和服务器端通信的实例程序。用linux下的C语言实现。
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:10625
    • 提供者:jidong
  1. unix下socket完整实现

    0下载:
  2. scounix编译通过,c/s完整实现-scounix compiler, c / s full realization
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:157289
    • 提供者:余国平
  1. socket

    1下载:
  2. client.c server.c talker.c listener.c 已经编译通过的完整打包文件,在linux环境下测试通过
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:50700
    • 提供者:weijingkai
  1. qq_chat.rar

    1下载:
  2. linux下开发的一款类似QQ的网络聊天室,利用了多线程编程,基于C/S架构,可私聊和群聊,保存聊天记录,遗憾的是没有加入Qt界面,linux developed a similar network QQ chat rooms, use of multi-threaded programming, based on the C/S architecture,私聊and group chat, save chat history, unfortunately not joined the Qt i
  3. 所属分类:Linux-Unix program

    • 发布日期:2015-01-24
    • 文件大小:15556
    • 提供者:彭宗山
  1. chat

    0下载:
  2. linux系统下一个简单的聊天程序,主要用socket和select实现的-linux system a simple chat program, the main achievement of the socket and select
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-21
    • 文件大小:16805
    • 提供者:cxt
  1. qtsocket

    0下载:
  2. qt socket通信,服务器端为虚拟机里的linux系统的C++程序,客户端为开发板上的qt 代码,实现socket通信,以及将接受到的数据,显示在屏幕上-qt socket communications, server-side virtual machine inside linux system, C++ program, the client code for the development board qt achieve socket communication, and to r
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:31670
    • 提供者:sophia
  1. 1-client

    0下载:
  2. 智能家居的客户端 qt源代码(c语言编写)传感器模块 远程监控模块 socket模块等-Smart Home client qt source code (c language) sensor module remote monitoring module socket module
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-25
    • 文件大小:19734
    • 提供者:xuying
  1. FreeChat-ssl

    0下载:
  2. linux下基于ssl安全套接字设计的一个聊天程序,包含客户端和服务器的源码。-linux based ssl secure socket design a chat program, including client and server source code.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:33369
    • 提供者:lin
  1. socket

    0下载:
  2. Linux下C语言实现简单的socket编程,可以建立简单的tcp连接并实现登录、搜索、分享功能-C language socket programming under Linux, you can create simple tcp connection and achieve the registry, search, sharing features
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:6032
    • 提供者:吴浩
  1. gfx

    0下载:
  2. unix(sco,aix)下面的c语言函数库。 包括基本的字符串操作,socket操作,xml操作,tree操作等-unix (sco, aix) following c language function library. Including basic string operations, socket operations, xml operation, tree manipulation
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:130244
    • 提供者:liuyq
  1. c-s-huangjun86

    0下载:
  2. linux环境下gcc编译通过,cs通信server端源码,实现了简单的文本的传输,阅读后即可了解整个socket流程,绝对原创,欢迎大家多多支持。-gcc compiler under linux through, cs source client server communication, the realization of a simple transfer of text, reading socket understand the whole process can be absol
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:1070
    • 提供者:黄珺
  1. ipc

    0下载:
  2. Linux IPC (message queue, pipe, sharememory, semaphore, signal and socket) examples
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:718975
    • 提供者:Ricky
  1. Client

    0下载:
  2. UNIX下C++ socket client和读取aaa日志编写-UNIX under C++ socket client and prepare to read the log aaa
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2524
    • 提供者:jales
  1. mserver.c

    0下载:
  2. this socket programming-this is socket programming
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1099
    • 提供者:pprasad
  1. c_socket_java

    0下载:
  2. linux环境下,java程序与C语言程序通过SOCKET进行通信 C语言端作为服务器,java端作为客户端-linux environment, java program with the C language program to communicate through the C language SOCKET as server-side, java client as a client
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:106640
    • 提供者:code998
  1. socket_daemon

    0下载:
  2. 实现socket的守护进程。其中serverd.c为守护进程服务程序,client1.c为客户端程序。程序简短,但不失具有代表意义。-socket daemon
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:921
    • 提供者:youzuoyong
  1. socket UDP

    0下载:
  2. TCP/IP协议叫做传输控制/网际协议,又叫做网络通信协议。实际上,它包括上百个功能的协议。 套接字(socket):在网络中用来描述计算机中不同程序与其他计算程序的通信方式。 套接字分为三类; 流式socket(SOCK_STREAM):提供可靠,面向连接的通信流;它使用TCP协议,从而保证了数据传输的正确性和顺序性。 数据报socket(SOCK_DGRAM):数据报套接字定义了一种无连接的服务,数据通过相互独立的报文进行传输,无序的,并且不保证可靠,无差错的。它使用的数据报协议是U
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-04-22
    • 文件大小:1024
    • 提供者:LoenWolf
« 1 23 4 5 6 7 »
搜珍网 www.dssz.com