-
以上是我大学毕业设计,《谐波小波与近似熵结合的噪声分析》希望对大家有用...
以上是我大学毕业设计,《谐波小波与近似熵结合的噪声分析》希望对大家有用-above I graduated from university design, "Wavelet harmonic combination with the approximate entropy Noise Analysis" I hope useful for all
- 2022-08-23 04:00:42下载
- 积分:1
-
模拟可变存储管理部一,设计成为一句很好的诗…
模拟实现可变分区存储管理
一、设计目的
在熟练掌握计算机分区存储管理方式的原理的基础上,利用C程序设计语言在windows操作系统下模拟实现操作系统的可变分区存储管理的功能,一方面加深对原理的理解,另一方面提高根据已有原理通过编程解决实际问题的能力,为进行系统软件开发和针对实际问题提出高效的软件解决方案打下基础。
二、各功能模块分析实现
设计合理的数据结构来描述存储空间:
对于未分配出去的部分,用空闲分区链表来描述。-simulation variable Storage Management Division I. designed to become well versed in computer storage area management approaches on the basis of principle, C programming language in the windows operating system simulation systems of variable storage area management function, on the one hand, to deepen their understanding of the principles, Under the enhanced program has been through the principle of solving practical problems. for systems software development and puts forward a highly-efficient software solutions lay the groundwork. 2, the functional analysis module designed to achieve reasonable data structure to describe the storage space : Unallocated out of the question, use idle Linklist to describe.
- 2023-06-05 11:05:03下载
- 积分:1
-
改变屏幕的深度和分辨率
改变屏幕的深度和分辨率-change the depth and screen resolution
- 2022-02-09 10:32:31下载
- 积分:1
-
解决汉诺塔问题的cpp文件
解决汉诺塔问题的cpp文件-solve problems cpp file
- 2023-07-23 23:30:03下载
- 积分:1
-
判断数列相邻n项和是否为和数,其中数列可有1000项,n可到10
判断数列相邻n项和是否为和数,其中数列可有1000项,n可到10
- 2022-08-22 15:22:37下载
- 积分:1
-
英文文献,主要内容为G.729标准,语音信号的一种传输协议。
英文文献,主要内容为G.729标准,语音信号的一种传输协议。-English literature, mainly for the G.729 standard voice signal of a transport protocol.
- 2022-12-29 15:40:03下载
- 积分:1
-
数据结构与算法(c++)版源代码,很有用!
数据结构与算法(c++)版源代码,很有用!-Data Structures and Algorithms (c++) Version of the source code, very useful!
- 2023-01-10 19:55:02下载
- 积分:1
-
OFDM系统的信道估计和误差率的计算。
OFDM信道估计算法仿真,统计无线OFDM系统信道估计算法的误码率。-The channel estimation of OFDM system and error rate caculation.
- 2022-03-19 12:58:24下载
- 积分:1
-
全是很实用的入门代码 可以轻松让新手上手
全是很实用的入门代码 可以轻松让新手上手-all very practical entry code
- 2023-03-11 15:30:03下载
- 积分:1
-
设计有理数类rational_number
数据成员:
int numerator(分子)
int denominator(...
设计有理数类rational_number
数据成员:
int numerator(分子)
int denominator(分母)
成员函数
(1)构造函数rational_number ()和rational_number (int x, int y)
(2)拷贝构造函数
(3) 重载运算符“+”、“-”、“*”和“/”
2. 设计有理数类rational_number
数据成员:
int numerator(分子)
int denominator(分母)
成员函数
(1)构造函数rational_number ()和rational_number (int x, int y)
(2)拷贝构造函数
友元重载运算符“+”、“-”、“*”和“/”
3. 分别使用以上两个类,完成有理数的加、减、乘、除运算;验证其加运算、乘运算的交换律。
-Rational Design category rational_number
- 2023-03-17 02:25:04下载
- 积分:1