-
用vb编写的将HTML文件转换成文本文件的程序源代码
用vb编写的将HTML文件转换成文本文件的程序源代码-prepared with the HTML document will be converted into a text file with the source code
- 2022-02-05 11:46:44下载
- 积分:1
-
通过编译原理的知识做的一个小程序,实现的功能是完成字符串表达式的计算...
通过编译原理的知识做的一个小程序,实现的功能是完成字符串表达式的计算-Principles of knowledge through the compiler to do a small procedure, the function is to realize the completion of the calculation of the string expression
- 2022-02-06 06:29:39下载
- 积分: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
-
卡尔曼滤波器源程序代码,可用于视频检测中的目标跟踪问题优化...
卡尔曼滤波器源程序代码,可用于视频检测中的目标跟踪问题优化-Kalman filter source code, can be used for video detection of the target tracking problem of optimization
- 2023-03-28 00:25:03下载
- 积分:1
-
炬力公司给下游公司所开发的固件修复工具
炬力公司给下游公司所开发的固件修复工具-Actions by the company to the lower reaches of the company to develop the firmware restoration tool
- 2022-12-05 00:10:03下载
- 积分:1
-
一个简单的红宝石脚本解释器。用法:在脚本目录下新建rb文件,R.
从RPG MAKER XP中提取的一个简单的ruby脚本解释器。使用方法:在script目录下新建rb文件,在require.rb中增加require。执行game.exe运行脚本。-A simple ruby script interpreter. Usage: In the script directory New rb files, require.rb add require. Implementation of the game.exe to run scripts.
- 2023-04-17 04:00:03下载
- 积分:1
-
挡风玻璃刮水器
它是一个用于模拟挡风玻璃刮水器的 c + + 库。它的主要功能包括设置雨刷器的速度 ;、 刮水器级别更改和更改的雨刮器拨号。
- 2022-02-22 10:27:13下载
- 积分:1
-
CMS系统
cms内容管理系统,项目结构分为目录管理,文章管理,评论管理,用户管理,招聘管理,系统管理,功能基本实现,使用数据库mysql5.5以上版本,开发工具Myeclispe,用maven构建的工程
- 2022-03-04 05:23:20下载
- 积分:1
-
ftp服务器代码,超级稳定的FTP界面,比cuteftp还好用哦.
ftp服务器代码,超级稳定的FTP界面,比cuteftp还好用哦.-ftp server code, super-stable FTP interface, better than using CuteFTP Oh.
- 2022-09-25 05:40:02下载
- 积分:1
-
Vista style to imitate the form, you can achieve perfect transparency effects
模仿vista风格的窗体,可以实现完美的透明效果-Vista style to imitate the form, you can achieve perfect transparency effects
- 2022-06-16 22:22:13下载
- 积分:1