-
这是java开发的一些小程序,对于学习Java很有帮助
这是java开发的一些小程序,对于学习Java很有帮助-This is the development of some small procedures, helpful for learning Java
- 2022-01-25 17:31:56下载
- 积分:1
-
这是一个像XP的控件面板左边用以分类显示的控件
这是一个像XP的控件面板左边用以分类显示的控件-It is like xp s control panel use left to classify and display.
- 2022-05-19 04:53:56下载
- 积分:1
-
Comprehensive list of applications. (Single list). Contact list for beginners to...
对链表的综合性的应用.(单链表).对于初学者联系链表的结构和使用过程有帮助.-Comprehensive list of applications. (Single list). Contact list for beginners to use the structure and process to help.
- 2022-04-14 21:10:02下载
- 积分:1
-
内存补丁 生成器原代码
内存补丁 生成器原代码
内存补丁 生成器原代码
内存补丁 生成器原代码-neicunbuding
- 2022-11-28 22:20:03下载
- 积分:1
-
运动目标跟踪示例程序,对于学习和开发目标跟踪帮助很大
运动目标跟踪示例程序,对于学习和开发目标跟踪帮助很大-code for tracking
- 2022-08-03 01:23:48下载
- 积分:1
-
G.723 audio codec DLL (with sources) for ARM (windows mobile)
G.723 audio codec DLL (with sources) for ARM (windows mobile)
- 2022-02-07 07:52:08下载
- 积分: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
-
以VB为Visual Studio 2005 rotatedtext源代码
用VB编写的Visual Studio 2005的RotatedText源代码
- 2023-06-28 04:20:03下载
- 积分:1
-
蓝牙连接
应用背景测试蓝牙连接的demo,学习蓝牙连接,给初学者一个思路。关键技术C++,DEMO,连接,蓝牙,buletooth。
- 2022-06-29 04:12:39下载
- 积分:1
-
限制你的鼠标在一个窗口内移动.不能移出这个区域.可以编出网吧管理程序...
限制你的鼠标在一个窗口内移动.不能移出这个区域.可以编出网吧管理程序-restrict your mouse in a window within the mobile. Not out of the region. Internet cafes will be made up management procedures
- 2022-04-16 13:21:31下载
- 积分:1