愤怒的小鸟 贪吃蛇 飞机大战 坦克大战 消消乐 星图 大家来找茬
2022-02-14 14:07:24 18.66MB 小程序 pygame python
1
经典的MATLAB程序设计源代码: 车牌识别系统设计源码 方程求根 离散优化 数据拟合 数学规划 图形 微积分和微分方程 演示程序 大学生数学建模竞赛题解 随机模拟和统计分析 时间序列分析以及递推关系的作图分析等等
经典游戏源代码合集:中国象棋,俄罗斯方块,迷宫,扫雷,跳棋
2022-01-26 14:41:02 11.07MB 经典游戏源代码合集
1
30套JSP网站源代码合集.rar
2021-12-14 12:34:22 44KB 30套 JSP网站 源代码 合集
1
160个项目开发实例,聊天项目,小游戏适和新手学习(项目采用GBK编码)。 import java.util.*; import java.io.*; import java.awt.*; import java.awt.event.*; import java.applet.*; import javax.swing.*; class Gobang extends JFrame implements Runnable, ActionListener { final static int Player=1; final static int AI =-1; ClassLoader cl = this.getClass().getClassLoader(); Toolkit tk = Toolkit.getDefaultToolkit(); int length=14, game_state, winner, check, step; int grid[][] = new int[length][length]; int locX, locY /* 囱竚 */, count /* 硈囱计 */, x, y /* 既竚 */, displace_x=0, displace_y=0 /* 簿秖 */, direction; ArrayList steps = new ArrayList(); /* 癘魁囱˙ */ JPopupMenu control_menu = new JPopupMenu(); /* 龄匡虫 */ JMenuItem[] command = new JMenuItem[4]; String[] command_str={"囱", "郎", "弄郎", "秨"}; int[][] dir = { {-1, -1}, {-1, 0}, {-1, 1}, {0, -1}, {0, 1}, {1, -1}, {1, 0}, {1, 1} }; boolean[] dir2 = new boolean[8]; boolean turn; String message; final JDialog dialog = new JDialog(this, "叫匡", true); Font font=new Font("new_font", Font.BOLD, 20); Grid grids[][] = new Grid[length][length]; Image white= tk.getImage(cl.getResource("res/white.png")); Image black= tk.getImage(cl.getResource("res/black.png")); Image title= tk.getImage(cl.getResource("res/title.png")); Image temp; JPanel boardPanel, bigpanel; JRadioButton[] choice = new JRadioButton[2]; final static int Start =0; final static int Select =1; final static int Playing =2; final static int End =3; final static int nil=-1; /* 礚よ */ final static int oblique_1 =0; /* オ */ final static int oblique_2 =1; /* オ */ final static int horizontal =2; /* 绢 */ final static int vertical=3; /*  */ Gobang() { super("き囱"); boardPanel = new JPanel(); boardPanel.setLayout(new GridLayout(length, length, 0, 0)); boardPanel.setComponentOrientation(ComponentOrientation.RIGHT_TO_LEFT); for(int i=0; i
2021-12-01 08:39:16 602KB 包含五子棋等
1
C#项目实战源代码合集(定期更新)
2021-10-28 19:02:44 46KB C# 项目 实战 源代码
热爱编写游戏的朋友们的最爱,其中有十四种小游戏的代码,可以方便大家的学习,另外还有机器人课件,想制作机器人的朋友可以参考
2021-10-20 10:37:30 25.55MB 游戏源代码
1
里面包括我从网上找的5个人脸识别系统的源代码(花了积分下的),有几个可以运行,可以借鉴一下。
2021-10-18 20:32:17 50.74MB 人脸识别
1
经典游戏源代码合集,包括以下游戏: 超级玛利 俄罗斯方块 汉诺塔 连连看 迷宫 拼图游戏 潜艇大战 扫雷 贪吃蛇 坦克大战 跳棋 推箱子 五子棋 中国象棋
2021-09-26 10:58:41 18.21MB 经典 游戏 源代码 合集
1
一共8个网页,超大合集近60M。 七夕表白8个网页源代码合集.zip
2021-08-16 15:37:18 42.94MB 七夕 表白 HTML JS
1