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

搜索资源列表

  1. Http-test

    0下载:
  2. 通过socket,实现http协议!支持get\post等操作。是用C++来实现的~-Through the socket, to achieve http protocol! Support get \ post and other operations. Achieved with C++ ~
  3. 所属分类:Other systems

    • 发布日期:2017-11-16
    • 文件大小:95694
    • 提供者:蓝本
  1. TelnetClient

    0下载:
  2. c#编写的用Socket编程实现客户端的实例-c# prepared by the client Socket Programming examples
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2619
    • 提供者:Bear
  1. TCP_test

    0下载:
  2. C#,TCP/IP,Socket网络编程的经典小例子,点对点通信,简单易懂-C#, TCP/IP, Socket network programming classic example of point to point communication, easy to understand
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:174177
    • 提供者:魏志龙
  1. Tcp

    0下载:
  2. C#多线程通信的经典例子,可以充分理解多线程在socket编程中的应用-C# multi-threaded communication of the classic examples, we can fully understand the multi-thread socket programming application
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:135480
    • 提供者:魏志龙
  1. AsyncTcp

    0下载:
  2. C# 异步TCP Socket聊天室(1服务器,N客户端) 一般的聊天程序都是使用socket方式通讯的。对于一个聊天程序来说一般是一个服务器用来中转消息,然后是多个客户端通过连接服务器来消息交换。-C# asynchronous TCP Socket chat rooms (one server, N clients) general chat programs are using the socket mode communications. For a chat program, it
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:26761
    • 提供者:cultivationman
  1. SmartThreadPool1

    0下载:
  2. 该实例为C#版 pda与pc通过socket进行通讯的示例。-The instance for the c# version of the PDA and the PC through the socket communication examples.
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:208225
    • 提供者:tom
  1. SuperSocket(0.0.1.53691)

    0下载:
  2. C# cs的socket通讯代码,非常的实用。-C# cs socket communication code, very practical.
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:372360
    • 提供者:tom
  1. FileUDDemo

    0下载:
  2. C# 使用Socket的进行上传下载文件服务器和进行上传下载的客户端程序-C# uses the Socket server to upload and download files for uploading and downloading the client program
  3. 所属分类:CSharp

    • 发布日期:2017-04-23
    • 文件大小:343084
    • 提供者:lbo
  1. SocketTest

    1下载:
  2. bcb中使用socket实现文件传输完整代码,包括客户端和服务器源代码-C++ Builder5 For Socket Trans File
  3. 所属分类:File Operate

    • 发布日期:2017-04-08
    • 文件大小:697871
    • 提供者:老实人
  1. SocketCSharp

    0下载:
  2. C#语言实现的SOCKET通信,包括服务器端与客户端,可以调试运行-C# language SOCKET communications, including server and client, you can debug run
  3. 所属分类:Communication

    • 发布日期:2017-04-04
    • 文件大小:5048
    • 提供者:王建军
  1. WindowsFormsApplication1

    0下载:
  2. windows平台下C#,关于服务器和客户端通讯实例,对于新手理解socket 和 线程很有帮助。-it s a example about the communication between server and client.
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:48025
    • 提供者:纪纲
  1. flexSocket1

    0下载:
  2. 基于C的SOCKET网络编程小例子,大家互相学习学习-SOCKET C-based network programming small example, we learn from each other
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:1471
    • 提供者:Yo
  1. clientServer

    1下载:
  2. 在TCP/IP协议中。两个进程相互通信的主要模型是C/S模型。Server端完成面向连接和无连接的服务。Client端完成创建TCP\UDP的套接字-In the TCP/IP protocol. The main two processes communicate with each model is the C/S model. Server-side complete connection-oriented and connectionless services. Client-side
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-06
    • 文件大小:1124054
    • 提供者:fengjin
  1. sever_clietn

    0下载:
  2. 用C++写的socket编程客户端和服务器,实现密码验证登陆服务器。-Written by C++ client and server socket programming, achieve password authentication login server.
  3. 所属分类:ISAPI-IE

    • 发布日期:2017-05-13
    • 文件大小:3237155
    • 提供者:luliang
  1. basic_async_sockets

    0下载:
  2. Basic Socket in c#. Creating a Bitmap at Run Time (Visual C#). Visual Studio .NET 2003. This example creates and fills a Bitmap object, then displays it in an existing
  3. 所属分类:.net

    • 发布日期:2017-04-24
    • 文件大小:95564
    • 提供者:Pegazux Bile
  1. Client_Server

    0下载:
  2. 基于C/S模式的Socket编程,client端与sever端的数据通信系统,仅作参考-Based on C/S mode of Socket programming, client-side and sever side data communication system for reference only
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-18
    • 文件大小:4710492
    • 提供者:夏夏
  1. 123

    0下载:
  2. Windows编程C#编程入门菜鸟socket传文件C-Programming C# Programming Windows Starter rookie socket file transfer C++
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:117421
    • 提供者:温钊炜
  1. CSharp-windows-application

    0下载:
  2. c# 的窗口程序。包括文件读写、网络通讯、数据库连接等功能。-c# windowns Application, contains file reading and writing, socket comm, database link
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-23
    • 文件大小:636181
    • 提供者:王亮
  1. drlt

    0下载:
  2. C#多人聊天程序源码下载,客户端实现过程:创建Socket聊天实例,得到服务器的IP地址,创建远程终结点,连接到远程服务器,异步等待数据,当连接上的客户有写的操作的时候,调用回调函数,该类保存Socket以及发送给服务器的数据,EndReceive完成BeginReceive异步调用,返回服务器写入流的字节数,用UTF8格式来将string信息转化成byte数组形式。   多人聊天服务端:创建侦听的Socket,将Socket 绑定到本地的终结点上,开始侦听,最大的连接数是 5,开始一个异
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:24010
    • 提供者:邹邹邹
  1. Configurate

    0下载:
  2. 主要是运用MFC框架,有Tab控件的运用,还有ClistCtrl控件,对话框之间的消息传递,Socket通信-C++ MFC UI,use the Tab control and ClistCtrl control, and Dialog communicate ,and communicate with a simple serve
  3. 所属分类:Tab Control

    • 发布日期:2017-05-22
    • 文件大小:6918296
    • 提供者:小龙
« 1 2 ... 26 27 28 29 30 3132 33 34 35 36 »
搜珍网 www.dssz.com