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

搜索资源列表

  1. 用CSharp实现基于TCP协议的网络通讯

    0下载:
  2. 本文介绍了C#中如何使用System.Net.Socket来进行基于TCP协议的通信编程,该文是以读取服务器系统时间这么一个简单例子来说明的。-This paper introduces the C# System.Net.Socket how to use TCP-based communications program, the text is based on the server time to read such a simple example to explain.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:3245
    • 提供者:开远
  1. CSharp

    0下载:
  2. c#网络应用高级编程-电子教案 第1章 进程、线程与网络协议 第2章 TCP应用编程 第3章 UDP应用编程 第4章 P2P应用编程 第5章 SMTP与POP3应用编程 第6章 网络数据加密与解密 第7章 三维设计与多媒体编程
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:198716
    • 提供者:qiong
  1. TCP-SOCKET-Chat-Room-Source

    0下载:
  2. 一个用cSharp编写的聊天室,不算完善,客户端需要硬编码服务端的地址
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:876213
    • 提供者:李亚明
  1. Udpsendfile.用Udp协议实现了点对点文件传输

    0下载:
  2. 用Udp协议实现了点对点文件传输,比网上一般的Tcp稍快些,并且进度条做得比较美观,transfer file of point to point use Udp
  3. 所属分类:C#编程

    • 发布日期:2017-03-22
    • 文件大小:412162
    • 提供者:wangliang
  1. wince_TCPC_lient.rar

    0下载:
  2. wince下TCP客户端。编程环境VS2008编程语言c#,运行平台为友善之臂QQ2440V3.,wince under the TCP client. VS2008 programming language programming environment c#, to run the arm-friendly platform for QQ2440V3.
  3. 所属分类:Windows CE

    • 发布日期:2017-03-29
    • 文件大小:33863
    • 提供者:zhnglingshan
  1. YiZhong.rar

    1下载:
  2. 改写好的基于TCP协议的SOCKET编程,包括发送和接收端源码。可用来编写远程文件传输。TCP比UPD麻烦,可以参考一下,Rewritten based on the TCP protocol good SOCKET programming, including the source code for sending and receiving end. Can be used to prepare the remote file transfer. UPD trouble than TCP,
  3. 所属分类:TCP/IP Stack

    • 发布日期:2015-04-11
    • 文件大小:58172
    • 提供者:陈亮
  1. DNR_PC.zip

    0下载:
  2. 非常强大的通讯类库程序,包括TCP,UDP,RDP等等协议。,A very powerful communication class library procedures, including TCP, UDP, RDP, and so the agreement.
  3. 所属分类:.net

    • 发布日期:2017-04-06
    • 文件大小:356945
    • 提供者:wuzongbo
  1. CSharp-TCP

    0下载:
  2. 试验名称:TCP通讯 目的:理解TCP通讯的基本机制。 试验要求: 1.按照书上示例建立一个TCP服务端的控制台应用程序。 2.给出一个TCP客户端的WinForm应用程序示例。 3.理解TCP通讯过程。-Test Name: TCP communication Objective: to understand the basic mechanisms TCP communication. Test requirements: 1 a
  3. 所属分类:.net

    • 发布日期:2017-04-01
    • 文件大小:157772
    • 提供者:李振宇
  1. TcpIP

    0下载:
  2. 使用C#编写的采用TCP与UDP协议的服务器与客户端的时间,性能较高-Written using C# TCP and UDP protocols use server and client time, high performance
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:94013
    • 提供者:liaofeifan
  1. QP2PFileShare

    0下载:
  2. 基于TCp的P2P文件共享应用,包含源代码以及运行程序-TCp of P2P-based file sharing applications, including source code, and run the program
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:44833
    • 提供者:黄科满
  1. TCPClient

    0下载:
  2. 基于TCP协议的客户端简单程序,实现了发送、接收信息等功能 -TCP protocol based on a simple client program implements the send and receive messages and other functions
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-23
    • 文件大小:11172
    • 提供者:张俊杰
  1. p2p

    0下载:
  2. 即能点对点通讯,又可以视频会议。已经试用过,效果不错,可以学到不少东西。-That is able to point to point communication, but also the video conferencing. Have been tried, good results, you can learn a lot of things.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-19
    • 文件大小:5536344
    • 提供者:王蕾蕾
  1. granados200.tar

    0下载:
  2. Granados是一个基于.NET的SSH客户端库。同时支持SSH1和SSH2。实现了AES, Blowfish, TripleDES, RSA, DSA等加密验证算法。实现TCP协议连接。-Granados is a based on. NET client library for SSH. At the same time support the SSH1 and SSH2. Achieved AES, Blowfish, TripleDES, RSA, DSA and other cryp
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:138614
    • 提供者:sunxun
  1. CSNetServer

    1下载:
  2. 我用C#写的一个局域网聊天程序,基于TCP协议,可以实现群聊,已经过测试,效果不错。-I use C# written in a local area network chat program, based on TCP protocol, can be achieved group chat, has been tested and its effectiveness.
  3. 所属分类:Communication

    • 发布日期:2015-03-19
    • 文件大小:74826
    • 提供者:conroy cheung
  1. P2Psocket

    0下载:
  2. P2P视频通信源代码,使用upd,tcp/ip通讯协议, 用C#开发。-P2P video communications source code, the use of upd, tcp/ip protocol, with the C# development.
  3. 所属分类:P2P

    • 发布日期:2017-03-23
    • 文件大小:538268
    • 提供者:wo
  1. FileSocketServer

    0下载:
  2. 简单的文件传送系统,基于TCP/IP,可扩展实现多线程以及断点续传-Simple file transfer system, based on TCP/IP, multi threaded, and scalable HTTP
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:430739
    • 提供者:wjxang
  1. Windows_To_PC_SocketComm

    0下载:
  2. Windows_To_PC_SocketComm 电脑和PPC/WM 之间简单通过Socket TCP通信-Windows_To_PC_SocketComm PC and PPC/WM simply by Socket TCP traffic between
  3. 所属分类:Windows Mobile

    • 发布日期:2017-04-03
    • 文件大小:99216
    • 提供者:郭荣华
  1. TcpUdpDemo

    0下载:
  2. c#,TCP文件传输通信协议和UDP文件传输通信协议demo-c#, TCP and UDP file transfer protocol file transfer protocol demo
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:45260
    • 提供者:刘尚
  1. TCP-cSharp

    0下载:
  2. TCP 通讯 客户端 服务器端 同步和异步处理完整代码-tcp C#
  3. 所属分类:CSharp

    • 发布日期:2017-05-07
    • 文件大小:1507947
    • 提供者:tom
  1. TF6310-TCP-IP

    2下载:
  2. 倍福TCP-IP源代码,安装即可调用库文件(Beckhoff TCP source code, installation can call library files.)
  3. 所属分类:C#编程

    • 发布日期:2018-05-03
    • 文件大小:1254400
    • 提供者:烦烦烦2啊
« 1 2 34 5 6 7 8 9 »
搜珍网 www.dssz.com