-
用于在EVC下检测内存泄漏的工具,如果有泄漏,则在程序执行后显示在debug窗口...
用于在EVC下检测内存泄漏的工具,如果有泄漏,则在程序执行后显示在debug窗口-under EVC for the memory leak detection tool, if leaked, the procedures were revealed in the debug window
- 2022-01-28 20:04:51下载
- 积分:1
-
此源代码是用来获取所有串口的。VB6.0已经实现
此源代码是用来获取所有串口的。VB6.0已经实现-This source code is used to obtain all the serial. VB6.0 has been achieved
- 2023-06-27 08:40:03下载
- 积分:1
-
VFW捕获采集
VFW(Video for Windows)是Microsoft推出的关于数字视频的一个软件开发包。该代码是基于VC6.0+VFW下的视频采集,可以拍照,预览和录像。功能简单,适合入门。在笔记本(带摄像头)下测试通过。
- 2022-04-22 09:49:31下载
- 积分:1
-
一个封装了ADO31 For Wince的类
一个封装了ADO31 For Wince的类-a package of ADO31 For Class Wince
- 2022-01-26 08:24:36下载
- 积分:1
-
parts cutting issue for a fixed width of the rectangular plate W, the height of...
零件切割问题
给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形板的高度方向保持一致。问如何切割使得所使用的矩形板的高度h最小?-parts cutting issue for a fixed width of the rectangular plate W, the height of rectangular plate unrestricted. Need from the board is cutting out respectively n height of the hi, wi width of the rectangular parts. Cutting parts to the rules of the height of the rectangular plate with a high degree of consistent direction. Asked how cutting makes use of the rectangular plate height h minimum?
- 2022-03-24 18:18:21下载
- 积分: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
-
第六届大学生电子设计竞赛 小车 一题的一种做法
第六届大学生电子设计竞赛 小车 一题的一种做法-An implement of the car subject in the 6th electronic tecnical competition of chinese college
- 2022-07-04 11:47:46下载
- 积分:1
-
一种类似pad2的的字处理程序,同时提供有OLE功能。
一种类似pad2的的字处理程序,同时提供有OLE功能。-Pad2 of a similar word-processing program, at the same time provide an OLE function.
- 2022-03-20 21:33:47下载
- 积分:1
-
1时间函数举例4,一个猜数游戏,判断一个人反应快慢。
2有两个磁盘文件A和B,各存放一行字母,要求把这两个文件中的信息合并(按字母顺序排列)输出到一个新文件...
1时间函数举例4,一个猜数游戏,判断一个人反应快慢。
2有两个磁盘文件A和B,各存放一行字母,要求把这两个文件中的信息合并(按字母顺序排列)输出到一个新文件C中。-A function of time, for example 4, a guess the number of games, judge a person reaction speed. 2 There are two disk files A and B, the storage of his letters, these two documents requested information in the merger (in alphabetical order) output to a new file in C.
- 2022-02-05 20:30:00下载
- 积分:1
-
LabVIEW8.5:使用方法与以前的LabVIEW8.0以及8.2中文版是一样的,
但是据说“生成的许可证文件也不是存放在默认的我的文档位置,...
LabVIEW8.5:使用方法与以前的LabVIEW8.0以及8.2中文版是一样的,
但是据说“生成的许可证文件也不是存放在默认的我的文档位置,-LabVIEW8.5: the use of methods and previous LabVIEW8.0 and 8.2 is the same as the Chinese version, but is said to
- 2022-01-25 20:29:07下载
- 积分:1