-
比Borland的ComboBox多了个自动搜索中文字符串的功能
比Borland的ComboBox多了个自动搜索中文字符串的功能-Borland"s ComboBox than in the out-string Chinese automatic search function
- 2022-05-10 11:43:21下载
- 积分:1
-
本程序模拟细胞的自我繁殖,这种自我复制是在人工化学的基础上进行,比起原来的基于细胞自动机的自我复制更加形象逼真。...
本程序模拟细胞的自我繁殖,这种自我复制是在人工化学的基础上进行,比起原来的基于细胞自动机的自我复制更加形象逼真。-the cell simulation of self-propagation, self-reproduction of the artificial chemical basis, compared to the original cell-based automatic machine self-replication more vivid.
- 2022-03-25 14:51:29下载
- 积分:1
-
很好的的 坦克游戏代码。。。可以引用里面的类
很好的的 坦克游戏代码。。。可以引用里面的类-good game code tanks. . . They invoke the category
- 2022-10-28 13:20:03下载
- 积分:1
-
做的一个学生成绩系统。这是我的作业,各位大虾指
做的一个学生成绩系统。这是我的作业,各位大虾指-Does a student achievement system. This is my work, ladies and prawns means
- 2022-02-01 18:01:46下载
- 积分:1
-
OPNET仿真模型:IEEE 802.15.4
OPNET Simulation Model:IEEE 802.15.4 -OPNET Simulation Model: IEEE 802.15.4
- 2023-03-18 13:25:03下载
- 积分:1
-
sheet prepared by the Russian
delphi编写的俄罗斯方块-sheet prepared by the Russian
- 2022-06-11 21:57:07下载
- 积分:1
-
This data set contains WWW
This data set contains WWW-pages collected from computer science departments of various universities in January 1997 by the World Wide Knowledge Base (Web->Kb) project of the CMU text learning group. The 8,282 pages were manually classified into the following categories:
student (1641)
faculty (1124)
staff (137)
department (182)
course (930)
project (504)
other (3764) -This data set contains WWW-page collecte d from computer science departments of various universities in January 1997 by the World Wide K nowledge Base (Web-
- 2022-03-18 12:49:59下载
- 积分:1
-
Delphi 2005 ADO 连接演示
Delphi 2005 ADO 连接演示-connecting demo
- 2022-05-23 09:03:53下载
- 积分:1
-
该程序是时间显示程序,一般可以使用LCD显示.
该程序是时间显示程序,一般可以使用LCD显示.-time of the procedure is indicated procedures, the general can use LCD display.
- 2023-09-06 08:20:03下载
- 积分: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