-
语法分析器 使用算符优先分析方法 可以输出 first集 last集 并对输入的字符串进行处理 判断是否输入合法...
语法分析器 使用算符优先分析方法 可以输出 first集 last集 并对输入的字符串进行处理 判断是否输入合法-Parser using the operator first set of analysis methods can be exported first and last set of input processing to determine whether the input string is valid
- 2022-08-05 20:37:39下载
- 积分:1
-
采用VC++实现语音操作的原代码,是进行VC++学习的经典例子。
采用VC++实现语音操作的原代码,是进行VC++学习的经典例子。-Using VC++ to achieve the original voice operation code for VC++ is a classic example of learning.
- 2022-04-10 12:43:09下载
- 积分:1
-
this is a payroll management sustem in c
this is a payroll management sustem in c-this is a payroll management sustem in c++
- 2022-02-25 18:37:23下载
- 积分:1
-
C#写的一个超小的操作系统
C#写的一个超小的操作系统-C#-write a small operating system
- 2022-01-25 16:02:19下载
- 积分: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
-
Where s Waldorf?
Given a m by n grid of letters, ( 1<=m, n<=50), and...
Where s Waldorf?
Given a m by n grid of letters, ( 1
- 2022-03-03 15:09:34下载
- 积分:1
-
miniweb在嵌入式平台上的Web源代码发布0.7 200运行…
MiniWeb 在嵌入式平台上运行的WEB源代码 2005-6-3 MiniWeb 0.7发布 -MiniWeb in embedded platforms running on the Web the source code release 0.7 2005-6-3 MiniWeb
- 2023-01-10 07:00:04下载
- 积分:1
-
读取住册表的例子
读取住册表的例子-read live CLSID example
- 2022-06-02 15:17:22下载
- 积分:1
-
Express mail is the transmission of e
邮件快递,就是传递邮件,收发邮件等的源码。自己试试。-Express mail is the transmission of e-mail, send and receive messages, such as the source. Try their own.
- 2022-03-09 12:52:18下载
- 积分:1
-
实现数据结构中线性表的节点查询和节点删除插入
实现数据结构中线性表的节点查询和节点删除插入-the implementation of node search, node deletion and insert of the linear list data structure
- 2022-11-11 01:45:04下载
- 积分:1