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

搜索资源列表

  1. socket

    1下载:
  2. Linux环境下c语言的socket编程。最基本的服务器客户端。功能较简单。服务器收包,客户端发包。收包的时候检验包头属于哪一种。有注释-C language under Linux socket programming. The most basic server client. Function is relatively simple. Server received packet, the client contract. When received packets belong to
  3. 所属分类:Linux Network

    • 发布日期:2017-03-31
    • 文件大小:2311
    • 提供者:yuan
  1. C_Socket-Muti_Thread_programming

    0下载:
  2. C_Socket多线程编程实例,主要讲解了C#套接字网络编程的例子,一个实例-C_Socket multi-threaded programming examples, mainly on the C# socket example of network programming, an instance of
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:224571
    • 提供者:rec2006
  1. tcp-socket(4files)

    0下载:
  2. tcp,udp的c/s程序,包含了linux,window的socket-tcp and udp
  3. 所属分类:Linux Network

    • 发布日期:2017-03-27
    • 文件大小:78552
    • 提供者:she
  1. EMTASS2.1[Socket-Framework]

    0下载:
  2. 在C#中使用异步Socket编程实现TCP网络服务的C/S的通讯构架----基础类库-In C# Socket Programming using asynchronous TCP network service C/S communication architecture---- Foundation Class Library
  3. 所属分类:TCP/IP Stack

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

    0下载:
  2. C链接mysql数据库,测试过了可行,代码不多,关键在实用-C link the mysql database, tested a viable, much code lies in the practical
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:1480
    • 提供者:notitsoyo1
  1. C-socket

    0下载:
  2. socket编码讲解,是一个概述,不是很详细,有需要的 以下载-socket code to explain, is an overview, not very detailed, there is need to download to see
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:25526
    • 提供者:
  1. Cross-Socket

    0下载:
  2. 本人为广大同仁们提供一些用于开发跨平台网络通讯应用程序的C++SOCKET封装类cross-plaform socket class library-offer cross-plaform socket class library
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-10
    • 文件大小:1268743
    • 提供者:杨正红
  1. Archive

    0下载:
  2. A simple application that shows how to use sockets in Objective C
  3. 所属分类:Linux Network

    • 发布日期:2017-04-04
    • 文件大小:114117
    • 提供者:Leonid
  1. android_pc_socket

    0下载:
  2. Android as client socket, pc use jsp as server
  3. 所属分类:android

    • 发布日期:2017-04-03
    • 文件大小:92459
    • 提供者:cnc
  1. Csharp-Socket

    0下载:
  2. C# Socket通信 阻塞性线程的快速终止-C# Socket
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:2422
    • 提供者:zxy
  1. c-SOCKEt

    0下载:
  2. 上面为Linux下的c语言socket编程指南,对初学者很有帮助,希望能起到作用-Above c language under the Linux socket programming guide, useful for beginners, hoping to play a role
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:34232
    • 提供者:许松
  1. CPP-socket

    0下载:
  2. c++ socket实现图像传送,适合学习socket开发和图像传输的同仁-c++ socket implements images transform
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-22
    • 文件大小:1767
    • 提供者:caicaitongxue
  1. sim_http.c

    0下载:
  2. simple http coding,using c socket programming.only linux system calls are used here.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-13
    • 文件大小:2399
    • 提供者:namees
  1. VS2008-C-socket-server

    1下载:
  2. Visual c++ 下使用C语言开发的SOCKET网络通信程序,服务端,多线程,可以同时接受多个客户端的连接请求,最大连接数可修改。-Developed using C language Visual c++ the SOCKET network communication program, the server, multi-threaded, can also accept multiple client connection requests, and the maximum numbe
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2014-07-05
    • 文件大小:2142208
    • 提供者:yanan
  1. VS2008-C-socket-client

    0下载:
  2. Visual c++ 下使用C语言开发的SOCKET网络通信程序,客户端,单线程。-The SOCKET network communication program developed using C language Visual c++ client, single-threaded.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2016-01-24
    • 文件大小:2729984
    • 提供者:yanan
  1. CSharp-socket

    0下载:
  2. C# socket消息提醒功能,有服务器端和客户端源程序,开机自启动,缩小到任务栏右下角。服务器端读取数据库(oracle),当有新数据时,客户端右下角弹窗提醒。(注:客户端和服务器端的Bin目录下都有txt文件存取IP地址)-C# socket message reminders, server and client source code, boot from the start, reduced to the lower right corner of the task bar. Serv
  3. 所属分类:CSharp

    • 发布日期:2017-11-01
    • 文件大小:533434
    • 提供者:乾仔
  1. CSharp-Socket

    0下载:
  2. 利用C#套接字编写的单工滑动窗口协议,供学习使用-Simplex sliding window protocol written in C# socket for learning to use
  3. 所属分类:CSharp

    • 发布日期:2017-11-10
    • 文件大小:58154
    • 提供者:haochen
  1. C-Sharp-SOCKET-communication

    0下载:
  2. C# SOCKET编写的简单聊天通信程序-Simple chat communication program written in C# SOCKET
  3. 所属分类:Communication

    • 发布日期:2017-11-03
    • 文件大小:104453
    • 提供者:sky
  1. Socket

    0下载:
  2. 本程序是用C#开发的一个Socket应用的程序实例-The program is developed with C# Socket application program instance
  3. 所属分类:CSharp

    • 发布日期:2017-11-25
    • 文件大小:61628
    • 提供者:王玉良
  1. C-Socket

    0下载:
  2. 计算机通信网中的socket通信编程,包含客户端和服务器端,由c语言实现。-The socket communication programming in computer communication networks, including client and server-side by the C language.
  3. 所属分类:Communication

    • 发布日期:2017-11-12
    • 文件大小:6879
    • 提供者:Allan
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »
搜珍网 www.dssz.com