-
Very simple, citing the specified window and all its sub
非常简陋的,列举指定窗口及其所有子窗口的窗口句柄,文字,和窗口坐标.spy++已经有了这些功能.这个用在项目管理上的小工具.-Very simple, citing the specified window and all its sub-window, window handle, text, and window coordinates. Spy++ Already have these features. This used in project management gadget.
- 2023-06-26 17:15:03下载
- 积分:1
-
高斯消元法应用实例源码 具有通用性和实用性
高斯消元法应用实例源码 具有通用性和实用性-Gauss elimination with a generic source code application examples and practical
- 2022-04-02 06:40:43下载
- 积分:1
-
界面编程,主要编制windows xp界面内斯的界面
界面编程,主要编制windows xp界面内斯的界面-Interface programming, mainly the preparation of windows xp interface interface Martinez
- 2023-04-07 16:35: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
-
基于WinCE操作系统下的SMDK2410硬件开发平台…
基于WinCE操作系统、SMDK2410硬件开发平台下的NBOOT-Based on the WinCE operating system, SMDK2410 hardware development platform under NBOOT
- 2022-02-20 00:44:17下载
- 积分:1
-
把flash文件包含到程序中,可以与文件中设定的fscommand互动
把flash文件包含到程序中,可以与文件中设定的fscommand互动-The flash file contains the procedures, and documents can be set fscommand interaction
- 2022-03-12 18:10:56下载
- 积分:1
-
VCnet编程实例源代码之视图,希望对大家有帮助
VCnet编程实例源代码之视图,希望对大家有帮助
- 2023-01-17 12:50:03下载
- 积分:1
-
汇编语言程序设计 汇编语言程序设计
汇编语言程序设计 汇编语言程序设计-assembly language programming a ssembly language programming
- 2022-01-26 06:20:51下载
- 积分:1
-
understand the principle mechanism news!
了解WINDOWS的消息原理机制!-understand the principle mechanism news!
- 2023-03-14 13:50:03下载
- 积分:1
-
易语言网页应用例子,内含例子中用到的模板以及源代码和测试用的网页源代码...
易语言网页应用例子,内含例子中用到的模板以及源代码和测试用的网页源代码-Easy Language example web applications
- 2022-02-22 08:44:38下载
- 积分:1