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

搜索资源列表

  1. 20055244529572

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

    • 发布日期:2017-05-02
    • 文件大小:284568
    • 提供者:刘佳
  1. SocketActiveX

    0下载:
  2. 嵌入到了socket功能的ActiveX控件,可在网页中加载或VB等开发环境中作为控件使用。-Embedded into the socket functions of ActiveX controls, can be loaded on the page or VB development environment, such as use as a control.
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-05-23
    • 文件大小:49250
    • 提供者:zhaowei
  1. socketC++

    0下载:
  2. 使用多线程开发socket,分为客户端和服务端,能够相互通信-The development of the use of multi-threaded socket, is divided into client and server can communicate with each other
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:246476
    • 提供者:wangqi
  1. NetPool

    0下载:
  2. 大家好,这是一个socket实现连接池!希望大家能喜欢!-Hello everyone, this is a socket connection pool to achieve! Hope that we can love!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:32783
    • 提供者:迅锋
  1. MyQQClient

    0下载:
  2. Myqqserver 实现了一个聊天系统的服务器端,建立侦听套接字,建立连接套接字,动态隐藏与显示控件,使用列表框控件.该服务器是以本地IP的8000端口建立服务;而且本程序没有提供相应的设置接口,如需修改则可以程序中修改代码,再重新编译生成应用程序。-Myqqserver implements a server-side chat system, the establishment of listening socket, establish a connection socket, dyna
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:157616
    • 提供者:塞外声
  1. PYRemoteCtl

    0下载:
  2. PY远程控制软件源代码 完全实现注册表处理,文件处理。服务端采用多线程服务,能最好的处理SOCKET请求。数据接收、发送函数可以说是现阶段最好的,采用异步重叠操作。可以取得被控机器上的硬件信息,文件信息,注册表以及进行屏幕控制-PY remote control software source code for the full realization of the registry processing, document processing. Services using mul
  3. 所属分类:Communication

    • 发布日期:2017-04-25
    • 文件大小:220780
    • 提供者:xiaolang888
  1. VcWinsockAPI

    0下载:
  2. 基于Windows Socket API 的研究,有兴趣的可以看看 -Windows Socket API-based research, are interested can look at the
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:29690
    • 提供者:yuning
  1. Socket_cpp

    0下载:
  2. C++ 实现的Socket 通信功能,已调试通过,且可以实现通信功能。-C++ to achieve the Socket communications functions, has been through the debugging, and can realize communications functions.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:54927
    • 提供者:jiaojinliang
  1. tkzyk

    0下载:
  2. 远程控制软件-偷窥者 本软件的最大特点是在服务器端与客户端之间有两个socket连接,一个用 于图像的的传送或者接收,另一个负责命令的处理,这样就保证了操作的流畅。 1.可以偷窥到对方的桌面内容,按设置的时间进行刷新. 2.可以用鼠标控制对方的电脑,包括所有的鼠标操作. 3.可以使用键盘控制对方的电脑,几乎可用所有的按键. 4.在客户端可以建立多个窗口,对多台电脑进行监视控制. 5.可以运行一条命令,例如打开一个记事本. 6.可以锁定/解锁对方
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:166958
    • 提供者:许凤
  1. chat

    1下载:
  2. 通过此程序的编写,可以熟悉并掌握windows环境下聊天程序客户端和服务端的编写,并能熟悉socket编程方法-Through the preparation of this procedure, you can be familiar with and master the windows environment chat program client and service side of the preparation of, and familiar with socket progra
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2138
    • 提供者:zhw
  1. P2P--chat

    0下载:
  2. 这是一个winForm的socket程序,可以实现点对点的一个聊天功能,包括服务端和一个客户端,使用简单方便,而且包含源代码-This is a WinForm program the socket, you can achieve a point-to-point chat functions, including service client and a client, the use of simple and convenient, but also contains the sourc
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:627346
    • 提供者:xiezhilong
  1. telnote

    0下载:
  2. 在一台实现进程间通信,运用socket进行编程,开发环境是DEv C, 也可以实现不同计算机的通信,见客户端和服务器端放在两台电脑上-coding witd sockets,accomplished communication through processes on one pc, used the tool dev c, you can simply change the ip, then you can communicate on two or more pcs.
  3. 所属分类:Communication

    • 发布日期:2017-04-17
    • 文件大小:234329
    • 提供者:gao wei
  1. QQ

    0下载:
  2. 主要实现接受和发送信息的功能。气动并属兔对方IP后单击连接按钮,来实现,能很好说明。NET在中Socket编程技术 -Mainly to receive and send messages to achieve functions. Pneumatic and other IP is a rabbit and click connect button, to achieve, can be a very good note. NET programming in Socket
  3. 所属分类:Communication

    • 发布日期:2017-04-26
    • 文件大小:128995
    • 提供者:lzd
  1. srv

    0下载:
  2. socket 的简单服务器端程序,不过功能有限,只能接收分步,有兴趣可以改改,使它可以像QQ那样,再联系我,再交流一下-socket simple server-side program, but limited only to receive step-by-step, are interested in can be changed so that it can be done as QQ, and then contact me, and then exchange
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:589
    • 提供者:p
  1. Csharp_Socket_Client

    0下载:
  2. 使用c# 开发的socket 程序 ,client端,使用者可输入server ip与port 即可进行资料传送。-C# use socket program development, client-side, users can enter your server ip and port for data transfer.
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:38478
    • 提供者:Peng W.T
  1. Csharp_Socket_Server

    0下载:
  2. 使用c# 开发的socket 程序 ,server端,使用者可输入server ip与port 即可进行资料传送。-C# development using the socket procedures, server-side, users can enter your server ip and port for data transfer.
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:40204
    • 提供者:Peng W.T
  1. Csharp_Socket_Server2port

    0下载:
  2. 使用c# 开发的socket 程序 ,server端,使用者可输入本机ip与两个port 即可进行资料传送。-C# development using the socket procedures, server-side, users can enter the local ip and the two port,then data can be carried out.
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:42599
    • 提供者:Peng W.T
  1. Csharp_VLCplugin_Client

    0下载:
  2. 使用c# 开发的socket 程序 ,client端,使用者可输入server ip与port 即可进行资料传送。-C# use socket program development, client-side, users can enter your server ip and port for data transfer.
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:73240
    • 提供者:Peng W.T
  1. SSocket

    0下载:
  2. 用VC++编写的socket通信,服务器端的,通过MFC的CSOCKET类实现的,可以实现点单的会话-Using VC++ to prepare the socket communications, server-side, through the CSOCKET type of MFC to achieve, can be achieved at a single session
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:308225
    • 提供者:张荣
  1. C_s_ltcx

    0下载:
  2. 本资源是用C#编写的网络编程socket实验的聊天程序,功能强大,可以多人聊天(发送广播),也可以二人聊天等模式可以发送窗口抖动等功能。 并且本资源有非常详细的需求、设计、概要、实现、测试文档。可作为socket编程的重要参考资。-The resources are written with C# network programming socket experimental chat program, powerful, you can chat with people (to send
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:602814
    • 提供者:张英波
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 23 »
搜珍网 www.dssz.com