JAVA案例
Java案例:数据结构、算法、可视化编程、O/I、编译原理、多线程、游戏、并行、网页设计、软件设计、jsp
-
Java课程设计 以Java程序语言完成一个课题设计,推荐选题为标准计算器、学生成绩管理系统以及猜数字、俄罗斯方块等各种小游戏,此外还可自拟规模适当的课题。提交及参加审核的内容为Java源代码和一份报告文档。 设计满分为100分,要求如下: 1. 要求具有图形用户界面。 2. 需根据个人的学习状况合理定题。 3. 独立完成(可在一定程度上参考网络及参考书等资源)... 继续阅读案例JAVA课题设计:JAVA Calculator计算器源码代码
: 标签: :,2019-03-09
-
In this project, you create a text-menu-driven program that reads text files and manipulates the input as directed by the user via the text menu. In addition, the program will both display the mo... 继续阅读案例Java:Big Program 2: TextManipulator
: 标签: :,2019-03-07
-
Implementing Sets with binary search trees Goals for this project • Learn about the implementation of Sets using binary search trees, both unbalanced and balanced • Implement me... 继续阅读CS案例之JAVA computer Science II: Data Structu
: 标签: :,2019-03-06
-
Java面向对象程序设计大题目 一、目的 1、 掌握用Java实现面向对象程序设计的基本方法 。 2、 熟练掌握Java程序开发环境的使用。 3、 完成一个应用程序的设计、编码、调试,了解程序设计过程,锻炼实际应用能力,为后续课程打下基础。 二、内容 (一)教材:Java游戏编程开发教程(ISBN:9787302419914)郑秋生、夏敏捷、杨关等.清华大学出版社 ... 继续阅读java案例中国题目:选做游戏——俄罗斯方块
: 标签: :,2019-03-02
-
1主题 这个项目的目标是设计,实施和测试用Java编写的视频游戏。 它将为2到6个玩家编写一个游戏RISK。 项目组最多有3个成员! 2游戏说明 RISK是在包含6片地区和42片领地的世界地图上进行的战略游戏,其中每轮游戏可以有2到6个玩家,游戏将一直持续直到他们达成游戏目标。 2.1游戏目标 游戏目... 继续阅读CS案例之Java编写的视频游戏
: 标签: :,2019-02-25
-
Network Programming Final project dr inż. Radosław Wajman UDP/TCP transmission speed tester Aim of the work: The aim of this work is to implement the client-server computer p... 继续阅读案例JAVA Network Programming编程网络计算:UDP/TCP trans
: 标签: :,2019-02-19
-
CPS 350: project 4 Two weeks, 100 pts This is NOT a team project. No late submission will be accepted. Receive 5 bonus points if turn in the complete work without errors at least one da... 继续阅读案例:CS案例之java案例CPS 350: Assignment 4计算机编程案例英国案例
2019-02-16
-
实现一个JAVA Game—— Hang man Game可视化编程 1.游戏截图: 模块设计 2.1 班( class的名词复数 ) 这个项目包括三个类别:HangmanL词汇on和HangmanPanel。每一班将详细说明如下: 2.2 HangmanLexicon 创建这个类是为了读取Hangma... 继续阅读CS案例之JAVA swing Game Hangman Game实现吊人游戏GUI Graphic
: 标签: : 标签:Assignment案例, cs案例, gui案例, hangman game, java案例, swing game案例, 案例cs的游戏, 案例java, 代码案例, 案例, 可视化游戏案例, 游戏案例, 编程案例,2019-02-12
-
0 PartA For each function f from the following list of functions, determine which g makes f(n) is O(g(n)) true1 The point of representing a function in this form is to create the simplest... 继续阅读案例 编程JAVA 英文题
: 标签: :,2019-02-09
-
Program 1: Scavenger Hunt Goal In your first program project, your task is to navigate a jeroo located on "Long Island": image.png Your jeroo should start at location (2, 2), facing eas... 继续阅读CS案例之JAVA Scavenger Hunt Goal
: 标签: :,2019-01-27