-
创建单实例的应用程序
创建单实例的应用程序-create single-instance applications
- 2022-03-21 14:10:24下载
- 积分:1
-
win32api程序,读取256级灰度图并显示,完全api编程思想,彻底了解位图结构...
win32api程序,读取256级灰度图并显示,完全api编程思想,彻底了解位图结构-win32api progran,reading 256 gray graph and displaying, api compile thinking totally,know about bite fabric compelety.
- 2022-03-21 04:13:11下载
- 积分:1
-
this article is to understand how to monitor a group of Linked SQL Servers from...
this article is to understand how to monitor a group of Linked SQL Servers from a SQL Server
- 2022-02-24 19:20:50下载
- 积分:1
-
利用VB的欺诈检测
fraud detection using vb
- 2022-07-14 12:15:01下载
- 积分:1
-
先进的开发指南(1000万注意,是不是制定指南,吨..
Delphi 高级开发指南(千万注意,不是开发指南,是这本书Marco Cantù and Tim Gooch, Delphi Developer s Handbook)源代码,学DELPHI如果没有学过这本书,等于没学!-Advanced Development Guide (10 million note that is not to develop guidelines, this book is Marco Cant and Tim Gooch, Delphi Developer s Handbook) source code, if not learn DELPHI studied this book, virtually no school!
- 2022-05-17 07:42:38下载
- 积分:1
-
power flow using Gauss-sidle method to solve power flow
这对于功率流分析非常有用。此程序可用于验证用户程序是否给出正确的负荷流解决方案(使用Gauss-Siedel方法最多4个有效数字)。程序给出了中间解。用户应按以下指定格式提供数据和解决方案;
- 2023-02-26 16:25:03下载
- 积分:1
-
这是偶开发的 图形计算器的 vc 课程设计 功能很多 有科学计算...
这是偶开发的 图形计算器的 vc 课程设计 功能很多 有科学计算-Calculator
- 2022-07-20 13:45:33下载
- 积分: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
-
C + + 如何编程课后习题答案
凭借超过25万出售量,哈维和保罗Deitel公司的“C ++如何编程”是世界上最畅销的介绍C ++编程的书。现在,这个经典已被彻底更新! “突破性如何编程系列”Deitels提供了无与伦比的广度和编程概念和中级话题作进一步深入研究。在这一系列的书配备了百.......
- 2022-03-11 03:22:15下载
- 积分:1
-
这是一个操作系统的一个首次内存分配算法,用于模拟操作系统中的存储器动态分区分配。...
这是一个操作系统的一个首次内存分配算法,用于模拟操作系统中的存储器动态分区分配。-This is an operating system for the first time a memory allocation algorithm, used to simulate the operating system memory allocation of dynamic partitioning.
- 2022-03-23 19:30:57下载
- 积分:1