-
provide advanced interface to the base window class, we see not a suitable place...
提供各种高级界面窗口的基类,大家看看有没适合自己的-provide advanced interface to the base window class, we see not a suitable place for himself
- 2022-03-17 00:18:47下载
- 积分:1
-
用vc制作动画进度条的程序
用vc制作动画进度条的程序-vc with the progress of the animation production process
- 2022-02-15 01:02:32下载
- 积分:1
-
该项目涉及投标价值的报价,投标者的指示…
The project deals with quoting of tender value, Instructions for the tenderer to be followed, Eligibility criteria, and Credit card Validation. The first major problem is to obtain the necessary information. The existing documents are a major source of information. The second major problem is to store the data particularly the amount quoted by the tenderer in an encrypted way. The third major problem is the validation of Credit card of the tenderer in order to check for valid user. This project is developed using ASP, HTML, MSAccess, and VBScript. This project will definitely leads in a great way to achieve the way of Tendering.-The project deals with quoting of tender value, Instructions for the tenderer to be followed, Eligibility criteria, and Credit card Validation. The first major problem is to obtain the necessary information. The existing documents are a major source of information. The second major problem is to store the data particularly the amount quoted by the tenderer in a
- 2022-08-17 01:49:31下载
- 积分:1
-
Kid编写的线型图源代码(C#),很好的学习图表制作的代码
Kid编写的线型图源代码(C#),很好的学习图表制作的代码-Kid linear map prepared by the source code (C#), a good learning charts produced by the code
- 2022-02-03 10:40:35下载
- 积分:1
-
VC++ menu code. Using VC++ to achieve a custom menu to produce different effects...
VC++菜单编码。用VC++实现菜单的自定义,制作出不同效果的菜单。-VC++ menu code. Using VC++ to achieve a custom menu to produce different effects menu.
- 2022-10-11 09:35:03下载
- 积分:1
-
自适应横向宽屏幻灯片代码
自适应横向宽屏幻灯片代码,可用于网站首页全屏广告轮显或者网站全屏背景轮显,效果不错哟,懒人图库推荐下载!
使用方法:
1.head区域引入jquery.jslides.css样式表文件。
2.引入JS文件jquery-1.8.0.min.js和jquery.jslides.js
3.在你的网页中加入注释区的代码,注意图片路径。
4.为了更宽的屏幕显示较好的效果,建议图片宽度大于等于1920像素。
- 2022-08-07 21:34:43下载
- 积分:1
-
信号连续采样源代码
信号连续采样源代码,下载后可以直接使用,非常方便,一块学习进步.......................
- 2022-01-26 14:51:57下载
- 积分:1
-
Hangman游戏
Hangman的人是一张纸和铅笔的猜谜游戏,两个或更多的球员。一名球员认为一个词、 短语或句子和另一个试着猜提出字母或数字。要猜出的单词代表通过一行破折号,给字母、 数字和类别的数目。如果猜测玩家建议一个字母或数字发生在 word 中,其他玩家将其写入其正确的位置。如果在 word 中未出现的建议的字母或数字,其他玩家以理货马克绘制吊死的 manstick 图的一个组成部分。这场比赛是在时:示例游戏进度 ;答案是维基百科。猜测球员完成这个词,或正确猜测整个单词其他玩家完成该关系图:事实上,此图旨在吊死鬼的样子。虽然关于这幅画的坊间出现了辩论,[1] 它是今天仍在使用。教师常见的替代方法是绘制与十个苹果,擦除或划掉苹果的猜测都是用完树上的苹果。
- 2022-06-02 03:38:20下载
- 积分:1
-
C # MDI应用程序接口
C# MDI界面应用-C# MDI Application Interface
- 2022-03-07 04:06:01下载
- 积分:1
-
Qt login,自动识别焦点
#include "mainwindow.h"
#include "ui_mainwindow.h"
MainWindow::MainWindow(QWidget *parent) :
QMainWindow(parent),
ui(new Ui::MainWindow)
{
ui->setupUi(this);
pushButton = new QPushButton(this);
pushButton->setObjectName(QString::fromUtf8("pushButton"));
pushButton->setGeometry(QRect(40, 180, 51, 27));
pushButton_2 = new QPushButton(this);
pushButton_2->setObjectName(QString::fromUtf8("pushButton_2"));
pushButton_2->setGeometry(QRect(40, 140, 51, 27));
pushButton_3 = new QPushButton(this);
pushButton_3->setObjectName(QString::fromUtf8("pushButton_3"));
pushButton_3->setGeometry(QRect(100, 140, 51, 27));
&
- 2022-03-13 04:00:49下载
- 积分:1