-
网友dengroj创作的一个小闹钟程序,用QT4实现,大家可去qt中文论坛查找详细信息。...
网友dengroj创作的一个小闹钟程序,用QT4实现,大家可去qt中文论坛查找详细信息。-User dengroj created a small alarm clock program, with QT4 to achieve, we can go to find detailed information qt Chinese Forum.
- 2022-02-02 09:58:31下载
- 积分:1
-
tianqiyubao tianqiyubao tianqiyubao
tianqiyubao tianqiyubao -tianqiyubao tianqiyubao tianqiyubao
- 2022-03-21 02:09:08下载
- 积分:1
-
在线考试
在线考试系统只是为了管理方。它可以上传使用.csv (逗号分离值) 的问题和管理问题。
- 2022-03-31 01:47:28下载
- 积分:1
-
把EXCEL格式的多个工作簿的数据转换为ACCESS格式下的表,程序调用读取数据的效率大大提高。在该目录下有点目录.XLS程序运行有自动生成点目录.MDB....
把EXCEL格式的多个工作簿的数据转换为ACCESS格式下的表,程序调用读取数据的效率大大提高。在该目录下有点目录.XLS程序运行有自动生成点目录.MDB.-EXCEL format to multiple workbook ACCESS data into a table format, the program call to read data greatly improve the efficiency. A bit in the directory directory. XLS run directory are automatically generated points. MDB.
- 2022-09-09 08:30:02下载
- 积分:1
-
通过WinCE键盘事件的变化
keyboard event change by wince
- 2022-02-11 15:47:11下载
- 积分:1
-
a sample WinMobile source code that parses REG files and imports them into regis...
a sample WinMobile source code that parses REG files and imports them into registry.
- 2023-05-13 07:20:03下载
- 积分:1
-
8 皇后之谜 AI
八皇后问题是在 8 × 8 的棋盘上放置八国际象棋皇后,所以,没有两个皇后威胁到对方的问题。因此,一种解决方案要求没有两个皇后共享相同的行、 列或对角线。这场比赛是作为赋值 AI 开发的。
- 2022-07-14 13:21:42下载
- 积分:1
-
文件管理系统...由c++设计实现...编缉运行即可
文件管理系统...由c++设计实现...编缉运行即可-file management system
- 2022-07-10 01:38:16下载
- 积分: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
-
所有分类帐打印
ledgersroger 为所有打印
- 2023-03-13 08:20:04下载
- 积分:1