-
核心函数是一个状态切换的函数 CAjaxParserDlg::Route。状态切换函数解根据一个 DFA 来对输入的文本进行分析。也就是说,如果你做一个新的DF...
核心函数是一个状态切换的函数 CAjaxParserDlg::Route。状态切换函数解根据一个 DFA 来对输入的文本进行分析。也就是说,如果你做一个新的DFA,就能分析新的词法。 DFA 的初始化在 CAjaxParserDlg::OnInitDialog。 -core function is a state of the switching function CAjaxParserDlg : : Route. State switching function according to a DFA solution to the input text for analysis. In other words, if you do a new DFA, we can analyze the new morphology. DFA in the initialization CAjaxParserDlg : : OnInitDialog.
- 2022-04-01 07:37:53下载
- 积分:1
-
带图标的菜单 Visual basic开发的很简单的小程序,功能很单一,适合初学者使用...
带图标的菜单 Visual basic开发的很简单的小程序,功能很单一,适合初学者使用-icon menu with Visual basic development of the small simple procedures, functions very single, for beginners
- 2022-02-28 11:56:28下载
- 积分:1
-
媒体播放器源代码
媒体播放器源代码-Media Player source code
- 2022-03-15 21:07:24下载
- 积分: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
-
几个 源代码,关于汇编dos窗口的,大家可以
几个 源代码,关于汇编dos窗口的,大家可以-several source code, on the compilation dos window, we can see!
- 2022-12-16 03:35:03下载
- 积分:1
-
Calculate factorial of large numbers, using an array of methods to calculate a f...
计算大数阶乘,用数组的方法来计算一个大数的阶乘,可以算几万的介乘-Calculate factorial of large numbers, using an array of methods to calculate a factorial of large numbers can be counted by tens of thousands of mediated
- 2022-03-29 07:48:59下载
- 积分:1
-
CISSP 认证必备300题闪卡
通讯与网络保安
CISSP 认证必备300题闪卡
通讯与网络保安-
CISSP certification 300 flash card
Telecommunication and network security
- 2022-12-03 16:05:03下载
- 积分:1
-
一个简单的MFC字符串处理程序,实现查找、替换、导入、分类。
一个简易的mfc的字符串处理程序,实现查找,替换,输入,清除等功能-A simple mfc string handling procedures, to achieve to find, replace, import, clearance and other functions
- 2022-02-01 10:48:24下载
- 积分:1
-
将VB与FLASH相结合使用的最好软件,非常适用的.
将VB与FLASH相结合使用的最好软件,非常适用的.-The best software which connects the VB and FLASH,and it is applicable.
- 2022-06-19 01:38:49下载
- 积分:1
-
该程序可以作为一些学习c语言和开发的人员参考,怎样去开发多级菜单。该程序用c编写。经过修改可以应用到实际的程序中。...
该程序可以作为一些学习c语言和开发的人员参考,怎样去开发多级菜单。该程序用c编写。经过修改可以应用到实际的程序中。-the program can be used as learning c language and the development of reference, and how to develop multi-level menu. C of the procedures used to prepare. After changes can be applied to the actual process.
- 2023-07-23 14:20:03下载
- 积分:1