-
linux 贪吃蛇 GCC编译 在终端下进行游戏,不需要打开xwindow
linux 贪吃蛇 GCC编译 在终端下进行游戏,不需要打开xwindow-Snake GCC compiler linux in a terminal under the games, without having to open XWindow
- 2022-05-19 07:13:17下载
- 积分:1
-
LED digital tube display arbitrary hexadecimal digits, and realize the use of in...
LED数码管上显示任意十六进制数字,并且利用中断直接实现扫描-LED digital tube display arbitrary hexadecimal digits, and realize the use of interrupted direct scanning
- 2023-02-22 10:30:03下载
- 积分:1
-
C cases intensive curriculum design series
C++课程设计案例精编--24点游戏 -C cases intensive curriculum design series-- 24 points game
- 2023-05-25 05:50:03下载
- 积分:1
-
matlab数值插值的相关程序,是我数学建模期间学习的资料,内带先关程序以及讲解PPS,适合初学者学习...
matlab数值插值的相关程序,是我数学建模期间学习的资料,内带先关程序以及讲解PPS,适合初学者学习-interpolation matlab numerical procedures, mathematical modeling is my data during the study, with customs clearance procedures, as well as with the first on the PPS, suitable for beginners to learn
- 2022-04-10 18:15:26下载
- 积分:1
-
prototype.js原代码包及详细原代码讲解,迅速让你通过高质量的原代码掌握函数式编程,是js水平提升一个新高度...
prototype.js原代码包及详细原代码讲解,迅速让你通过高质量的原代码掌握函数式编程,是js水平提升一个新高度-prototype.js original code and details on the original code, rapidly giving you high-quality original master function-code programming is js upgraded to a new height
- 2023-01-25 16:45:04下载
- 积分:1
-
模拟TV的介绍,对初学者非常有用,文中说了很多基础知识
模拟TV的介绍,对初学者非常有用,文中说了很多基础知识-simulation on the TV, very useful for beginners, the text said a lot of basic knowledge
- 2022-02-06 15:15:43下载
- 积分:1
-
手机游戏:雷电的遗址,画面精彩,运行流畅!
手机游戏:雷电的遗址,画面精彩,运行流畅!-mobile games : lightning sites, wonderful picture, running smooth!
- 2023-03-17 20:35:04下载
- 积分:1
-
用C++实现LR(0)语法分析
用C++实现LR(0)语法分析
用C++实现LR(0)语法分析
用C++实现LR(0)语法分析-C achieve LR (0) C syntax analysis achieve LR (0) syntax analysis
- 2022-02-11 17:36:54下载
- 积分:1
-
csharp写的一个贪吃蛇游戏程序,一个经典的游戏,适合新手学习csharp...
csharp写的一个贪吃蛇游戏程序,一个经典的游戏,适合新手学习csharp-CSharp written procedures for a Snake game, a classic game, suitable for novice learning CSharp
- 2022-05-08 02:55:42下载
- 积分:1
-
c语言编写的俄罗斯方块程序,c语言环境编写,供大家娱乐一下:)...
c语言编写的俄罗斯方块程序,c语言环境编写,供大家娱乐一下:)-/********************************/
/* Desc: 俄罗斯方块游戏 */
/* Date: 2008.03.12 22:30 */
/********************************/
#include
#include
#include
#include
#include
#include
#define true 1
#define false 0
#define BoardWidth 12
#define BoardHeight 23
#define _INNER_HELPER /*inner helper method*/
- 2022-03-31 10:48:11下载
- 积分:1