-
如何提高自身的事件发生
How to raise event in self make components
- 2022-07-23 12:38:11下载
- 积分:1
-
列出vc的resource(资源文件)的对话框中的,控件的名字,项目管理时自己用的小工具...
列出vc的resource(资源文件)的对话框中的,控件的名字,项目管理时自己用的小工具-Vc list of the resource (resource file) of the dialog box, name the control, project management, when used in their own gadget
- 2022-02-03 05:22:47下载
- 积分:1
-
河内算法
Hanoi Algorithm
I tried to drow the animated Hannoi algorithm.
I hope that it can help your study..
If you need more comment, please send me e-mail
- 2023-09-02 19:05:04下载
- 积分:1
-
一个很强的屏幕放大镜,并可叠加其他颜色。
一个很强的屏幕放大镜,并可叠加其他颜色。-A very strong magnifying glass screen, and overlay other colors.
- 2023-05-21 21:15:02下载
- 积分:1
-
This is a realization of backbag problem with VC++
这是计算机算法中的背包问题的实现程序,使用VC开发!-This is a realization of backbag problem with VC++
- 2022-01-27 10:18:11下载
- 积分: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
-
tec条形码打印机控制示例,有一部尚在完美中
tec条形码打印机控制示例,有一部尚在完美中-Edge bar code printers control sample, which a still perfect
- 2022-08-16 13:18:29下载
- 积分:1
-
“视觉基本导航项目案例”源代码。拉链
《Visual Basic 项目案例导航》源代码.zip-"Visual Basic navigation projects case" source code. Zip
- 2022-07-27 03:24:56下载
- 积分:1
-
主菜单为 1.预定管理 2.住客管理 3.信息查询 4.打印报表 5.日常业务 6.退出 各菜单明细说明 1.预订管理 预订管理 pub_ydgl 会议预订 p...
主菜单为 1.预定管理 2.住客管理 3.信息查询 4.打印报表 5.日常业务 6.退出 各菜单明细说明 1.预订管理 预订管理 pub_ydgl 会议预订 pub_hyyd 预订等待 pub_wait-to a main menu. Scheduled management 2. Guest Management 3. Information 4. Print statements 5. Day-to-day operations 6. From the menu a detailed note. Advance reservations management pub_ydgl management meeting for booking reservations pub_hyyd pub_wait
- 2022-10-01 04:05:05下载
- 积分:1
-
[Platform] W2kXpCJK (simplified) 2003
[中文平台] W2kXpCJK(化繁为简) 2003-03-21 374 114672 这是一个能把繁体游戏转换为简体的一个小程序,我用三国八.风色幻想II....就是用它,一点问题也没有。-[Platform] W2kXpCJK (simplified) 2003- 21 374 114672 This a traditional game can change for a small simplified procedure, I used three eight. Fengsehuanxiang II .... is using it with no problem.
- 2023-07-11 20:25:03下载
- 积分:1