-
模拟windows 日期/时间的C程序,不要把文件的名称改为中文,中文会有错误的。...
模拟windows 日期/时间的C程序,不要把文件的名称改为中文,中文会有错误的。-simulation windows Date/Time C procedures, the document will not change the name of Chinese, the Chinese will be wrong.
- 2022-03-20 11:09:40下载
- 积分:1
-
c++课程设计。题目模仿windows自带计算器用c++编写一个。
c++课程设计。题目模仿windows自带计算器用c++编写一个。-c++ curriculum design. Title to imitate windows own calculator using c++ to write a.
- 2022-09-14 20:50:04下载
- 积分: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
-
windows 钩子编程指南,里面有配套的代码
windows 钩子编程指南,里面有配套的代码-windows hook Programming Guide, which is supported by other code
- 2022-08-20 04:07:22下载
- 积分:1
-
(6.25k)ITOM使用文本对象模型的一个实例(汤姆)。它使用itextd…
(6.25k) ITOM is an example using the Text Object Model (TOM). It uses the ITextDocument COM Interface. GUID IID_ITextDocument-(6.25k) ITOM is an example using the Text Ob Campus Model (TOM). It uses the COM ITextDocument Interface. GUID IID_ITextDocument
- 2022-07-13 10:06:22下载
- 积分:1
-
重画矩形窗体标题,是简单易用的窗体美化源码,支持图片重画。...
重画矩形窗体标题,是简单易用的窗体美化源码,支持图片重画。-re-drawing of rectangular window title is a simple, easy-to-use source Form landscaping and support re-drawing pictures.
- 2023-07-11 16:20:03下载
- 积分:1
-
用vc写的文件分割器。
用vc写的文件分割器。-vc used to write the paper dividers.
- 2023-03-30 14:30:02下载
- 积分:1
-
video codec(h263) that can be use for developing video chat
video codec(h263) that can be use for developing video chat
- 2022-03-05 17:16:29下载
- 积分:1
-
Game stone, scissors, fabric source, code, only more than 200 lines, new algorit...
游戏石头、剪子、布的源码,代码只有二百多行,算法新颖-Game stone, scissors, fabric source, code, only more than 200 lines, new algorithm
- 2023-09-08 09:55:03下载
- 积分:1
-
CSSoftKeyBoard WIndForm软键盘
此项目包含简单的虚拟键盘,可以使用从由用户输入的字符或数字,CSsoftkeyboard 的设计项目一般为任何目的而设计,可以设置键盘的行动所需。
在winform下实现,里面的方法可以学习非常不错!!!
- 2023-02-26 08:40:04下载
- 积分:1