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

搜索资源列表

  1. AutoUpdate

    0下载:
  2. 可以实现桌面自动更新与记录功能。用到了socket链接,详情下载看看吧。适合学习参考。-Desktop can automatically update and record functions.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:453158
    • 提供者:薛鸣山
  1. wangluoluyinji

    0下载:
  2. vc++写的网络录音机程序,录音是参照vckbase的录音api代码,结合了一小段socket(TCP)就可以用来单方说话录音了,程序分两部分一部分是(录音机+网络发送代码),一部分是(接收数据+播放波形音乐代码),由于程序只是为了自己用,很多地方没有注意错误的识别,结构也比较乱,本程序当初最头疼的就是控制损耗内存,结果用了双缓存来存储波形数据来交替的存储/清除.-vc++ program to write the network recorder, audio recording refere
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-01
    • 文件大小:809621
    • 提供者:黄飞
  1. comm_manager

    0下载:
  2. C++写的通讯管理系统,可以管理Secket,串口,USB PORT等多种通讯形式-communication management writen with C++ language,it can be used for socket,serials port ,usb port comm manage
  3. 所属分类:Other windows programs

    • 发布日期:2017-01-06
    • 文件大小:12977152
    • 提供者:部廷夏宰
  1. Socks5Server

    0下载:
  2. c#socket服务端,学习参考用,功能基本完全,欢迎参考-socket5 server,can be using study;has soeasy function;
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:40824
    • 提供者:as
  1. SocketClient

    0下载:
  2. 一个简单的基于socket的客户端通信程序,有不足的地方希望大家予以改正,希望大家能共同进步-A simple socket-based client communication procedures, deficiencies in the hope that we rectify it, and hope that we can jointly progress
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:21510
    • 提供者:zy
  1. VB_60_LAN_Sockets

    1下载:
  2. VB源码实现网口控制安捷伦N6700A仪器,ZIP包中包含工程等多个文件-Communication with the N6700A over LAN may be accomplished without the use of I/O libraries or drivers. In this example it is accomplished using Winsock. Dynamic Host Configuration Protocol (DHCP) is typical
  3. 所属分类:Communication

    • 发布日期:2016-01-27
    • 文件大小:7168
    • 提供者:forest
  1. Server

    0下载:
  2. socket通信的服务端,可以接受客户端发送到信息,并实现给客户端发送信息。-Socket communication service end, can accept client sends that information, and realize the client send information.
  3. 所属分类:Communication

    • 发布日期:2017-04-16
    • 文件大小:55351
    • 提供者:Lihui
  1. TCPLister

    1下载:
  2. VB.net socket 异步通信服务类包括服务端及客户羰, 服务端采用异步机制,可连接多客户。-VB.net socket asynchronous communication service class services to clients and customers carbonyl, the server uses asynchronous mechanism, you can connect multiple clients.
  3. 所属分类:.net

    • 发布日期:2017-03-30
    • 文件大小:102769
    • 提供者:linhucong
  1. MySocket

    0下载:
  2. 多线程的socket编程,服务器可以处理多个客户端的请求,并创建线程进行处理。-Multithreaded programming socket, the server can handle multiple requests from clients, and create the thread processing.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-10
    • 文件大小:2448921
    • 提供者:王俊
  1. MThread

    0下载:
  2. 多线程的socket编程,服务器可以处理多个客户端的请求,并创建线程进行处理。-Multithreaded programming socket, the server can handle multiple requests from clients, and create the thread processing.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-10
    • 文件大小:2332361
    • 提供者:王俊
  1. silverlightchatroom

    0下载:
  2. silverlight聊天工具、socket 1.文字聊天 2.文字颜色可自定义 3.允许私聊 4.在线列表查看 5.用户进入/离开聊天室的广播通知 6.用户呢称更改的广播通知 7.增加了手写板功能.-silverlight chat tool, the socket 1. text chat text color can be customized to allow private chat. online list View five users ente
  3. 所属分类:CSharp

    • 发布日期:2017-05-02
    • 文件大小:981538
    • 提供者:江明
  1. CsockettS

    0下载:
  2. CSHARP写的socket服务,,可以在客户端向服务端发送消息或文件。 -CSHARP the socket to write services that can servvice the client side to send a message or document.
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:85823
    • 提供者:
  1. Game

    0下载:
  2. 为了更深入地理解TCP协议的具体应用编程技巧,本设计使用功能强大的VS2008开发工具和C#开发语言,开发出一个拥有自己特色的五子棋程序,其中VS2008是一个能开放代码的开发工具,基本C#的扩展平台。就该五子棋程序来讲,它只是一个框架和一组服务,用于通过插件,组件,控件构建开发环境。 对于游戏,要求能够达到以下功能:  程序要求以C#语言编写,形式为桌面程序。程序包括服务器端和客户端两部分,网络通信编程使用基于TCP协议的Socket实现。  可以实
  3. 所属分类:CSharp

    • 发布日期:2017-05-02
    • 文件大小:577728
    • 提供者:毛志琴
  1. wangluowuziqi

    0下载:
  2. 为了更深入地理解TCP协议的具体应用编程技巧,本设计使用功能强大的VS2008开发工具和C#开发语言,开发出一个拥有自己特色的五子棋程序,其中VS2008是一个能开放代码的开发工具,基本C#的扩展平台。就该五子棋程序来讲,它只是一个框架和一组服务,用于通过插件,组件,控件构建开发环境。 对于游戏,要求能够达到以下功能:  程序要求以C#语言编写,形式为桌面程序。程序包括服务器端和客户端两部分,网络通信编程使用基于TCP协议的Socket实现。  可以实
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:1156266
    • 提供者:毛志琴
  1. sdouublePCcomo

    0下载:
  2. 是用socket编程与开发下的实现简单易懂双机通通信的客户端,内有两个实现,均可使用,但不是一个, -Easy to understand the machine through the communication client socket programming and development, the two implementations can be used, but not a
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1633
    • 提供者:
  1. DJavva_Chaarte

    0下载:
  2. Java开发的一种基于Socket的聊天室程序源码,共有六个个不同的代码,总有一个是你想要的。 可直接使用。 已通过测试。 -Java developers a Socket-based chat program source code, a total of six different code, there is always the one you want. Can be used directly. Has been tested.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:11121
    • 提供者:海的
  1. LEDReceive

    0下载:
  2. socket通信的客户端,C#源码。如果有下位机,可以串口通信。-use socket to communicate.this is the customer end. if have hardware,it can use to serial communiation.
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:710821
    • 提供者:张玲
  1. screen

    0下载:
  2. socket编程,实现远程屏幕控制,可以查看远程屏幕,并且可以控制对方鼠标和键盘-socket programming, remote screen control, you can view the remote screen, and can control the other mouse and keyboard
  3. 所属分类:Communication

    • 发布日期:2017-04-06
    • 文件大小:39380
    • 提供者:AndyBush
  1. uudp_sock_muld

    0下载:
  2. socket实现udp组播,需要要用UDP通信可以参照可直接使用。 -socket udp multicast, you need to use UDP communication reference can be directly used.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:172967
    • 提供者:zenghui411
  1. FeiQ

    0下载:
  2. FeiQ聊天程序,使用MFC socket编程UDP协议 可以多客户聊天-FeiQ chat program, multi-client chat using MFC socket programming UDP protocol can
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:3913503
    • 提供者:蓝天白云
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 23 »
搜珍网 www.dssz.com