-
C++定义了组件及
C++ defines to assembly EQUs
- 2022-10-05 18:25:03下载
- 积分:1
-
vb开发的贪吃蛇游戏
这个游戏不用多介绍了吧
算法少,用了大量的类
作为学习教程不错...
vb开发的贪吃蛇游戏
这个游戏不用多介绍了吧
算法少,用了大量的类
作为学习教程不错-vb development of the huge memory game the game do not have the right algorithm introduced less with a lot of class as a good study guide
- 2023-01-13 04:50:04下载
- 积分:1
-
Computer system structure of slides, suitable for students
计算机系统结构的一些幻灯片,适合学生参考-Computer system structure of slides, suitable for students
- 2022-03-14 07:14:16下载
- 积分:1
-
用ASP做的许愿墙壁。很好玩的一个东西。希望大家会喜欢。
用ASP做的许愿墙壁。很好玩的一个东西。希望大家会喜欢。-ASP Wishing to do the walls. A very fun thing. I hope you will like.
- 2022-11-23 14:15:03下载
- 积分:1
-
PQ分解法,有些还需要改进,该程序所对应的例子是东南大学陈珩编的《电力系统稳态分析(第二版)》的例4...
PQ分解法,有些还需要改进,该程序所对应的例子是东南大学陈珩编的《电力系统稳态分析(第二版)》的例4-5-PQ decomposition, some also needs to be improved, The procedure corresponding to the example of Southeast University, Chen Heng addendum to the "steady-state power system analysis (second edition)" 4-5 cases
- 2022-10-15 17:35:02下载
- 积分:1
-
在一个寒冷的区域上市,北航试验机。在域上
列举一个感冒论域,北航机试题。论域U 条件属性 决策(感冒)d
头疼a1 肌肉痛a2 体温a3
以上为属性。下面是取值。默认1为是,0为否。对于体温来说,0为正常,1为高,2为很高-Listed in a cold domain, BUAA test machine. On the domain U-attribute decision-making conditions (cold) d headache muscle pain a1 over a2 attribute a3 body temperature. The following is a value. Default 1 for yes, 0 for not. The temperature is 0 for normal, 1 high, 2 for high
- 2022-03-16 05:01:14下载
- 积分:1
-
使用vhdl编写的一段程序。
主要功能是声音周期计算,以区别声音信号与噪音信号。...
使用vhdl编写的一段程序。
主要功能是声音周期计算,以区别声音信号与噪音信号。-vhdl prepared by the use of a procedure. Its main function is voice cycle, in order to distinguish voice signal and the noise signal.
- 2022-12-07 23:50:03下载
- 积分:1
-
汽车开环和闭环制动系统简述有助初学者加深对该模型原理的理解...
汽车开环和闭环制动系统简述有助初学者加深对该模型原理的理解-car open and closed loop braking system outlined help beginners deepen their understanding of the principles Model
- 2023-08-25 04:35:03下载
- 积分:1
-
通过雪花飞舞这个小例子学习怎么制作控制动画
通过雪花飞舞这个小例子学习怎么制作控制动画-snowflakes fluttering through the small examples to learn how to control animation production
- 2022-05-23 22:43:55下载
- 积分: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