- 博客(2)
- 收藏
- 关注
原创 c语言写俄罗斯方块(源码)
#include#include#include#include#include#include#include#include#define ROW 19 // 游戏区域的行数#define COL 12 // 游戏区域的列数#define NR 4 // 方块数据大小#define TYPE 7 // 方块类型数/* 按键枚举 */enum key { DOWN, ...
2022-05-07 19:42:05
4875
原创 c++画圣诞树
include<iostream>using namespace std;#include<cmath>#define PI 3.14159265359#define T px + scale * r * cos(theta), py + scale * r * sin(theta)float sx, sy;float sdCircle(float px, float py, float r){ float dx = px - ...
2022-05-03 14:13:52
1926
2
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅