-
VC++精品源码打包下载,里面包含很多常用的代码。希望对你有帮助...
VC++精品源码打包下载,里面包含很多常用的代码。希望对你有帮助-VC++ elaborate code collection to download,included much very useful source code,hope it will be helpful to you.
- 2022-07-16 09:37:57下载
- 积分:1
-
Enumeration system is currently running programs, VC++ to achieve, the test
枚举系统当前正在运行的程序,VC++实现,测试通过-Enumeration system is currently running programs, VC++ to achieve, the test
- 2023-03-06 17:05:04下载
- 积分:1
-
编写了一个耐用简单的PWM方波的产生,PWM方波在电子应用里有广泛的用途...
编写了一个耐用简单的PWM方波的产生,PWM方波在电子应用里有广泛的用途-The preparation of a durable and simple PWM square wave generation, PWM square wave in electronic applications, there are a wide range of uses
- 2022-05-09 14:17:52下载
- 积分:1
-
WPF 示例
很好的应用程序显示了如何显示对象或动画如旋转木马使用微软WPF编程。该程序是用C开发的#。
- 2023-07-05 23:25:04下载
- 积分: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
-
在静态控件中显示倒计时
该例子主要实现了在静态控件中如何动态显示倒计时的时间,这个例子可以学习定时器事件的使用及如何给静态控件传递数据
- 2022-03-05 20:23:26下载
- 积分:1
-
为C++程序员制作的小测验
C程序员问答
- 2022-02-02 22:09:56下载
- 积分:1
-
Design for Verification in System
Design for Verification in System-level Models and RTL, very good and classic
- 2022-04-16 05:56:26下载
- 积分:1
-
本示例使用FTP客户端配置库(ftpc)实现简单…
This example uses the FTP Client Profile library (ftpc) to implement the simple FTP PUT and GET operations to a known Bluetooth device that supports the File Transfer Protocol service as a server.
This ReadMe is not intended to describe procedures that are covered in the xIDE user guide such as building projects in xIDE etc.
- 2023-05-19 09:05:04下载
- 积分:1
-
This is not a windowsNT released the Chinese version. Stresses the system is des...
这是一本没有发布的 windowsNT 中文版。
是讲系统说明的。
一个朋友 翻译的-This is not a windowsNT released the Chinese version. Stresses the system is described. A friend translated
- 2022-09-10 04:05:03下载
- 积分:1