-
旅游业管理系统
此源代码是关于旅游管理体制,引导游客为旅游景点的网站。
- 2022-09-24 04:35:03下载
- 积分:1
-
给自己用的实用日程提示工具,初学者可以看懂的东西,如果需要数据库请自己试着编写,不难...
给自己用的实用日程提示工具,初学者可以看懂的东西,如果需要数据库请自己试着编写,不难-to his own agenda suggest practical tools, beginners can understand things. If the database please try to prepare ourselves, it is not difficult
- 2022-08-13 20:15:51下载
- 积分:1
-
Median filter on the image of some reference articles, useful, the more the bett...
关于图像中值滤波的一些参考文章,很有用,多多益善!-Median filter on the image of some reference articles, useful, the more the better!
- 2022-02-07 07:56:30下载
- 积分:1
-
Caculater source code for delphi
基本计算器源代码德尔福。基本计算器源代码德尔福。基本计算器源代码德尔福。基本计算器源代码德尔福。基本计算器源代码德尔福。基本计算器源代码德尔福。基本计算器源代码德尔福。基本计算器源代码德尔福。基本计算器源代码德尔福;计算器源代码;
- 2022-12-22 18:05:03下载
- 积分:1
-
一个windows里面的播放器5
一个windows里面的播放器5-a windows inside the five players
- 2023-04-22 01:45:03下载
- 积分:1
-
一个机器ASPR 1码时,加密访问本地硬件
ASPr一机一码加密的时候取的本机硬件号-One machine ASPr 1 yards when encrypted access its local hardware
- 2023-06-20 04:15:03下载
- 积分:1
-
高斯列主元消去法
详细,易懂,简单明了
初学者可看
高斯列主元消去法
详细,易懂,简单明了
初学者可看-Gaussian elimination method PCA out detailed, easy-to-understand, simple to understand for beginners, if we look at
- 2023-08-12 19:15:03下载
- 积分:1
-
基于C# vs2005 编写的CRM 客户关系管理系统,使用SQL数据库 WINFROM 编程...
基于C# vs2005 编写的CRM 客户关系管理系统,使用SQL数据库 WINFROM 编程-failed to translate
- 2022-03-24 19:40:38下载
- 积分: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
-
随机抽样一致性算法,主要用于参数一致性的检验。
随机抽样一致性算法,主要用于参数一致性的检验。-RANSAC implemente
- 2022-06-16 09:15:29下载
- 积分:1