-
c++俄罗斯方块
桌面小游戏:俄罗斯方块 (含源程序)【软件简介】 虽然是非常古老的小游戏, 但现在仍然百玩不厌。 这个程序用BCB实现也非常简单。 为了让大家看清程序的算法, 程序的界面尽量简单, 没有过多的修饰。【游戏操作】 左、右、下移动光标键: 可移动下落的方块; 空格、回车分别按顺时针和逆时针方向旋转下落的方块; Esc: 暂停/继续; F10: 开始新游戏; 其它操作可通过选择菜单来实现。【计分方法】 只是落下方块: 1 分; 同时消去一行: 10 分; 同时消去两行: 30 分; 同时消去三行: 50 分; 同时消去四行: 80 分; 如果你的分数取得了名次, 会显示对话框提示你输入名字, 你的名字就会加入英雄榜。 选择菜单: 游戏→英雄榜: 可查看英雄榜的内容。【文件内容】 Games 文件夹:游戏执行文件 Source 文件夹:游戏源程序 (Borland C++ Builder 6.0)
- 2022-04-07 12:53:30下载
- 积分:1
-
在C++也解调锁相调制文件
PLL Modulation Document in c++ also demodulation-PLL Modulation Document in c++ also demodulation...
- 2022-02-05 04:46:01下载
- 积分:1
-
排序程序冒泡排序、 unsort、 部分排序
#define PARTIALLYSORTED_30 3
#define PARTIALLYSORTED_50 4
#define PARTIALLYSORTED_70 5
#define RANDOMIZE_QSORT 1
#define MERGE_SORT 2
#define SELECTION_SORT 3
#define BUBBLE_SORT 4
/ *---随机化快速排序---* /
int random_partition (int * arr、 int 开始,int 结束) ;
void random_quick_sort (int * arr、 int 开始,int 结束) ;
/*----------------------------------------------*/
/*-----------Merge Sort--------------------------*/
空的分区 (int arr [],int 低,int 高) ;
void 归并 (int arr [],int 低,年年高 int int) ;
/*------------------------------------------------*/
/ *---选择排序---* /
void sort_select (int n) ;
int; maxind(int m)
void swap1 (int * x int * y);
/*------------------------------------------------*/
/*-----------------Bubble sort--------------------*/
void recursive_bubble (int * 数组、 int 的大小) ;
/*-----------------------------
- 2022-07-02 17:33:19下载
- 积分:1
-
beautiful pair of C source code c learning program design has been very helpful
漂亮的C源代码
对学习c程序设计非常有帮助-beautiful pair of C source code c learning program design has been very helpful
- 2022-08-16 00:25:06下载
- 积分:1
-
Dynamic link library preparation process. Static library and dynamic library dis...
动态链接库程序的编写。静态库与动态库的区别,以及调用程序在链接静态库和动态库时的区别-Dynamic link library preparation process. Static library and dynamic library distinction, and call procedures in the static library and dynamic link library when the difference between
- 2022-10-07 01:25:04下载
- 积分:1
-
处理最原始的火星MOLA高程数据,但每次只能处理一个轨道。
处理最原始的火星MOLA高程数据,但每次只能处理一个轨道。-Deal with the most primitive MoLa Martian elevation data, but can only deal with one track each.
- 2022-07-07 11:51:21下载
- 积分:1
-
ucos in proteus
ucos,臂lpc2148,变形杆菌
- 2022-04-28 22:27:26下载
- 积分:1
-
C++ 打飞机源代码
用C++实现打飞机游戏!
直接可以在vc++6.0 或者更高级版本如VS 2012,VS2013上直接运行。
希望对学习C++的初学者有一定帮助!
- 2022-04-01 05:18:38下载
- 积分:1
-
计算器的详细代码,该计算器能进行加减乘除操作
计算器的详细代码,该计算器能进行加减乘除操作-Detailed code calculator, the calculator for addition and subtraction to multiplication and division operations
- 2022-05-25 10:08:33下载
- 积分:1
-
桌面墙纸我来换。吃软件为代码可以使用
也可以自己修改下。...
桌面墙纸我来换。吃软件为代码可以使用
也可以自己修改下。-Desktop wallpaper for me. Ate software code can be used can also be modified under their own.
- 2023-01-21 02:55:03下载
- 积分:1