-
VC++6.0调试通过。单文档MFC程序中,随时捕获鼠标的状态,并显示在状态栏中。包括坐标、按键、时间等状态信息...
VC++6.0调试通过。单文档MFC程序中,随时捕获鼠标的状态,并显示在状态栏中。包括坐标、按键、时间等状态信息
- 2022-01-26 14:12:57下载
- 积分:1
-
For Systematization of week hours for school anduniversity program.
For Systematization of week hours for school anduniversity program.
- 2023-03-12 12:55:03下载
- 积分: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
-
配置Visual Studio的颜色应该说,很有必要。合适的颜色配置可以让coding时代码书写的错误降低很多,而且比起默认界面的颜色更加赏心悦目。
本资源...
配置Visual Studio的颜色应该说,很有必要。合适的颜色配置可以让coding时代码书写的错误降低很多,而且比起默认界面的颜色更加赏心悦目。
本资源内置15种配色方案 方便大家使用!-Configure Visual Studio" s color should be said that it is necessary. The right color scheme can coding mistakes when writing code to reduce a lot, but compared to the default interface is more pleasing colors. The built-in 15 kinds of resources to facilitate you to use color scheme!
- 2022-02-13 06:38:46下载
- 积分:1
-
WndTabs_src
WndTabs_src
- 2022-03-15 01:49:34下载
- 积分:1
-
c_astretch,this used for contrast auto stretch too,but this is a program that GI...
c_astretch,this used for contrast auto stretch too,but this is a program that GIMP used in the past ,on the other hand we can understand the program more easily
- 2022-03-15 13:26:38下载
- 积分:1
-
一个用c语言编写的麻将程序,简单好玩,值得研究下
一个用c语言编写的麻将程序,简单好玩,值得研究下-a language with the mahjong procedures, the simple fun, it is worth considering the next
- 2022-01-26 05:55:04下载
- 积分:1
-
C++语言开发的处理ply三维模型文件的程序
C++语言开发的处理ply三维模型文件的程序-C++ language processing ply 3D model documentation procedures
- 2022-02-07 00:41:08下载
- 积分:1
-
八皇后的图形界面程序,c语言编写。
八皇后的图形界面程序,c语言编写。-eight Queen"s graphical interface procedures, c languages.
- 2022-07-16 16:18:36下载
- 积分:1
-
可以在团体上随意绘画的小程序..简单好玩
可以在团体上随意绘画的小程序..简单好玩-In the group on a random drawing may be a small program simple and fun ..
- 2022-07-14 05:13:32下载
- 积分:1