-
Everyone knows the Maths important.
the math routes are for beginner.
have a...
Everyone knows the Maths important.
the math routes are for beginner.
have a fun.
- 2022-01-24 17:59:32下载
- 积分:1
-
DC++ 0.687版本,需要安装WTL和STLport才能编译
DC++ 0.687版本,需要安装WTL和STLport才能编译-DC++ 0.687 version, need to install to compile STLport and WTL
- 2022-01-21 03:18:45下载
- 积分:1
-
C语言实现贪吃蛇
//: Snake.c
/* * * * * * * * * * * * * * * * * * * * * * *
// Project: RedSnake(贪吃蛇)
// Author: Problue
// Version: 1.0
// Date: 19:55 2012-10-29
* * * * * * * * * * * * * * * * * * * * * * */
#include
#include
#include
#include "pcc32.h"
// 定义地图的尺寸及坐标
#define MAP_WIDTH 32 // 地图宽度
#define MAP_HEIGHT 32 // 地图高度
#define OFFSET_X 1 // 地图左右的边距
#define OFFSET_Y 1 // 地图上下的边距
#define TOTAL_WIDTH (MAP_WIDTH + OFFSET_X * 2) // 窗口宽度
#define TOTAL_HEIGHT (MAP_HEIGHT + OFFSET_Y * 2) // 窗口高度
#define GotoMap(x, y) gotoTextPos((x) * 2, (y))
// 定义地图方格的状态,分别为: 空格、蛇头、蛇身、蛇尾、食物
#define BS_SPACE 0
#define BS_SHEAD 1
#define BS_SBODY 2
#define BS_STAIL 3
#define BS_FOOD 4
// 蛇默认长度
#define SNAKE_MIN_LEN 5
// 定义蛇运动方向: 上、下、左、右
#define DIR_UP 1
#define DIR_DOWN 2
#define DIR_LEFT 3
- 2022-05-15 19:59:34下载
- 积分:1
-
一个易语言的屏幕取色例程,源码,供易初学者参考。
一个易语言的屏幕取色例程,源码,供易初学者参考。-An easy language to take color screen routines, source code, for easy to advanced users.
- 2022-02-05 22:32:27下载
- 积分:1
-
TC prepared a practical tool Matrix Printer. Rar, including all the library
TC编写的一个实用的点阵字模工具.rar,包含所有的字库-TC prepared a practical tool Matrix Printer. Rar, including all the library
- 2022-03-12 00:49:18下载
- 积分:1
-
自动关机软件
有利于自己合理的安排时间
自动关机软件
有利于自己合理的安排时间-automatic shutdown software is conducive to a reasonable arrangement own time
- 2022-04-06 10:51:45下载
- 积分:1
-
1 : I hope the open source community to listen to their views. 2 : .. clock di...
1:希望开放源码,听取大家意见。2:..clock目录下有clock.exe。3:控制功能的实现:左右键双击或拖动。孙飞2002-10-31-1 : I hope the open source community to listen to their views. 2 : .. clock directory under clock.exe. 3 : Realization of control : about double-click or drag button. Garrison are 2002-10-31
- 2023-05-05 09:20:04下载
- 积分:1
-
请假管理系统
一个简单的休假管理制度管理员可以创建一份员工名单,给不同年份不同假津贴,配置审批结构。如果一个人登录,并请求离开,所有人都配置为具有审批授权的人会都得到电子邮件通知。类似邮件通知将发送给请求者经批准 / 拒绝
- 2023-01-02 06:45:17下载
- 积分:1
-
用MFC编写一个小闹钟程序
教你使用MFC编写一个小闹钟程序,初步认识windows编程,提供初学者一个具体的实例。
- 2022-04-11 19:01:43下载
- 积分:1
-
Hash查找的C++类
Hash查找的C++类,.h,.cpp文件,有演示代码,给出城市关键字和ID,还可以自己添加哈希函数
- 2022-04-18 22:29:19下载
- 积分:1