-
俄罗斯方块,经典游戏。
其中的主要逻辑有:
(1)由于c的随机性函数不好,所以每次游戏开始根据bios时间设置种子。
(2)得分...
俄罗斯方块,经典游戏。
其中的主要逻辑有:
(1)由于c的随机性函数不好,所以每次游戏开始根据bios时间设置种子。
(2)得分越高,方块下降速度越快(每200分为单位)。
(3)每下落一个方块加1分,每消除一行加10分,两行加30分,三行加70分,四行加150分。初试分数为100分。
游戏控制:
up-旋转;空格-下落到底; 左右下方向键-控制方向。P-开始或暂停游戏。 ESC-退出。
特点:
(1)由于tc不支持中文,所以基本都是英文注释。
(2)函数命名尽可能规范的表达其内部处理目的和过程。
(3)代码加上注释仅有577行。(我下载过的两个俄罗斯方块代码一个在1087行,一个在993行,我的比它们代码少)。
(4)除了消除空格时算法比较复杂,其他算法都比较简单易读。
(5)绘图效率和局部代码效率扔有待提高。
(6)FrameTime参数可能依据不同硬件环境进行具体设置,InitGame需要正确的TC路径。-Tetris, classic games.
- 2022-02-20 12:56:31下载
- 积分:1
-
文本分类工具libsvm
文本分类工具libsvm-2.9.zip
信息检索和数据挖掘的中用到的工具包,
里面有C++、JAVA、Python等多个语言版本-Libsvm-2.9.zip text classification tool for information retrieval and data mining tools used in the package, inside C++, JAVA, Python and other languages
- 2023-08-11 01:30:03下载
- 积分:1
-
loss_rmse
说明: 18个项目,通过前9天的数据,预测第10天PM2.5的含量,采用线性回归,损失函数为均方根误差(Through the data of the first nine days, the PM2.5 content of the 10th day was predicted for 18 projects, and linear regression was adopted, and the loss function was root mean square error.)
- 2020-06-10 00:06:05下载
- 积分:1
-
再发一些Java对象、Java类学习实例
再发一些Java对象、Java类学习实例,比较零乱,没有怎么整理,都是些初级的例子,学习Java的新手或许可以参考。
- 2023-08-13 15:00:04下载
- 积分:1
-
最小二乘支持向量机MATLAB实现源代码,可以用于模式识别以及回归,DEMOCLASS是使用方法示例...
最小二乘支持向量机MATLAB实现源代码,可以用于模式识别以及回归,DEMOCLASS是使用方法示例-least squares support vector machines MATLAB source code, can be used for pattern recognition and regression, DEMOCLASS example is the use of
- 2022-08-20 23:21:16下载
- 积分:1
-
c#编程220例
本书是c#经典编程220例这本书的完整代码,包含书中所有的例子的详细代码,十分详尽,本书可以作为相关计算机专业领域的编程开发入门教材,而且也适合计算机专业的各类学生和爱好者,,作为初级的入门教材
- 2022-07-02 02:12:47下载
- 积分:1
-
二维图形类的顶点类源码,对二维图形变成很有帮助。
二维图形类的顶点类源码,对二维图形变成很有帮助。-Two-dimensional graphics class vertex type source of two-dimensional graphics become very helpful.
- 2023-08-20 11:50:03下载
- 积分:1
-
uCOS-II原理 任哲--PPT
说明: 嵌入式实时操作系统μC/OS-II讲解(ppt) 任 哲
一.计算机操作系统的基本概念
二.操作系统中常用的数据结构
三.并发操作系统的概念
四.任务的要素
五. μC/OS-II的任务管理(任务调度)
六. μC/OS-II的中断和时钟
七. μC/OS-II的任务的同步与通信
八. μC/OS-II的存储管理
九.硬件抽象层和测试台(Embedded real-time operating system/os-ii presentation (PPT
The basic concept of computer operating system
Two. The commonly used data structure in the operating system
Iii. Concept of concurrent operating system
Four, the elements of the task
5. Task management of C/ os-ii (task scheduling)
Six. C/ os-ii interrupts and clocks
7. Synchronization and communication of C/ os-ii tasks
8. C/ os-ii storage management
Hardware abstraction layer and test bed)
- 2020-05-04 20:53:34下载
- 积分:1
-
his little function rounds a number (or the elements of a vector ot matrix) towa...
his little function rounds a number (or the elements of a vector ot matrix) towards the nearest number with N significant digits.
Examples:
roundsd(0.012345,3) returns 0.0123
roundsd(12345,2) returns 12000
This is a useful complement to Matlab s ROUND, ROUND10 and ROUNDN (Mapping toolbox), especially when dealing with data with a large variety of order of magnitudes.
I was about to upload this file when I found "sd_round.m" by Edward Zechmann (see aknowledgment), which has similar feature (and more). But, because my script is very different in coding (much much shorter), I decided to share it anyway.
- 2022-06-30 21:07:55下载
- 积分:1
-
EEPROM (2401) read and write code, written with EMC. Very suitable for beginners...
EEPROM(2401)的读写代码,用EMC所写.非常适合初学者做为编成时参考.-EEPROM (2401) read and write code, written with EMC. Very suitable for beginners as formation of reference.
- 2022-01-25 17:11:38下载
- 积分:1