-
c语言版的控制台扫雷
本小游戏使用c语言开发,基于windows控制台运行,通过键盘操作游戏的进行,游戏过程中有相关说明,现实版本1.0,功能十分简单,也存在一些bug,希望有兴趣者共同改进。
- 2023-01-25 14:55:03下载
- 积分:1
-
Matlab2048
通过按键(W,A,S,D或方向键)控制小块的移动方向,当有两个小块相同时,把两者合并,产生一个新块(其值90%为2,10%为4)。并给予一定的分数,记录在数据文件中,显示在界面上。当最大块的值达到2048时,您将获得胜利,胜利后您可以选择继续游戏(当最大块的值为4096时,您将获得连胜,依次类推),或者退出游戏。(By controlling buttons (W, A, S, D or direction key), we control the moving direction of small pieces. When two blocks are in the same way, we merge them into a new block (the value is 90%, 2, 10% is 4). And give a certain score, record in the data file, display on the interface. When the maximum block value reaches 2048, you will win. After winning, you can choose to continue playing. When the maximum block value is 4096, you will win the game in a row or by analogy.)
- 2020-12-10 16:09:19下载
- 积分:1
-
BcbChess
C++Builder程序设计范例:中国象棋 / 胡达著 出版发行 北京 : 清华大学出版社, 2002
的附带光盘,用c++Builder实现一个简单的象棋程序
(C++ Builder Program Design Example: Chinese Chess/Huda published a Beijing: Tsinghua University Press, 2002 spin-off CD-ROM, with c++ Builder realize a simple chess program)
- 2008-04-07 23:05:11下载
- 积分:1
-
pullbox.c
C语言实现的一个推箱子的游戏,大家可以试着玩玩哦(C language implementation of a Sokoban game, we can try to play Oh)
- 2011-08-16 03:43:16下载
- 积分:1
-
caishuzi
delphi 猜数字游戏,有兴趣的可以参考学习(delphi game code)
- 2011-06-17 15:49:44下载
- 积分:1
-
lelss-linuuxi
用linuX 下的C语言 运用CURSES开发的俄罗斯方方块游戏源码,非常好,这个是本人原创,值的参考 可直接使用。
(The C language under Linux using CURSES development of the Russian puzzle game source code, very good, this is my original, the value of the reference can be directly used.)
- 2012-07-17 22:31:34下载
- 积分:1
-
Flappy Bird 像素鸟小游戏源码(C#版)
Flappy Bird 像素鸟小游戏源码(C#版)
- 2019-06-04下载
- 积分:1
-
jiang
研究了利用混沌相变进行弱信号检测的理论及仿真试验( 对基于)振子初值敏感性检测弱信号的方法分
析后指出,过渡过程会影响检测性能,提出一个猜数游戏,一种改进的弱信号检测方法( 对仿真输入噪声生成和仿真步长选择进行
研究后建立了仿真模型,在典型噪声背景下检测弱正弦信号( 实验结(Studied the use of chaotic phase transitions for weak signal detection theory and simulation test (based on) the sensitivity of oscillator initial value method of weak signal detection analysis pointed out that the transition process will affect the detection performance, make a guess the number of games, an improved weak signal detection methods (for simulation input noise generation and simulation step size selection study established a simulation model, in a typical background noise detection of weak sinusoidal signal (experimental colorectal)
- 2008-07-14 19:02:07下载
- 积分:1
-
QT编的贪吃蛇游戏
用链表来存储蛇身体的位置,有一个指向蛇头的指针。根据蛇的移动方向,在蛇头前加一节蛇身,去掉蛇的最后一节,这样就实现了蛇的移动了。
定一个Timer,每秒重画一次,根据蛇的位置将其画出即可。
- 2022-04-15 04:13:28下载
- 积分:1
-
GreedSnakeGame
说明: 一个用MVC模式写出来的贪食蛇小游戏,将Model.View.Control分开,可作为学习MVC的入门。(an MVC model was made using the embedding of small game, separately Model.View.Control will be a learning MVC entry.)
- 2006-01-18 03:39:17下载
- 积分:1