登录
首页 » Visual C++ » rxjh

rxjh

于 2009-05-18 发布 文件大小:7978KB
0 367
下载积分: 1 下载次数: 166

代码说明:

  热血江湖服务端C++源代码vs8应用程序向导已为您创建了这个 GameServer 应用程序。 此文件包含组成 GameServer 应用程序 的每个文件的内容摘要。 (RXJH_source)

文件列表:

bao
...\PK.doc
...\~$分析.doc
...\~$移动.doc
...\一个用剑的人被打死.doc
...\不掉宝不升级.doc
...\买东西超重.doc
...\买卖.doc
...\交易.doc
...\人死了后点回城.doc
...\仓库.doc
...\分析.doc
...\加POINT.doc
...\包裹里两个物品换位置.doc
...\包里换位置.doc
...\医生辅助技能.doc
...\升级不掉宝.doc
...\吃药(金创药(小)).doc
...\地图相关
...\........\NPC三邪关去竹火林.doc
...\........\~$传送.doc
...\........\~$越地图.doc
...\........\一转限制级对练场NPC到银币广场.doc
...\........\三转人物从三转对练场NPC去银币广场.doc
...\........\三转人物从银币广场NPC到三转对练场.doc
...\........\三邪关去无天阁NPC.doc
...\........\二转人物从二转对练场NPC到银币广场.doc
...\........\二转的人物从银币广场NPC到二转对练场.doc
...\........\从南明湖到南明洞NPC.doc
...\........\从柳正关到渊竹林NPC.doc
...\........\从泫勃派NPC韦大宝到银币市场.doc
...\........\从银币广场点NPC到泫勃派.doc
...\........\传送.doc
...\........\四转人物从四转对练场NPC到银币广场.doc
...\........\四转人物从银币广场NPC到四转对练场.doc
...\........\在银币广场NPC转到限制级对练场.doc
...\........\地灵洞一层.bmp
...\........\地灵洞三层.bmp

...\........\无限制对练NPC到银币广场.doc
...\........\松月关NPC移动到柳善提督府.doc
...\........\柳善提督府NPC去血魔洞一层.doc
...\........\柳善提督府去松月关NPC.doc
...\........\柳正关到万寿阁第一层.doc
...\........\百武关点NPC去神武门.doc
...\........\神武门NPC去地灵洞.doc
...\........\神武门NPC去百武关.doc
...\........\血魔洞2地图.bmp

...\........\越地图.doc
...\........\越地图坐标.doc
...\........\银币广场NPC到无限制对练场.doc
...\地图相关.rar
...\多人出现.doc
...\学习技能.doc
...\宝盒相关.doc
...\属性
...\....\关于物品属性的说明.doc
...\....\合成石.doc
...\....\合成赋予(衣服、武器、鞋、护腕、甲、披风).doc
...\....\属性NPC.xls
...\....\强化装备(衣服、武器、鞋、护腕、甲).doc
...\....\装备属性.doc
...\....\赋予属性(衣服、武器).doc
...\属性NPC.txt
...\开店.doc
...\弓箭手射箭打怪.doc
...\愤怒.doc
...\打怪2.doc
...\打怪3怪死怪打我我没升级但加经验.doc
...\打怪不掉宝2.doc
...\打怪怪死升级掉宝.doc
...\扔东西.doc
...\捡物品.doc
...\数据库说明.doc
...\正常的EXP增加.doc
...\武功群攻之刀.doc
...\武功连击.doc
...\点击选择人物.doc
...\热血江湖对战属性资料.doc
...\特殊物品
...\........\~$土灵符.doc
...\........\五色神丹.doc
...\........\土灵符.doc
...\........\培元丹.doc
...\........\悟神丹.doc
...\........\无极金尊符.doc
...\........\染发剂.doc
...\........\灵脂仙草.doc
...\........\炼仙草.doc
...\........\热血烟花.doc
...\........\特殊物品表.doc
...\........\狮子吼.doc
...\........\精炼九转丹.doc
...\........\长白丹.doc
...\用%技%能.doc
...\用刀打怪掉宝.doc
...\看见别人穿装备.doc
...\移动.doc
...\组队.doc

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • LanTalk_sources
    Currently, most of people use MS DCOM/COM+, Java Bean/RMI, and Corba to do distributed computing over internet. All of these technologies are provided with some tools and intermediate objects to simplify internet development. However, these technologies have one common and fundamental problem that all of the calls between a client and a server are blocked for a returned result (please correct me if this is wrong). A client stays still, and has to wait for a while after sending a request to a server. If the request is a lengthy action, the client application seems to be dead to a user. In most cases, we could use a worker thread at the client side to do background computation for solving this problem. However, this comes with an expensive price, more coding, data synchronization and mess in coding logic. Additionally, I also doubt that these technologies are able to really move data across internet efficiently.
    2009-06-27 15:00:43下载
    积分:1
  • jfsky.com-20091210jywxxfsqydm
    局域网消息发送器,请先运行Setup_ocx,注册控件。(LAN messaging device, please run Setup_ocx, registration control.)
    2010-07-01 20:50:50下载
    积分:1
  • modbus TCPIP协议client-Server端源代码
    利用vc++实现modbus tcp通信(Using vc++ to implement Modbus TCP communication)
    2018-02-24 17:45:27下载
    积分:1
  • CtrlIPClt
    网络方面关于ip的得到与获取方面的代码,哈哈哈 (ip on the network and get access to the area code, Ha Ha Ha)
    2006-11-14 11:08:37下载
    积分:1
  • udpClie
    vc++ Socket编程入门程序,容易上手,入门首选,才用UDP方式,客户端(vc Socket Programming induction procedures, easier to get started, beginners choice before using UDP, the client)
    2007-03-28 17:08:50下载
    积分:1
  • 1
    说明:  WinSock网络编程实用宝典。适合初学者以及深入理解网络编程的朋友。(WinSock network programming practical Collection. Suitable for beginners as well as in-depth understanding of network programming friends.)
    2011-07-04 17:38:27下载
    积分:1
  • 12345
    我的毕业设计 已通过答辩 计算机网络安全中防火墙技术和端口扫描技术 网络扫描器设计(My graduation project has passed the defense computer network security, firewall technology, and port-scanning technology network scanner designed)
    2010-03-13 15:20:08下载
    积分:1
  • Zeus
    网络内容过滤系统,使用中间层驱动过滤IP,LSP过滤URL和关键字!(Text content, url, URL, ip filter voice prompts can be issued according to the text, and fast alarm 3 software set certain security measures to protect and prevent tampering and unauthorized access 4. Through illegal information characteristics to upgrade the feature library.)
    2012-08-10 10:23:48下载
    积分:1
  • MFCSocket
    聊天室的VC++实现 视频会议 多人聊天室(Chat VC++ implementation of video conferencing over the chat room)
    2009-04-06 11:01:10下载
    积分:1
  • 347
    说明:  在运行本程序时,检索整个局域网络,将局域网中的计算机名和IP地址显示在ListControl空间中。(Running the program, search the entire local area network LAN of the computer name and IP address appears in ListControl space.)
    2008-10-14 14:53:53下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载