-
am_ofdm_classification
基于小波变换的数字信号调制识别,通过matlab实现(Modulation recognition of digital signal based on Wavelet Transform)
- 2018-05-13 15:37:58下载
- 积分:1
-
各种 C 程序
在计算中,C (/ˈsiː/,如字母 C 所示) 是一种通用的编程语言,最初由丹尼斯 · 里奇 1969 年至 1973 年在 At&t 贝尔实验室。[] 5[6] 象 ALGOL 传统中的大多数命令式语言,C 拥有结构化编程的设施,并允许可变的词法范围和递归,而静态类型系统可以防止许多意料之外的行动。它的设计提供映射高效地对典型的构造机的说明,并因此发觉有持久的应用程序中的使用,以前曾被编码在汇编语言中,最引人注目的是系统软件 (如 Unix 计算机操作系统。[] 7C 是一种最广泛使用的编程语言的所有时间,[8] [9],C 编译器可供广大的 availablecomputer 体系结构和操作系统。许多后来的语言已从 C、 D、 去锈、 Java、 JavaScript、 凌波、 LPC、 C# 中,其中包括借来直接或间接目标 C、 Perl、 PHP、 蟒蛇皮、 Verilog (硬件描述语言),[4] 和 Unix 的 C shell。这些语言有吸引了大批的 theircontrol 结构和其他基本功能从 c。其中大部分 (和 Python 是最引人注目的例外) 一般情况下,也是 verysyntactically 的类似于 C,他们倾向于找到可识别的表达式和语句语法的 C 结合基础类型系统、 数据模型以及可以从根本上不同的语义。C + + 和目标 C 起家的编译器生成的 C 代码 ;C + + 是目前近 C,[10] 虽然目标 C 是 C.[11] 的严格超集的超集
- 2022-02-12 13:15:32下载
- 积分: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
-
谁有需要的话可以看看啊 !!不错还凑合源代码
谁有需要的话可以看看啊 !!不错还凑合源代码-yes
- 2022-08-03 23:42:43下载
- 积分:1
-
quxianpinghuachengxu2
这是一条应用于MATLAB的程序,主要功能是打开txt文件并且绘制图形,再根据图形之中的曲线进行最小二乘拟合。(This is a program applied to MATLAB. Its main function is to open the txt file and draw the graph. Then, the least square fitting is performed according to the curve in the graph.)
- 2020-06-25 13:40:02下载
- 积分:1
-
power_dupfc2_pwm
在matlab中将upfc应用到实际的电力系统中(In matlab, upfc was applied to the actual power system)
- 2019-05-16 12:21:38下载
- 积分:1
-
book
时间序列分析 高阶统计量方法
张贤达老师1996年的书,已经很难找到下载了:)(ZHANG Xian-da teacher in 1996 the book has been difficult to find downloaded:))
- 2009-12-28 17:12:50下载
- 积分:1
-
MyCinema
c#编写的电影院售票软件,用xml文件控制需要播放的电影信息(c# prepared by the cinema ticketing software, and control needed to play movies using the xml file
)
- 2012-03-17 22:50:43下载
- 积分:1
-
MarantzController
A remote controller for Marantz AV Receivers by TCP/IP. Support custom Hotkey and custom command. Maybe Support any devices use TCP/IP. Depend on dot net framework 4.6.
- 2019-06-14 11:18:34下载
- 积分:1
-
yuce
用灰色预测理论实现负荷预测,可以任意取点(Gray prediction theory to achieve load forecasting, you can take an arbitrary point)
- 2021-04-27 09:58:44下载
- 积分:1