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

搜索资源列表

  1. 浩方联机游戏平台源代码

    1下载:
  2.     本程序利用钩子捕获星际的IPX网络包,通过替换函数入口的方式转换IPX数据为UDP数据包并发到公网服务端,通过公网实现了如同浩方一样的联机游戏功能,其中的钩子dll框架来自网上一强人,本人修改后实现了星际的互连功能。     procedures for the use of  the hook capture the interstellar IPX packet networks, import sub
  3. 所属分类:其他游戏

    • 发布日期:2008-09-07
    • 文件大小:637800
    • 提供者:Simonz
  1. stendhal-0.48

    0下载:
  2. 是一个用来开发同时多人在线游戏的引擎,Arianne提供一个简单的方式来创建游戏服务器规则与游戏客户端.Marauroa Server是用Java开发的多线程服务器,使用UDP协议进行通信,用mysql存储数据,并使用python描述游戏脚本-is also used to develop a multiplayer online game engine, Arianne provide a simple way to create rules of the game and the game
  3. 所属分类:游戏引擎

    • 发布日期:2008-10-13
    • 文件大小:3445538
    • 提供者:蛤蟆
  1. tanke

    0下载:
  2. 线程应用,TANK大战服务器及其CLIENT源代码,这个是GUI方面的一个程序,有些小毛病,但是运行是没有问题的,现在可以作为一个聊天室用,协议是TCP+UDP,在局域网内使用。-threaded applications, servers and World War TANK Client source code, the GUI is the one procedure, some minor ailments, but running is no problem, it is now po
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:6368
    • 提供者:曾石
  1. udp1.23

    0下载:
  2. 一个UDP程序设计,用VB编的 很好用-a UDP programming, VB series with a good
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:95425
    • 提供者:周鲁
  1. networkgame

    1下载:
  2. The word building game is a well known game all over the world. It is also called as scrabble. In this network-supported game, four players can play the game together sharing the same matrix board. Players can join their corresponding opponents direc
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:42622
    • 提供者:王小文
  1. 网络版坦克大战

    0下载:
  2.   ³多个客户联网,并发送坦克诞生的消息 ³服务器端建立UDP转发线程 ³客户端接收到后进行处理     ³接到TankNewMsg后,也发送一个TankNewMsg  
  3. 所属分类:游戏

    • 发布日期:2009-01-31
    • 文件大小:502964
    • 提供者:ainilaha
  1. MG

    0下载:
  2. 利用UDP写的一个双人网上对战的迷宫游戏!VC-Use UDP to write a double-line against the maze game! VC
  3. 所属分类:Game Program

    • 发布日期:2017-04-08
    • 文件大小:376094
    • 提供者:rock
  1. joker

    0下载:
  2. 多人联机斗地主游戏,完美支持多人联机,用udp协议写的!-Landlords games support multiplayer online!
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-17
    • 文件大小:4803334
    • 提供者:陈晨
  1. UDPGAME

    0下载:
  2. Client server udp java game
  3. 所属分类:Other Games

    • 发布日期:2017-04-03
    • 文件大小:19461
    • 提供者:Muthanna
  1. accountserver2010

    2下载:
  2. 魔域帐号服务器 功能分为两部分: 1、客户端登录线程:取得认证ID号AuthenID。 客户端连接到帐号服务器(以后可改为UDP) 登录后服务器到帐号数据库查帐号 返回认证ID号,并断开连接(如出错则返回错误) 将该认证ID号传给计点线程,转发给游戏服务器,用于玩家登录游戏服务器。 2、实时计点:与游戏服务器连接通讯,计算玩家使用的点数。(可提高线程优先级) 游戏服务器启动时登录到帐号服务器。 玩家登录后实时发送计点消息给帐
  3. 所属分类:Game Server Simulator

    • 发布日期:2017-03-27
    • 文件大小:403041
    • 提供者:香甜
  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. five

    0下载:
  2. 调用windows API,使用基于UDP的异步套接字,实现了一个简单的五子棋网络版-Call the windows API, using UDP-based asynchronous sockets to achieve a simple online backgammon
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-12
    • 文件大小:3024445
    • 提供者:xiao
  1. Game-Server-Network-Programming

    0下载:
  2. 网络游戏Server编程 本书向读者展示了网络游戏服务器设计和开发的基础知识及实战案例,首先介绍了C/C++的基础知识、开发服务器所必需的基础类及通信类;然后说明了C/C++基础知识中的继承(Inheritance)、重载(Overloading)等概念,以及基础类中的Log、Memory类和Thread类;接着在通信类中对服务器编程所需的Winsock及IOCP进行了说明;还介绍了如何运行库和类设计游戏服务器;另外,介绍了其他书籍中不常见到的性能监视器(Performance Monit
  3. 所属分类:游戏引擎

    • 发布日期:2013-03-11
    • 文件大小:675536
    • 提供者:沈飞
  1. UGTalker

    0下载:
  2. 魔兽争霸war3局域网搜索器源码,基于Qt开发,开发语言C++,集成了基于UDP组播技术的局域网聊天室功能,是学习Qt开发、网络编程的绝好例程-Warcraft war3 LAN search engine source, based on the Qt development, programming languages ​ ​ C++ integrated LAN chat room functions based on UDP multicast technology,
  3. 所属分类:Other Games

    • 发布日期:2017-03-23
    • 文件大小:241772
    • 提供者:QLincar
  1. java-udp-p2p-talk

    1下载:
  2. java 一个简单的基于udp协议的p2p聊天软件,内部没有服务器。-java based on a simple udp protocol the p2p chat software, internal server.
  3. 所属分类:Games

    • 发布日期:2014-12-22
    • 文件大小:638976
    • 提供者:蔡子新
  1. 002_Test_UDP_Socket

    0下载:
  2. 用UDP方式传送文件 超级快.我自己话了两个星期写出来的。值得拥有。-Super fast file sent using UDP. Myself, then two weeks to write out. Worth having.
  3. 所属分类:Games

    • 发布日期:2017-11-28
    • 文件大小:7891
    • 提供者:lijing
  1. Android-UDP-broadcast

    0下载:
  2. it is the sample code about how to use android to send and receive UDP broadcast packet.Server can broadcast message to all members on the same AP.Client can alse reply message to server too.
  3. 所属分类:Games

    • 发布日期:2017-11-15
    • 文件大小:57014
    • 提供者:Dennis Liao
  1. IPhone-Play-Cards

    0下载:
  2. IPHONE下一款联网斗地主游戏,居于UDP协议通讯。目前只支持内网(你也可以修改,以支持广域互联网),内嵌聊天工具和好友操作界面。可以联网邀请更多好友加入游戏,游戏实现较复杂的人工智能.... -IPHONE Landlords under a networked game, living UDP protocol. Currently only supports network (you can also modified to support wide-area Internet),
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-01
    • 文件大小:724510
    • 提供者:
  1. comunicador-udp

    0下载:
  2. UDP server/client. Can be used in Eclipse
  3. 所属分类:Game Program

    • 发布日期:2017-04-29
    • 文件大小:9636
    • 提供者:buted
  1. comunicador-udp

    0下载:
  2. UDP server/client. Can be used in Eclipse
  3. 所属分类:Game Program

    • 发布日期:2017-04-29
    • 文件大小:9801
    • 提供者:reproc
« 12 »
搜珍网 www.dssz.com