-
Vb+MO开发GIS源代码,内容为常用的图形操作
Vb+MO开发GIS源代码,内容为常用的图形操作-Vb MO Development GIS source code, content for the operation of commonly used graphics
- 2023-08-25 14:00: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
-
A very Good thisngs for ACM
很好的ACM资料,这是我自己在HDU上做的题目-A very Good thisngs for ACM
- 2022-02-04 04:33:27下载
- 积分:1
-
Maya 4
MAYA 4-5 X文件导出插件的代码,很好的东西,可以方便大家!快下吧!-MAYA 4-5 document derived X plug-in code, good things can facilitate all! Under fast!
- 2023-03-14 04:50:03下载
- 积分:1
-
应用边界信息与基于mumford
应用边界信息与基于mumford-shah泛函的先验形状的图像分割-Application of boundary information and based on the mumford-shah functional for image segmentation a priori shape
- 2022-01-21 03:40:24下载
- 积分:1
-
NETWORK ASSOCIATES GUIDE TO COMMUNICATIONS PROTOCOLS
NETWORK ASSOCIATES GUIDE TO COMMUNICATIONS PROTOCOLS-GUIDE TO NETWORK ASSOCIATES COMMUNICATIO NS PROTOCOLS
- 2022-01-26 07:33:07下载
- 积分:1
-
报表制作程序演示
报表制作程序演示-statements prepared demo
- 2023-05-18 14:30:03下载
- 积分:1
-
4头激光灯
舞台灯4头激光效果灯:基于STC单片机控制的激光效果灯,外围加75176控制芯片与控台连接,实现舞台灯用DMX512信号通信进而控制从机动作。
- 2022-07-01 14:24:03下载
- 积分:1
-
替换多个文件中的文本的程序
替换多个文件中的文本的程序-Program which can replace the specific text from multiple files
- 2022-03-04 17:31:05下载
- 积分:1
-
约瑟夫环
1. 本演示程序利用一循环链表,每个结点为一人,类似将人按顺时针方向围坐一圈,每个结点包括,号码,密码.号码是作为排的顺序.密码用来作为下一次报数...
约瑟夫环
1. 本演示程序利用一循环链表,每个结点为一人,类似将人按顺时针方向围坐一圈,每个结点包括,号码,密码.号码是作为排的顺序.密码用来作为下一次报数的数字.当走到结尾时,再下个结点便循环回去,依此类推.
2. 演示程序以用户与计算机的对话方式执行,用户输入相应的数据,输出结果显示在其后。,即总结点数,和密码.
3. 程序执行的命令包括:1)创建链表 2)寻找结点 3)删除结点
4. 测试数据测试数据:m初始值20,n=7,7个人密码依次为:3,1,7,2,4,8,4。首先m值为6,正确出列顺序为6,1,4,7,2,3,5。
-Josephus 1. The demonstration program using a chain cycle, each node to a person, similar to a clockwise direction by people sitting circle, and each node include numbers, Password. As the number is the sequence. used as a password the next few reported figures. When reached at the end, the next nodes will cycle back, and so forth. 2. Demonstration Program to computer users with implementation of the dialogue, the corresponding user input data and output results in later. , Summed up the quota, and password. 3. Procedures for the implementation of the order include : 1) Create List 2) Find node 3) delete nodes 4. test data test data : the initial value of 20 m, n = 7, 7 PIN followed : 3,1,7,2,4,8,4. M value fo
- 2022-07-24 02:51:37下载
- 积分:1