搜索资源列表
VC++源代码之网络泡泡龙
- 环境:windows98/2000/xp,Visula C++6.0下编译通过.模型采用的目前非常流行的C/S架构,TCP/IP通信协议-environment : windows98/2000/xp, Visula 6.0 C compiler through. The current model is very popular C / S architecture, TCP / IP communication protocol
packagecapture
- 封包截取源码,vc,可以提供对指定ip地址与本地机通讯的网络包的截取。对*编程中截取封包编程非常有帮助,而且可以用他来做封包数据分析。-packet interception source, vc, can provide to the designated ip addresses with a local communications network packet interception. Programming on external packet interception progr
networkgame
- VC++6.0多人网络小游戏-支持多人联机网络游戏程序源代码,且支持TCP/IP,IPX等多种网络协议.-small multiplayer online games - multiplayer online game network source code, but support for TCP / IP, IPX and other network protocols.
3389
- 从Internet网络发展的速度来看,组播是一个旧概念而不是一个新概念,但它由于各种原因发展比较缓慢。IP组播的概念于1988年最早出现在Steve deering的博士论文中,在1989年Steve deering对标准IP网络层协议进行了扩展,提出了IP组播规范;1992年3月第一次建立组播主干网MBone,IETF并成功地在组播网上举行了一次会议,才引起人们的广泛关注。而第一个WWW浏览器出现在1990年,-from Internet network development pace, a
FiveChess
- TCP/IP 下的网络五子棋游戏,支持对等模式 同时支持即时通讯
wuziqi
- 用VC++编的五子棋游戏,可选择两个人对战,与电脑对战,也可通过加入IP地址,网络对战
wuziqi
- 一个五子棋的源代码,可以编译通过.实现网络游戏,只要输入服务器端的IP即可
chess
- 项目:五子棋 说明:可网络联机,采用的TCP连接。如果联机不成功,在源代码里面稍微改一下IP即可
chinesischeSchach
- VC++写的中国象棋游戏源程序 VC++写的中国象棋游戏源程序,界面看上去挺不错,可以选择人与电脑对战,通过网络人与人对战,程序虽小,不过考验的编程水平是多方面的,因此通过游戏我们有学习不少实用的技巧。简要说明一下:游戏网络运行方法:先在网络上的一台运行作为服务器,再到另外一台机器上运行这个程序,选择不作服务器,并制定服务器的IP地址,游戏就可以开始了 -VC++ to write the Chinese chess game source code VC++ source code t
chessnet
- 局域内网络象棋,先各自建立主机,然后连接对方IP即可,没有建成客户机-服务的形式-Chess Board area network, first set up their own host, then connect the other IP can not build the client- in the form of service
siguojunqi
- 在开发网络游戏时,首先要建立底层的网络通信类,利用网络通信类连接构建客户服务器之间的TCP/IP连接,然后在该连接的基础上利用自设定的协议进行客户端登录、进行游戏等操作。在以上协议的基础上,根据不同的游戏编写不同的游戏逻辑处理类,在该逻辑处理类中实现了对应的游戏逻辑,如实例中的军棋,则实现相互之间的对弈等功能。同时在服务器端还需要和数据库服务器交互,用于读取或保存客户信息(如用户积分、密码、个人资料等数据)。-Abstract: This article introduces the desig
demo1
- 中国象棋 /源文件保存为 demo1.java 编译运行, //注:端口号文本框只是为了在单机上调试用的, //若在网络中运行,直接将代码中的 //DatagramSocket sock = new DatagramSocket(mypt) 改为: DatagramSocket sock = new DatagramSocket(2000) //取默认端口: 2000 然后只需要输入对方的IP地址即可玩网络象棋了。 //玩法:鼠标点击拖动棋子,程序中不对走法的正确性
NetTetris
- 网络对战俄罗斯方块 游戏简介: 本游戏分为服务器端server.exe和客户端client.exe两个执行程序。应首先运行服务器端以保证客户端可以正常登陆,客户端运行后输入服务器端的ip地址即可登陆。 游戏规则: 控制落下的方块,一行填满后则消去,消去行数多的人获胜。 游戏控制: ←、→ - 左右移动方块 ↑ - 方块变形 ↓ - 方块下落 空格 - 方块落到底-Online play Tetris Game Descr
wangluowuziqi
- 网络五子棋 单击“开始”按钮,输入服务器IP、端口及昵称,即可开始游戏。在游戏过程中,还可给对方发送信息。-Internet backgammon Click " Start" button, enter the server IP, port and nickname, you can start the game. In the course of the game can also send messages to each other.
VCfivechess
- 网络五子棋双人对战游戏,拥有客户端和服务端,可以通过IP联网操作-Double Game of backgammon with the network client and server operations through the IP network
FiveChess
- CSOCKET+MFC写的网络五子棋程序,可以与朋友网上对战(要求公网ip)。对五子棋或学习网络编程有兴趣的同学有很*价值-CSOCKET+ MFC write network backgammon program, online play with friends (which requires public network ip). Learning of backgammon or students interested in network programming is very v
144
- 一个网络ip的带有表格棋盘的五子棋游戏,包含源代码-Ip form a network with a backgammon board of the game, including source code
delegate
- 用c shape开发的网络五子棋游戏,包含Tcp/Ip Ucp 协议,服务器配置等功能。实现多人对局,类似QQ游戏。-develped by c#, including tcp/Ip, ucp and configuration of server. similar to QQ game, can be used by many players.
game
- 一款网络版得俄罗斯方块,让你体验编程网络的魅力 连接ip 注意安全-Have a network version of Tetris, let you experience the charm of the network connection ip java attention to safety
五子棋
- 网络对战五子棋,可实现两人在线对战,输入ip即可(Netplay gobang, two people can realize the online play, simply enter the IP)