搜索资源列表
cwq4
- There is a shared object – int array[] between Write and Read. Write sets the array, Read gets the array and sorts ascending. Write a program to implement the write/read question by using synchronization mechanism and GUI.
FiveChessGame
- 基于GUI的Java五子棋游戏源码,可人机对战,用java swing做的,运行时需要修改图片的路径。 制作思路: 用按钮做棋子,用图片填充每个按钮。 设置棋盘为24*24的,五子棋FiveChessGame类,继承了JFrame,并且添加了时间监听,五子棋的棋子chess,用JButton表示,五子棋棋子chess对应的棋子标识,用于标记棋子的状态。 1表示黑棋,-1表示白棋,默认0表示无棋子,点击棋子时设置棋子的图标setOnChessIcon。 根据判断该位置
Sort-GUI
- 在文本框输入要排序的数组元素,该应用将会用多线程的思想用三种排序方法——直接插入排序、直接选择排序、冒泡排序,将该数组排序-Input the elements of the array in the textfield, this application will use three sort methods to sort the array in the multithreading way.The sort methods include insertion sort, selectio
12414525234
- java课件包括 类 封装性 继承性多态性 数组接口 图形界面-java courseware including classes encapsulation inheritance polymorphism array Interface GUI
Sanke
- 贪吃蛇游戏创建三个模块,分为Map,Sanke,Gui。Map类应用二维数组实现地图布局。Snake类主要运用GUI中监听Button按钮的颜色变化,来实现舍得移动和捕食。并在地图中随机出现食物。Gui通过键盘监听器使得蛇移动方向。此次项目让我感受到编程的乐趣!(Snake game to create three modules, divided into Map, Sanke, Gui. Map class uses 2D array to realize map layout. Snake
Exercises
- java练习,包括java基础,数据类型,数组使用,GUI,继承多样性等(Java exercises, including the Java base, data type, array use, GUI, inheritance diversity, etc.)
Additional Exercises
- java补充练习,包括java基础,数据类型,数组使用,GUI,继承多样性等(additional Java exercises, including the Java base, data type, array use, GUI, inheritance diversity, etc.)
Activities
- java小项目实践,包括java基础,数据类型,数组使用,GUI,继承多样性等(Java small project practice, including the Java foundation, data types, array use, GUI, inheritance diversity, etc.)