-
工资管理系统,适合小型公司,已经中型公司的工资管理,作为参考...
工资管理系统,适合小型公司,已经中型公司的工资管理,作为参考-wage management system for small companies, medium-sized companies in wages, as a reference
- 2022-07-10 22:38:59下载
- 积分:1
-
thermometer and heater device
for demonstration of automatic
temperature con...
thermometer and heater device
for demonstration of automatic
temperature control.
version 2.0
this device (thermometer.exe) comes with
full source code (visual basic 6.0) and
a sample assembler program (thermometer.asm),
that can be run on emu8086 microprocessor
emulator.
you can download the latest emu8086
microprocessor emulator from here:
http://www.emu8086.com
feel free to e-mail if you have any questions:
info@emu8086.com
have fun!
copyright (c) 2005 emu8086.com
http://www.emu8086.com
- 2023-08-05 22:55:03下载
- 积分:1
-
在应用程序中设置打印选项
在应用程序中设置打印选项-application procedures set print options
- 2022-05-05 14:11:23下载
- 积分:1
-
从剪贴板上获取整个系列号,然后进行分解,依次填入即可。自己做了一个!...
从剪贴板上获取整个系列号,然后进行分解,依次填入即可。自己做了一个!-access from the clipboard on the whole series, then decomposition, can be followed by Enter. Doing a one!
- 2023-03-01 23:35:04下载
- 积分:1
-
神经网络程序,BP算法模拟程序,可以在windows下编译通过
神经网络程序,BP算法模拟程序,可以在windows下编译通过-neural network programming, BP algorithm simulation program that can compile under windows
- 2023-08-07 06:05:03下载
- 积分:1
-
磁卡机开发函数用于先达磁卡机
磁卡机开发函数用于先达磁卡机-card machine development function for the first of 1,500 machines
- 2022-06-17 05:00:56下载
- 积分: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
-
设计一个类Sample,它有两个私有成员A[]和n(A中元素个数),将对A[]中数据进行各种排序的函数放入到一个友元类process中。...
设计一个类Sample,它有两个私有成员A[]和n(A中元素个数),将对A[]中数据进行各种排序的函数放入到一个友元类process中。
-Sample Design of a kind, it has two private members [] A and n (A number of elements), A. [] will be the data for various sort of function Add Friends yuan to a process which category.
- 2022-01-25 16:09:38下载
- 积分:1
-
孙鑫VC++深入详解视频教程
C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的集成,函数覆盖,基类与派生类的构造,析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指引变量的区别与共同处,VC工程的编译原理与过程,将工程种不同的类拆分到不同的文件中。
- 2022-02-05 07:09:23下载
- 积分:1
-
Ping工具,使用VC6编译通过
ping tool, use vc6 compile passed
- 2022-01-25 16:18:08下载
- 积分:1