Description: JAVA课程设计(五子棋)
包含论文
摘 要
目前,以计算机技术和网络技术为核心的现代网络技术已在现实生活和生产中得以广泛的使用,休闲类网络游戏集趣味性,娱乐性,互动性和益智性于一体,已经成为多数人群的休闲方式。
本软件使用JAVA语言实现,通过对SCOKET技术的理解,在此基础上建立服务器与多客户端的连接,利用多线程处理多个客户端之间的信息。
通过对软件的编写,加深对以上技术的理解和掌握。
关键词: 多线程 流套接字 APPLET 数据传输
-JAVA Course Design (331) contains papers Abstract At present, computer and network technology at the core of modern networking technology in real life and production is widely used. leisure class network game set interesting, entertaining, interactive and informative sexual integration have become the majority of the leisure crowd. The use of Java software language, right SCOKET technical understanding, In this based on the server and multi-client connectivity, the use of a number of multi-threaded processing between the client information. Through the preparation of the software, a deeper understanding of the techniques above to understand and grasp. Keywords : multithreading flow data transmission socket APPLET Platform: |
Size: 65555 |
Author:shushun |
Hits:
Description: A client/server application that implements the game of BINGO. This example broadcasts information via a multicast socket, builds its GUI with Swing components, uses multiple synchronous threads, and communicates with RMI. Platform: |
Size: 37888 |
Author:刘波 |
Hits:
Description: JAVA课程设计(五子棋)
包含论文
摘 要
目前,以计算机技术和网络技术为核心的现代网络技术已在现实生活和生产中得以广泛的使用,休闲类网络游戏集趣味性,娱乐性,互动性和益智性于一体,已经成为多数人群的休闲方式。
本软件使用JAVA语言实现,通过对SCOKET技术的理解,在此基础上建立服务器与多客户端的连接,利用多线程处理多个客户端之间的信息。
通过对软件的编写,加深对以上技术的理解和掌握。
关键词: 多线程 流套接字 APPLET 数据传输
-JAVA Course Design (331) contains papers Abstract At present, computer and network technology at the core of modern networking technology in real life and production is widely used. leisure class network game set interesting, entertaining, interactive and informative sexual integration have become the majority of the leisure crowd. The use of Java software language, right SCOKET technical understanding, In this based on the server and multi-client connectivity, the use of a number of multi-threaded processing between the client information. Through the preparation of the software, a deeper understanding of the techniques above to understand and grasp. Keywords : multithreading flow data transmission socket APPLET Platform: |
Size: 65536 |
Author:shushun |
Hits:
Description: 一款支持蓝牙传输的游戏,游戏名叫“游戏王” 适合中级j2me手机游戏开发者-A support for Bluetooth transmission games, game called Game King for the intermediate j2me mobile game developers Platform: |
Size: 777216 |
Author:zhangliang |
Hits:
Description: 手机游戏对战平台。自己做的一个东东。
支持多个手机联网打游戏;采用socket链接通信。
平台:J2ME&JAVA-Mobile gaming platform war. Own a Dongdong. Support multiple mobile network game play the use of socket communication link. Platform: J2ME & JAVA Platform: |
Size: 2237440 |
Author:zengli |
Hits:
Description: A client/server application that implements the game of Boomberman. This example broadcasts information via a multicast socket, builds its GUI with Swing components, uses multiple synchronous threads, and communicates with RMI Platform: |
Size: 114688 |
Author:irwansyah |
Hits:
Description: 一个网络版的井字棋游戏,利用serverSocker和socket编程,很有意思的,可以把服务器和客户端分开。-A network version of Tic-Tac-chess game, using serverSocker and socket programming, very interesting, and can separate the server and client. Platform: |
Size: 26624 |
Author:周松文 |
Hits:
Description: 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 Platform: |
Size: 18432 |
Author:xinfei |
Hits:
Description: 怀旧一下,相信好多人都玩过,在纸上画几个方格,再添加几个不同方向的飞机,之后就开始大喊大叫:“打中你翅膀啦,打中你脑袋啦!”。现在写了一个两个人局域网打飞机的游戏。输入对方IP地址,最多摆放5架飞机,击中所有飞机头获胜。java applet小程序,可以学习到socket应用。适合不能上外网,又不爱玩windows自带那几个游戏的人,来试试这个小游戏吧~-Nostalgic look, I believe many people have played, a few paintings on paper box, and then add a few different directions of aircraft, began screaming after: " You hit the wing friends, hit your head it!" . Now two people to write a play LAN games aircraft. Enter each other' s IP address, put up five aircraft, all aircraft hit the first victory. java applet applet, you can learn to socket applications. For not on the external network, not fond of playing a few games that comes with windows people to try this game it ~ Platform: |
Size: 132096 |
Author:白贺强 |
Hits:
Description: Java编写的改进版坦克大战的游戏,主要特别加入了网络联机功能,比较适合Java新手学习多线程机制、简单图形制作以及Socket开发。-Improved version written in Java Tankedaizhan the game, the main function of particular line to join the network, more suitable for novice learning Java multithreading mechanism, simple graphics production and Socket development. Platform: |
Size: 96256 |
Author:鄢波 |
Hits:
Description: Java通过socket+swing实现一个简单的网络版有声斗地主游戏。包括服务器和客户端代码。-Java socket implementation through a simple sound Landlords game. Including server and client code. Platform: |
Size: 636928 |
Author: |
Hits:
Description: JAVA实现的网络象棋游戏~Socket 多线程问题~等等~很好的网络编程小游戏哦-JAVA Implementation of the network chess game ~ Socket multi-threaded problem ~ and so ~ good network programming game! Platform: |
Size: 40960 |
Author:覃华杰 |
Hits:
Description: Android 中国象棋游戏 可以网络对战,分为客户端和服务端,客户端为 Android 应用,服务端使用Java语言实现,数据库为MySQL,使用到了Socket和多线程技术。(An Android Chinese chess game which can be network to combat, divided into client and server, client is Android application, server uses Java language, database is MySQL, use Socket and multi-thread technology.) Platform: |
Size: 8585216 |
Author:啊小小小 |
Hits:
Description: 使用java开发的应用程序,打字小游戏,有 闯关,练习,对战三种模式。有背景乐,字符出现根据导入的单词数据库(Using java development application, typing game, there are three ways to break through, practice, and fight. There are background music, characters appear according to the imported word database.) Platform: |
Size: 8887296 |
Author:yushangyan |
Hits: