资源列表
[游戏] mynetshoop
说明:使用Java语言编写一个模拟网上超市购物结算功能的程序,要求程序运行后有一个图形用户界面,可供用户输入购买的各种商品相关信息,最后给出用户的购物清单及价格,并且用户可以根据需要查询自己购买的第几项商品的详细信息。-A simulated online supermarket shopping the clearing functions the program using the Java language, the program runs a graphical user interface<lanyulin> 在 2025-09-17 上传 | 大小:11kb | 下载:1
[棋牌游戏] four-chess-game
说明:四子棋规则 顺序规则:红方为先手,黄方为后手。落子规则为,每一列必须从最底下的一格开始。依此可向上一格落子。一方落子后另一方落子,依此抡次。直到游戏结束。 输赢规则:同一颜色的棋子或水平,或左右斜方向,或垂直方向有四个连成一线即为该方赢,游戏结束。如果满盘均填满,游戏尚未分输赢,则为和棋。 -Four sons chess rules ordering rules: red for the upper hand, Huang Fang FLAC. The Lazi rules f<郭楠> 在 2025-09-17 上传 | 大小:11kb | 下载:0
[游戏] simple-war
说明:个人制作游戏程序,C++编写,根据小时候玩的炸飞机游戏制作。-A simple game about war.<> 在 2025-09-17 上传 | 大小:11kb | 下载:0
[其他智力游戏] knights-tour
说明:骑士巡游游戏,程序给出了实现方法,使骑士总是移向具有最少出口且没有到达过的方格之一-The Knight Parade game program given the ways in which Knight always move to one of the least export and did not reach the checkered<刘洋> 在 2025-09-17 上传 | 大小:11kb | 下载:0
[游戏] super_mario_clone
说明:大家都知道的超级玛丽游戏-we all know the Super Mario game-Super Mario game that we all know- we all know the Super Mario game<爱恨情愁> 在 2025-09-17 上传 | 大小:11kb | 下载:0
[其他游戏] opengl.zip
说明:利用opengl实现动画效果的源代码,编译环境是xp + vc6.0,The source code, compiled using opengl animation environment xp+ vc6.0<人的人> 在 2025-09-17 上传 | 大小:11kb | 下载:0
[其他智力游戏] java-Russian-cube
说明:java俄罗斯方块,实现了简单的音乐、界面与游戏功能,有兴趣的朋友可以看看。-java Tetris, a simple function of music, the interface with the game, and interested friends can have a look.<david peterson> 在 2025-09-17 上传 | 大小:11kb | 下载:0
[其他游戏] juzhenxiangcheng
说明:编写程序,可以实现m*n矩阵和n*p矩阵相乘。m,n,p均小于10,矩阵元素为整数。 分析: 首先我们可以根据题意写出函数头。可以定为void MatrixMutiply(int m,int n,int p,long lMatrix1[MAX][MAX],long lMatrix2[MAX][MAX],long lMatrixResult[MAX][MAX]),其中lMatrix1和lMatrix2分别是输入的m*n矩阵和n*p矩阵,lMatrixResult是输出的m*p矩阵。 因<郑雯雯> 在 2025-09-17 上传 | 大小:11kb | 下载:0