CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 TCP/IP协议栈 搜索资源 - 界面程序

搜索资源列表

  1. P2PCom

    0下载:
  2. 一个可以实现的的P2P通信程序,C sharp完成。命令行界面-can achieve a peer-to-peer communications procedures, C sharp completed. The command line interface
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:4889
    • 提供者:白空
  1. VBchatroom

    0下载:
  2. vb写的一个聊天室小程序,用tcp/ip进行连接,界面非常的友好。-vb write a small chat room procedures, using tcp / ip linking, the interface is friendly.
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:29741
    • 提供者:谢国
  1. ping

    0下载:
  2. 实现了ping功能。并且基于vc图形界面。在程序中,实现了windows中的ping功能的大部分参数功能。很强大。
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:2603
    • 提供者:韩欣
  1. TCP-server-program

    0下载:
  2. TCP通信服务器程序,有界面,用流式套接字sockets实现通信。相对应客户端稍后奉上 -TCP communication server program interface communication stream socket sockets. Corresponds to the client to follow
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-14
    • 文件大小:3702352
    • 提供者:david zhung
  1. E03-AsyncChat

    0下载:
  2. TCP/IP网络异步通信,类QQ网络即时聊天工具,服务器端和客户端界面和程序编写。-TCP/IP network asynchronous communication, like instant messaging tool QQ network, server and client interface and programming.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-01
    • 文件大小:111674
    • 提供者:陈宝生
  1. saoclass

    0下载:
  2. 功能:端口扫描。一个VC++ 应用程序,利用TCP/IP协议,通过DOS界面设置欲扫描的端口。-Function: port scan. A VC++ Applications, use TCP/IP protocol, through the DOS interface settings For the port scanning.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-16
    • 文件大小:8344
    • 提供者:刘星
  1. easySwtQQ

    0下载:
  2. 编写一个TCP Socket程序,采用SWT图形化的界面实现,类似于简易的QQ.-This is a java program based on TCP Socket, it uses the swt to realize the UI, and it is similar to an easy QQ.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-01
    • 文件大小:27597
    • 提供者:彭霸天
  1. TCPClient

    0下载:
  2. TCP群聊程序的客户端,简单界面,可以实现发送群聊消息,和清楚消息的功能.-TCP Group Chat client program, simple interface, can send a group chat message, and clear messages.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-09
    • 文件大小:1921339
    • 提供者:陈玲
  1. UDPTCP

    0下载:
  2. 该程序充分利用了JAVA的多线程,完成写文件和刷新界面,在不同的线程间还有调用关系,因为考虑到网络数据的不稳定性,即有时数据量比较小,有时数据包很多,如果一个线程就会出现在数据量高峰时严重掉包(编程初期的时候,已试过)。所以引入多线程,这样在数据包不多的时候,能够使得数据包多的时候没有完成保存工作的线程能够继续完成保存工作。-The program makes full use of the multi-threaded JAVA, write documents and complete th
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-03
    • 文件大小:388047
    • 提供者:李璞
  1. code

    0下载:
  2. 本程序对Ethernet帧结构进行解析,并在界面输出。-
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-03
    • 文件大小:10850
    • 提供者:ww
  1. TCP

    0下载:
  2. 开发异步的TCP聊天程序,包含了客服端、服务器端界面设计-Development of asynchronous TCP chat program, including the customer service side, the server-side interface design
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-03
    • 文件大小:87629
    • 提供者:
  1. SyncChat

    0下载:
  2. TCP/IP网络同步通信,类QQ网络即时聊天工具,服务器端和客户端界面和程序编写。-TCP/IP network synchronous communication, like instant messaging tool QQ network, server and client interface and programming.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:109394
    • 提供者:陈宝生
  1. 3

    0下载:
  2. TCP编程 编写图形界面的多客户端访问服务器程序 -TCP programming more than writing GUI Client Access server program
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:9064
    • 提供者:sunyanting
  1. Tcp_Socket

    0下载:
  2. 运用网络协议、编程语言、API和图形界面实现基于socket建立、监听、连接、发送数据和接收数据的网络通信程序-tcp communication, the use of network protocols, programming languages, API, and socket-based graphical interface to establish, monitor, connect, send data and receive data network communication
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:7059
    • 提供者:付强雨
  1. PING--and-TCP--network-system

    0下载:
  2. 源代码包含如下两个文件夹: (1)ping:是ping项目的实现代码,用Visual C++ 6.0来调试。 (2)TCP:是TCP项目的实现代码,用Visual C++ 6.0来调试。 实现文件是CJGL.c,因为涉及到了图形界面,所以使用Turbo C工具来调试。在运行时,必须将EGAVGA.BGI文 件和程序文件放在统一目录下。-The source code contains the following two files folder: (1) ping: pi
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-11-09
    • 文件大小:2552709
    • 提供者:严君
  1. wimax-and-zigbee

    0下载:
  2. zigbee和wimax互联程序 界面程序 基于事件触发-coexistence of zigbee and wimax
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-11-16
    • 文件大小:13000
    • 提供者:肖玲玲
  1. ImageTransfers

    0下载:
  2. 分服务器端和客户端,传输图片用到了socket编程,程序我运行过了,可以直接调试和运行MFC界面友好直观。-Sub-server and client, transfer pictures used in the socket programming, the program I run over, you can directly run the MFC debug and user-friendly and intuitive.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-07
    • 文件大小:165234
    • 提供者:张丽纯
  1. UdpCommunication

    0下载:
  2. 使用Udp协议编写的Socket通讯Demo,程序为命令行界面,可以同时启动多个互相发送/接收数据(注意每个实例的本地端口号避免重复,远程端口号写其他实例的本地端口号)。涉及到数据发送接收、多线程、监视器等操作。-Socket Udp protocol using written communication Demo, procedures for the command-line interface, you can start multiple simultaneous transmit/r
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-03
    • 文件大小:9580
    • 提供者:
  1. TCP-program-(owned-Interface)

    0下载:
  2. 简单C#编写的TCP编程,拥有简单界面。压缩包包含源码、课件,程序可直接运行。-Simple TCP programming in C#, with a simple interface. Archive contains the source code, courseware, the program can be run directly.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-10
    • 文件大小:2258002
    • 提供者:汉书
  1. 3-UDPprogramming

    0下载:
  2. 简单C#编写的UDP编程,拥有简单界面。压缩包包含源码、课件,程序可直接运行。-Simple UDP programming in C#, with a simple interface. Archive contains the source code, courseware, the program can be run directly.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-18
    • 文件大小:4918964
    • 提供者:汉书
« 12 »
搜珍网 www.dssz.com