-
显示多姿多彩的动画图标
希望对各位有用
显示多姿多彩的动画图标
希望对各位有用-shows versatility of animation icon you wish to useful!
- 2022-09-05 18:25:02下载
- 积分:1
-
本程序对电网的控制作了详细的说明和少量的说明…
此程序对Grid控件进行了详尽的介绍,且代码量小,很容易理解,并对其背景颜色进行填充,是Grid控件初级开发的一个理解台阶-this procedure right Grid Control for a detailed explanation and a small amount of code, it is easy to understand, and its background color to fill the Grid Control is the primary understanding of the development of a higher level
- 2022-05-23 14:51:25下载
- 积分:1
-
software name : automatic wallpaper changer source : changes in the registry sof...
软件名称: 自动壁纸更换器源码:注册表更改程序 软件语言: 简体中文 软件类型: 国产软件 / 免费版 / 系统控制 运行环境: Win9x/NT/2000/XP/ 软件大小: 26K -software name : automatic wallpaper changer source : changes in the registry software Language : English software types : Domestic software/free version/control system operating environment : CTP/software Size : 26K
- 2022-02-05 03:23:07下载
- 积分:1
-
VB development environment similar to the list of attributes the achievement of...
类似VB开发环境中的属性列表的实现方案代码,简洁易用-VB development environment similar to the list of attributes the achievement of program code, to be user-friendly
- 2022-03-13 20:51:54下载
- 积分: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
-
在2000和xp下,隐藏进程 的c源程序
在2000和xp下,隐藏进程 的c源程序-in 2000 and xp, c hidden source process
- 2022-07-25 20:42:35下载
- 积分:1
-
记事本程序,可以实现和在记事本中的所有功能,包括…
记事本程序,可以实现和WINDOWS里记事本里所有功能,包括显示系统当前时间,和光标行数-Notepad program, you can realize and WINDOWS in Notepad all functions, including the current time display system, and the cursor rows
- 2022-02-04 18:40:07下载
- 积分:1
-
颜色选择器,可以滑动选择需要的颜色,根据选择的颜色显示火焰的颜色...
颜色选择器,可以滑动选择需要的颜色,根据选择的颜色显示火焰的颜色-Color Picker, you can select the color slide, depending on the chosen color of the color display flame
- 2022-03-15 17:40:58下载
- 积分:1
-
音乐播放器
一个用API写的音乐播放器,包含了MFC中各种控件的用法,大致能够满足初学者的学习需求。例如列表框,文本编辑框,进度条等等的使用。非常适合一时找不到学习途径的初学者学习
- 2022-08-09 23:07:26下载
- 积分:1
-
图书管理系统
随着现代科学技术的进步,人类正逐渐走向信息化。图书馆拥有丰富的文献信息资源,是社会信息系统的重要组成部分,在信息社会中的作用愈来愈重要。图书馆图书管理需要对图书信息进行添加、删除和修改,也需要对图书的存放信息进行管理,同时设置管理员和读者,具有管理和借阅功能。图书馆管理系统数据库用于存储图书以及其他实体信息,由关系数据库SQL Server完成,使用语言为SQL。SQL Server 2005Microsoft SQL Server 2005 是一个全面的数据库平台,使用集成的商业智能 (BI)工具提供了企业级的数据管理。Microsoft SQL Server 2005数据库引擎为关系型数据和结构化数据提供了更安全可靠的存储功能,使您可以构建和管理用于业务的高可用和高性能的数据应用程序。Microsoft SQL Server 2005 数据引擎是该企业数据管理解决方案的核心。此外 Microsoft SQL Server 2005 结合了分析、报表、集成和通知功能。数据库引擎数据库引擎是用于存储、处理和保护数据的核心服务。利用数据库引擎可控制访问权限并快速处理事务,从而满足企业内要求极高而且需要处理大量数据的应用需要。使用数据库引擎创建用于联机事务处理或联机分析处理数据的关系数据库。这包括创建用于存储数据的表和用于查看、管理和保护数据安全的数据库对象(如索引、视图和存储过程)。可以使用 SQL Server Management Studio 管理数据库对象,使用 SQL Server Profiler 捕获服务器事件。该系统主要面向图书馆的单机服务实体对象开发,适合中小型图书馆使用。该系统使用的数据库由五张表组成,包括出版社、存放、管理员、书架、图书,包括查询库存数量、借书、还书、新进图书等存储过程,提供对图书以及其它实体、关系的增删改和查询功能。利用此图书管理系统,可以大大减
- 2022-07-10 15:33:59下载
- 积分:1