-
基于控制面板的注册程序 自己开发
基于控制面板的注册程序 自己开发-procedure for the registration of its own development
- 2022-06-17 07:20:50下载
- 积分: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
-
Pocket PC sample stream interface drivers, including how to load stream interfac...
Pocket PC流接口驱动示例,包括如何加载流接口驱动。-Pocket PC sample stream interface drivers, including how to load stream interface driver.
- 2022-01-26 07:43:04下载
- 积分:1
-
wonderful the Little Stars (Capture Genius) v1.0. can capture the entire screen,...
非常棒的抓图小精灵(Capture Genius) v1.0,可以捕获整个屏幕、活动窗口、延时捕获窗口、捕获包含标题的窗口、用户窗口、滚动窗口等,捕获的图片并可以保存为BMP、JPGE图片,可以用微软画图工具编辑,可以保存位墙纸.具有打印图片功能.这个小工具还支持多国语言(简体中文、英文)-wonderful the Little Stars (Capture Genius) v1.0. can capture the entire screen, activity window, delay capture window, capturing the title contains the window, the window users, and rolling window. Photo capture and can be saved as BMP, JPGE pictures, you can use Microsoft tools for drawing editor, Wallpaper spaces can be preserved. Photo Print function is. This small device also supports multiple languages (English, English)
- 2023-07-05 13:35:04下载
- 积分:1
-
Go under a double for the source code, automatically has grapes, forward backwar...
一个可供双人下围棋的源程序,有自动提子,前进后退,棋盘大小设置功能。-Go under a double for the source code, automatically has grapes, forward backward, set the function of the size of the chessboard.
- 2022-11-27 22:00:03下载
- 积分:1
-
这是一个客户机应用程序,它通过建立与日期
这是一个客户机应用程序,它通过建立与日期-时间服务器的连接, 从一个指定的主系统中得到日期和时间,并报告结果。 -This a client application, and it is through the establishment of a date-time server connectivity, from a designated the main system, which is the date and time, and report the results.
- 2022-01-28 10:37:12下载
- 积分:1
-
图书管理系统--C和Mysql
这是一个用C语言开发的图书管理系统,开发环境是VC++,该系统包含如下功能:显示系统主界面,对书籍进行相关的操作,如添加,删除,查询,显示所有记录。利用VC++开发的系统,并将数据保存在Mysql数据库中。附上系统代码和使用说明书,代码中对关键编码部分进行了注释,个人能力有限,请大家批评指正,谢谢!
- 2022-06-28 12:40:54下载
- 积分:1
-
Fool' s Day the whole process v1.0_C source people ...........
愚人节整人程序v1.0_C源码-Fool" s Day the whole process v1.0_C source people ...........
- 2022-08-18 23:43:01下载
- 积分:1
-
彩色星空,基于MFC的一个小程序,可以旋转的彩色动态星空程序...
彩色星空,基于MFC的一个小程序,可以旋转的彩色动态星空程序-Color Star, based on a small MFC program, you can rotate the color dynamic Star program
- 2022-08-09 06:03:33下载
- 积分:1
-
VB编程经验手册
VB编程经验手册-VB programming experience Manual
- 2022-01-21 19:13:25下载
- 积分:1