-
模拟时钟 This another Win32 assembly demo, which is based on the the "C" example in...
模拟时钟 This another Win32 assembly demo, which is based on the the "C" example in
Charles Petzold s "Programming Windows" 5th edition.
Appart for being an instructive graphics demo, this program is also useful and can be used on
your desktop as an alternative clock.
-Analog Clock This another Win32 assembly demo, which is based on the the
- 2023-08-15 10:10:03下载
- 积分:1
-
elf格式转换bin文件格式
应用背景ELF是一种程序文件格式,ELF格式文件的装载和动态链接,是程序启动的很好学习资料,可以了解程序在内存中的动态加载,源码格式详细解释了elf的文件生成bin文件格式的流程关键技术elf格式的文件加载,elf文件格式,生成bin文件,可直接下载运行
- 2022-02-06 09:03:35下载
- 积分:1
-
这是一个曲线显示控件,将一些数据曲线化显示,以观察数据的变化趋势。里面有源玛...
这是一个曲线显示控件,将一些数据曲线化显示,以观察数据的变化趋势。里面有源玛-This is a curve shows that the control will display some data curve in order to observe changes in the trend data. Inside Active Ma
- 2022-04-12 02:13:10下载
- 积分:1
-
Chinese information processing, for example, may contain characters and the alph...
中文信息处理,例如将可含有汉字和拼音的将TXT文本中的汉字和拼音用空格隔开-Chinese information processing, for example, may contain characters and the alphabet will TXT version of the characters and the alphabet with a space separated
- 2022-05-13 13:53:40下载
- 积分:1
-
包括获得系统时间,几天后的时间以及查找目录的有效性和创建工具栏...
包括获得系统时间,几天后的时间以及查找目录的有效性和创建工具栏-including access to the system time, a few days after the search directory and the effectiveness and creation tools column
- 2023-02-09 03:50:04下载
- 积分:1
-
如何让应用程序托盘显示在任务栏,vc6测试通过
如何让应用程序托盘显示在任务栏,vc6测试通过-How to make the application appear in the taskbar tray, vc6 test
- 2022-01-28 11:21:11下载
- 积分:1
-
一个基于access数据库的小型计算机等级考试报名系统
一个基于access数据库的小型计算机等级考试报名系统-Access database based on a small computer grade examination registration system
- 2022-03-21 18:35:17下载
- 积分:1
-
QT编写的C++贪吃蛇小游戏
游戏通过按键控制
部分代码:
#include "gamewidget.h"
#define ROW 13
#define COL 16
#define UP 0
#define DOWN 1
#define LEFT 2
#define RIGHT 3
GameWidget::GameWidget(QWidget *parent)
:QWidget(parent)
{
this->setAutoFillBackground(true);//覆盖
this->resize(480,270);
this->setWindowIcon(QIcon("img/icon.jpg"));
this->setWindowTitle("贪吃蛇");
QPalette palette;
palette.setBrush(QPalette::Background,QBrush((QPixmap)"img/bjt.png"));
this->setPalette(palette);
//按扭区
leftbtn=new QPushButton(this);
leftbtn->setIcon((QIcon)"img/zuo.png");
leftbtn->setIconSize(QSize(40,40));
leftbtn->setGeometry(QRect(340,180,40,40));
leftbtn->setFlat(true);
rightbtn=new QPushButton(this);
rightbtn->setIcon((QIcon)"img/you.png");
rightbtn->setIconSize(QSize(40,40));
rightbtn->setGeometry(QRect(430,180,40,40));
rightbtn->setFlat(true
- 2022-03-21 19:09:00下载
- 积分:1
-
Wince4.2 operating system under the code database operation routines classic! !...
Wince4.2操作系统下的数据库操作例程代码
经典哦!!
绝对可用!-Wince4.2 operating system under the code database operation routines classic! ! Absolutely available!
- 2023-08-21 14:20:05下载
- 积分:1
-
一个跨平台的C++ 获取可执行文件运行路径的代码。 GetMoudleFileName...
一个跨平台的C++ 获取可执行文件运行路径的代码。 GetMoudleFileName-A cross-platform exeuctable target full path. used GetMoudleFileName in win32 and readlink in linux
- 2022-02-05 00:42:28下载
- 积分:1