-
数据库操作和数据库操作
xml和数据库操作
xml和数据库操作-xml and xml database operations and database operations
- 2023-03-14 22:35:03下载
- 积分:1
-
在windows电脑上打开无限个计算器,使电脑崩溃
启动visual studio运行该程序后,会使电脑打开无限多个计算器,直到电脑崩溃!主要使用while语句,简单试用,新手入学,望大神多多指导!
- 2022-01-31 16:10:17下载
- 积分:1
-
Sample lighting program
Sample lighting program
- 2022-02-21 02:10:00下载
- 积分:1
-
LZARI compression algorithm to achieve the category C is a LZARI algorithm based...
实现LZARI压缩算法的C++类
这是一个基于LZARI算法的数据压缩的类.Haruhiko Okumura 于1989年7月4日用C语言写实现了这个算法.但是上面用到了一些全局或静态的变量,在MFC下用起来很不方便.作者把它改写成了一个C++类,使它可以方便的压缩和解压缩。
-LZARI compression algorithm to achieve the category C is a LZARI algorithm based on the type of data compression. Haruhiko SAP in 1989, July 4 C language daily wrote realization of this algorithm. But above uses some static or global variables, using the MFC which are very convenient. Authors rewrite it become a category C, it can easily compression.
- 2023-07-11 10:25:03下载
- 积分:1
-
It can simulate the ATM machines of all functions, but only Dos interface.
它可以模拟ATM机的一切功能,只是Dos界面的。-It can simulate the ATM machines of all functions, but only Dos interface.
- 2022-03-16 01:32:12下载
- 积分: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
-
an MFC extension of the class. You can blow the monitor!
一个MFC扩展类。可以炸开你的显示器!-an MFC extension of the class. You can blow the monitor!
- 2022-03-23 11:02:37下载
- 积分:1
-
用SharpDevelop 做的inputBox
用SharpDevelop 做的inputBox-use SharpDevelop do inputBox
- 2023-08-07 12:00:04下载
- 积分:1
-
本程序不完善,主要实现了计算器的界面显示,逻辑功能还没实现...
本程序不完善,主要实现了计算器的界面显示,逻辑功能还没实现-This procedure is imperfect, the main interface of the calculator shows that even before the realization of logic function
- 2022-02-24 23:31:59下载
- 积分:1
-
5D shrunk the idea of the procedures for professional players to learn from vb
5D缩水程序 专业玩家的思路 可供借鉴 学习vb-5D shrunk the idea of the procedures for professional players to learn from vb
- 2022-03-31 15:50:07下载
- 积分:1