-
网上找的一个视频电话源码,功能很强,需要open323库支持。
网上找的一个视频电话源码,功能很强,需要open323库支持。-online to find the source of a video phone, a very strong function, the need open323 support.
- 2022-05-31 06:40:37下载
- 积分:1
-
WindowsCE.NET USB驱动开发
WindowsCE.NET USB驱动开发-WindowsCE.NET USB Driver Development
- 2022-05-19 18:44:00下载
- 积分:1
-
improved version of a drawing program for beginners reference hesistate to use t...
一段改进版的画图程序,供初学者参考,从别处拿来的,共享-improved version of a drawing program for beginners reference hesistate to use the share
- 2022-07-25 00:14:30下载
- 积分: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-01-26 06:39:06下载
- 积分:1
-
步骤语言参考手册,是一个对象
STEP Express语言参考手册,是一个面向对象的建模语言,在机械产品设计中应用非常广泛-STEP Express language reference manual, is an object-oriented modeling language, the design of mechanical products in a wide range of applications
- 2022-04-02 11:27:29下载
- 积分:1
-
用JAVA编写的扫雷程序。在JCREAT环境里运行可以使用。
用JAVA编写的扫雷程序。在JCREAT环境里运行可以使用。-prepared using JAVA demining process. In JCREAT operating environment can be used.
- 2022-01-31 21:27:07下载
- 积分:1
-
MFC written forms, suited to want to know the structure of learners MFC
MFC写的窗体,适合于想了解MFC结构的学习者-MFC written forms, suited to want to know the structure of learners MFC
- 2022-08-31 10:10:04下载
- 积分:1
-
利用VC实现的求最小公约数,任意输入两个数即可得到您要的结果...
利用VC实现的求最小公约数,任意输入两个数即可得到您要的结果-Realize the use of VC for the lowest common denominator, both the number of arbitrary input can be the result you want
- 2022-01-21 06:10:09下载
- 积分:1
-
一个论坛的原创代码,是不是太多说了自己看啊
一个论坛的原代码,~多的就不说了自己看吧,~-a forum of the original code, was not much said his Behold, O ~
- 2022-05-10 22:12:28下载
- 积分:1