-
wince below a serial procedures for reading and GPS data It mainly from longitud...
wince下面一个串口程序,用于读取并分GPS数据,主要可以提取经纬度和时间-wince below a serial procedures for reading and GPS data It mainly from longitude and latitude and time
- 2022-03-19 02:15:19下载
- 积分:1
-
CDMA的matlab实现
它主要是基于cdma的概念,能更好的理解用户对各种输入信号的测试,并取得良好的效果。
- 2022-06-03 07:57:18下载
- 积分:1
-
可以实现循环码编码,解码和纠错,而且是大学生的实验作业哦...
可以实现循环码编码,解码和纠错,而且是大学生的实验作业哦-cycle can be achieved coding, decoding and error, but the university"s experimental operation oh
- 2022-08-16 02:46:18下载
- 积分: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
-
the functional and can be plugged into a variety of common file types, charts, a...
此程序的功能很大,能够插入各种常用的文档类型,图表和幻灯片等功能!并且能对它们进行常规的操作。-the functional and can be plugged into a variety of common file types, charts, and features such as slides! they can be right and routine operation.
- 2022-11-19 04:50:03下载
- 积分:1
-
MP3 codec original procedure, in two parts, part of the code is part of decoding
MP3编解码原程序,分两部分,一部分是编码,一部分是解码-MP3 codec original procedure, in two parts, part of the code is part of decoding
- 2022-03-24 11:35:44下载
- 积分:1
-
This code for find object on the map
This code for find object on the map
- 2022-03-11 13:30:00下载
- 积分:1
-
曾经牛HOOKAPI开发工具包,使钩的制备成为…
有史以来最牛的hookapi开发包,让编写钩子变得很简单,你只需要编写自己的处理函数即可,其他的都是通用的。赶紧分享-Ever cattle hookapi development kit to enable the preparation of the hook becomes very simple, you just need to write your own handler you do, other are common. Hurry Share
- 2022-02-14 12:02:08下载
- 积分:1
-
VB5软件设计时,窗体间切换时也应该做到平滑自然,这就是所说的“擦视技术”(Wipe)。本程序实现了“擦视技术”效果...
VB5软件设计时,窗体间切换时也应该做到平滑自然,这就是所说的“擦视技术”(Wipe)。本程序实现了“擦视技术”效果-VB5 software design, switching between windows should also do smooth Naturally, this is the "shining as technology" (Wipe). The procedures of the "shining as technology" effect
- 2022-03-24 07:04:03下载
- 积分:1
-
遗传算法的优化算法,计算出最佳值的公式,方便了美国。
GA优化算法,计算最佳值的公式,易用性由BCB开发
- 2022-01-25 19:20:01下载
- 积分:1