CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 游戏 搜索资源 - 通信 SOCKET

搜索资源列表

  1. weiqi

    0下载:
  2. 通过socket 通信的局域网两人围棋游戏-through LAN Go two games
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:25943
    • 提供者:下是
  1. 5game

    0下载:
  2. 连网对战,采用socket和串口进行通信~~~~~~~~~!
  3. 所属分类:棋牌游戏

    • 发布日期:2014-01-16
    • 文件大小:2038726
    • 提供者:pg
  1. wangluowuziqi

    1下载:
  2. 功能十分简单的网络五子棋。主要可以用来学习SOCKET通信与五子棋的算法。
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:54255
    • 提供者:asdsa
  1. Telnet高级编程

    0下载:
  2. 此编码具体说就是在网络通信过程中,从主机上获取需要确认的信息。,通过socket实现断口扫描。-the code explain how to get the authentication from server mechine while the course of net communicate,programme with socket.
  3. 所属分类:模拟服务器

    • 发布日期:2008-10-13
    • 文件大小:318437
    • 提供者:谌夏
  1. Gobang-Game

    0下载:
  2. 使用VC++实现了网络五子棋局域网内对弈功能,可以通过这个快速掌握VC++简单程序的编写以及Socket通信-Using VC++ implements the network backgammon games on LAN feature, you can quickly grasp the VC++ simple procedures for the preparation and Socket Communications
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-26
    • 文件大小:127599
    • 提供者:某某
  1. FiveChess

    0下载:
  2. Java实现的五子棋对战系统,主要使用了socket通信实现局域网上的对战效果,并且加入了电脑AI,支持单机游戏 -Java implementation of the backgammon play against the system, mainly used in LAN socket communication effects on Versus, and joined the computer AI, support for stand-alone game
  3. 所属分类:Games

    • 发布日期:2017-03-30
    • 文件大小:18180
    • 提供者:xinfei
  1. Game0622

    0下载:
  2. VC游戏大厅程序,实现的客户端和服务器端的通信,使用的WIM32 API,采用非阻塞的Socket.实现了.写日志,读INI文件的功能都实现了.-VC games hall procedures, to achieve the client and server communications, the use of WIM32 API, using non-blocking Socket. True. Write the log, read INI file functions are impl
  3. 所属分类:Game Program

    • 发布日期:2017-05-26
    • 文件大小:8749831
    • 提供者:zxjcpp
  1. Chinese_Chess

    0下载:
  2. 中国象棋,是由本人编写的,借鉴了网络单机象棋的编程思想,这个版本可以进行联网,采用socket套接字进行通信-Chinese Chess, is written by me, drawing the network stand-alone chess programming ideas, this version can be networked to communicate with socket socket
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-01
    • 文件大小:871034
    • 提供者:吴天
  1. flyGame

    0下载:
  2. Java 开发的网络飞行棋,通过Socket通信,可以两个人进行PK-Java Development Network flight chess, by Socket Communications, PK can be two people
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-16
    • 文件大小:4382223
    • 提供者:zhgw
  1. chess

    0下载:
  2. 该源文件是基于socket的通信实例,实现了网络版中国象棋的功能。-The source file is an instance of socket-based communication, to achieve the function of online version of Chinese chess.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-06
    • 文件大小:16952
    • 提供者:飘语相思
  1. TankWarOnline

    0下载:
  2. 坦克大战的网络版,可以手动指定IP,端口,使用TCP和UDP通信。对学习Socket很有帮助。-Battle City online version, you can manually specify the IP, port, using TCP and UDP traffic. Socket helpful for learning.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-08
    • 文件大小:42759
    • 提供者:余晓龙
  1. javaQQ

    0下载:
  2. 实现基本的java信息通信,socket通信。锻炼编程能力。-Java information and communication, the socket communication. Exercise programming capabilities.
  3. 所属分类:Games

    • 发布日期:2017-04-07
    • 文件大小:82948
    • 提供者:林达
  1. renzhe

    0下载:
  2. 自己模仿坦克大战开发的一个socket通信游戏。分服务端与客户端代码两部分。-To imitate the communication game sees the development of a socket. Sub-server and client code in two parts.
  3. 所属分类:Game Server Simulator

    • 发布日期:2017-05-04
    • 文件大小:1417204
    • 提供者:刘勇
  1. Chat

    0下载:
  2. 在mfc框架下,创建套接字实现计算机与计算机之间的通信-Mfc framework to create a socket communication between the computer and the computer
  3. 所属分类:Other Games

    • 发布日期:2017-05-08
    • 文件大小:1935272
    • 提供者:笑笑
  1. BooksInformation

    0下载:
  2. 聊天室的实现要实现客户端(cilent)和服务端(server),客户端(client)和服务端(server)通过Socket建立必要的连接。并让服务端(server)程序监听一个众所周知的端口。当客户端(client)的连接请求到达时,如果服务端(server)同意建立连接,则将创建一个新的Soket并绑定到另一个端口,使用这个新建的Socket与该客户端(client)建立连接,而服务端(server)继续在与原来的端口监听,等待新的连接请求。 当连接建立后,通过输入/输出流并通过这
  3. 所属分类:Games

    • 发布日期:2017-11-11
    • 文件大小:60857
    • 提供者:lanyulin
  1. c-Sharp-programming-backgammon

    0下载:
  2. c#五子棋编程,形式为桌面程序。程序包括服务器端和客户端两部分,网络通信编程使用基于TCP协议的Socket实现。-c# backgammon program, in the form of desktop applications. Procedures, including server and client in two parts, network communications programming using TCP-based Socket implementation.
  3. 所属分类:Other Games

    • 发布日期:2017-03-28
    • 文件大小:10757
    • 提供者:
  1. Chess_Easy

    0下载:
  2. 基于Visual C++实现的局域网象棋游戏,Socket通信,多线程。-design the chess game by use Visual C++ , Socket technology, Mutil Thread.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-05
    • 文件大小:811510
    • 提供者:侯觉
  1. socket

    0下载:
  2. 为cocos2d-x写得一个socket通信模块,性能强悍异常。api简洁优雅。-To write a socket cocos2d-x communication module, powerful performance anomalies. api simple and elegant.
  3. 所属分类:Game Engine

    • 发布日期:2017-04-03
    • 文件大小:516765
    • 提供者:beykery
  1. Socket-For-U3D

    0下载:
  2. Socket 在 U3D之中的程序源码,直接可用。C/S架构,实现基本通信。后续功能须自己开发-Socket for U3D code.Server/Client mode.Completed basical communication.You should develop any other functions by yourself.
  3. 所属分类:Game Engine

    • 发布日期:2017-04-03
    • 文件大小:3462
    • 提供者:leon
  1. 棋牌客户端通信模块功能

    1下载:
  2. 棋牌游戏客户端SOCKET 通信模块,功能完整,纯C++ 跨平台
  3. 所属分类:棋牌游戏

« 12 »
搜珍网 www.dssz.com