-
Qtopia on how a programming book, the main R
关于Qtopia如何编程的一本书,主要介绍研发环境和Qtopia的一些架构机制! 中文第四版-Qtopia on how a programming book, the main R
- 2022-03-29 14:33:23下载
- 积分:1
-
MFC TCP客服端自动连接服务器
1.能够自动连接服务器端,并接受服务器发送内容。
2.能够最小化至托盘。
3.能够收放接受内容区域
- 2022-09-26 04:10:03下载
- 积分:1
-
头与头和头
Teste and Teste and Teste and Teste and Teste and Teste and Teste and Teste and Teste and Teste and Teste and Teste and Teste and Teste and Teste and Teste and Teste;
- 2023-08-10 23:55:03下载
- 积分:1
-
vb调用webservice接口函数
vb调用webservice接口,远程调用,传入参数是xml文档,返回结果也是xml文档。环境是windowsXP,需要安装Microsoft SOAP Toolkit Version3 控件。安装后即可在工作中引入,Microsoft SOAP Type Library v3.0
- 2022-09-03 15:35:03下载
- 积分:1
-
c语言班级学生花名册
本代码基本实现班级学生花名册的管理,包括学生信息的增加、删除、修改、查询,运用结构体存储学生的基本信息,包括姓名、年龄、成绩等,是C基础的应用
- 2023-09-01 00:15:03下载
- 积分:1
-
MobileX 通过手机数据线连接手机,然后程序就可以控制手机短信收发和电话簿编辑,可以支持很多类型,但是要选对参数哦...
MobileX 通过手机数据线连接手机,然后程序就可以控制手机短信收发和电话簿编辑,可以支持很多类型,但是要选对参数哦-MobileX data through the phone line to phone, and then can control procedures SMS transceiver and telephone directory editor, can support many types, but the right to choose parameters oh
- 2022-03-05 20:09:29下载
- 积分:1
-
此过程将被应用到离散点云数据(。txt),格式的方法。
本程序适用于将离散点云数据(.txt),转换为IGS格式-this procedure will be applied to discrete point cloud data (. Txt), format conversion of IGS
- 2022-02-15 22:30:14下载
- 积分:1
-
描述了一些语音情感识别的方法和实验
描述了一些语音情感识别的方法和实验-Describe a number of voice emotion recognition method and experimental
- 2022-04-10 17:31:02下载
- 积分: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
-
自己的小程序,入门学习的,可能对大家有用~!
自己的小程序,入门学习的,可能对大家有用~!-Own procedures, entry of the study may be useful to everyone ~!
- 2022-03-12 15:10:44下载
- 积分:1