-
图书管理信息系统的DELPHI源代码,并在该系统里面附加一些小工具供大家学习...
图书管理信息系统的DELPHI源代码,并在该系统里面附加一些小工具供大家学习-Book Management Information System DELPHI source code, and attached to the system inside the gadget for everyone to learn
- 2022-07-27 11:43:16下载
- 积分:1
-
n皇后问题的C++实现
n皇后问题的C++实现-n Queen"s realization of C
- 2022-07-15 11:06:40下载
- 积分:1
-
汇总c#.net常用函数和方法集.实用源码
汇总c#.net常用函数和方法集.实用源码-Summary c#. Net commonly used functions and methods of collection. Practical source
- 2022-11-14 21:55:03下载
- 积分:1
-
dreamweaver插件3
dreamweaver插件3-Dreamweaver plug-3
- 2022-03-12 22:13:23下载
- 积分:1
-
wolf3d游戏源码 学习3d的好游戏,使用c语言和汇编实现的
wolf3d游戏源码 学习3d的好游戏,使用c语言和汇编实现的-wolf3d game 3d source of learning the game, the use of language and c compilation of achievement
- 2022-03-21 11:19:27下载
- 积分:1
-
cad 二次开发 数据导成 excel 文件
cad 二次开发 数据导成 excel 文件-cad secondary development data into excel document I.
- 2022-02-15 12:19:26下载
- 积分:1
-
this ian queue.c file
this ian queue.c file
- 2023-05-01 01:55:03下载
- 积分:1
-
使用LEADTOOLS14.5和VB,利用TWAIN接口进行扫描的示例,可进行各种扫描参数的参数...
使用LEADTOOLS14.5和VB,利用TWAIN接口进行扫描的示例,可进行各种扫描参数的参数-Use LEADTOOLS14.5 and VB, using TWAIN interface to scan the sample, it can conduct a variety of scan parameters parameters
- 2022-02-09 20:38:30下载
- 积分:1
-
基于Qt的数据管理系统
应用背景基于Qt的数据管理系统,对Qt的数据库进行了一次应用,对于Qt初学者学习开发数据库等技术有较强学习价值。。。。。。。关键技术setFixedSize(750, 500);
ui->stackedWidget->setCurrentIndex(0);
QSqlQueryModel *typeModel = new QSqlQueryModel(this);
typeModel->setQuery("select name from type");
ui->sellTypeComboBox->setModel(typeModel);
QSplitter *splitter = new QSplitter(ui->managePage);
splitter->resize(700, 360);
splitter->move(0, 50);
splitter->addWidget(ui->toolBox);
splitter->addWidget(ui->dailyList);
splitter->setStretchFactor(0, 1);
splitter->setStretchFactor(1, 1);
on_sellCancelBtn_clicked();
showDailyList();
ui->typeComboBox->setModel(typeModel);
createChartModelView();
- 2023-01-11 19:20:03下载
- 积分:1
-
Face Detection system, developed using opencv face detection process
人脸检测系统,利用opencv开发的人脸检测程序-Face Detection system, developed using opencv face detection process
- 2022-01-21 22:39:52下载
- 积分:1