-
最优查找二叉树和红黑树算法,可调整数据输入规模,打印树结构和总权值...
最优查找二叉树和红黑树算法,可调整数据输入规模,打印树结构和总权值-Find the optimal binary tree and red-black tree algorithm, adjust the scale of data entry, printing tree structure and the total weight
- 2023-06-06 19:20:03下载
- 积分:1
-
测试信号源 labview程序
测试信号源 labview程序-Labview signal source testing procedures. . . . . . . . . . . . . . .
- 2023-01-15 14:50:03下载
- 积分:1
-
文本聊天程序
text chatting program
- 2023-07-29 05:15:03下载
- 积分:1
-
本文首先概述了OFDM 的原理、特征和关键技术,介绍了系统需要的几种同步。然后就同步误差对系统性能的影响进行了简单的分析,表明定时偏差和采样频率偏差将会引入码间...
本文首先概述了OFDM 的原理、特征和关键技术,介绍了系统需要的几种同步。然后就同步误差对系统性能的影响进行了简单的分析,表明定时偏差和采样频率偏差将会引入码间干扰,载波频率偏差导致载波间干扰的发生。因此,在OFDM系统接收机中定时的确定、载波频率偏差和采样频率偏差的纠正是信号恢复的关键。之后对OFDM系统同步的几种实现方法进行了介绍,分析了各同步方法的性能。-The paper first outlines the principles of OFDM, features and key technologies, the system needs to introduce several synchronization. Synchronization error and then the impact on system performance for a simple analysis, show that the timing deviation and the sampling frequency deviation will introduce inter-symbol interference, the carrier frequency deviation led to the occurrence of ICI. Therefore, in OFDM system receiver to determine the timing, carrier frequency offset and sampling frequency offset correction signal to restore the key. After the OFDM system to achieve synchronization of several methods of introduction, an analysis of the performance of the synchronization method.
- 2022-03-22 23:04:03下载
- 积分:1
-
一个简单的c++查找,删除,添加等程序
一个简单的c++查找,删除,添加等程序-c a simple search, delete, add procedures
- 2022-02-05 15:17:40下载
- 积分:1
-
代码很完整,编译通过,对想学习编写小游戏的朋友很有帮助.代码里有很多注释,很容易读...
代码很完整,编译通过,对想学习编写小游戏的朋友很有帮助.代码里有很多注释,很容易读-Code is complete, the compiler is passed, the preparation of the game want to learn helpful friends. Code, there are a lot of notes, it is easy to read
- 2022-07-10 03:17:07下载
- 积分:1
-
tifftechnote2.txt.gz IJG的JPEG
ijg jpeg TIFFTechNote2.txt.gz
- 2022-02-12 15:29:03下载
- 积分:1
-
Clojure是一个java虚拟机的动态编程语言
Clojure is a dynamic programming language for the Java Virtual Machine
(JVM), with a compelling combination of features:
• Clojure is elegant. Clojure’s clean, careful design lets you write
programs that get right to the essence of a problem, without a lot
of clutter and ceremony.
• Clojure is Lisp reloaded. Clojure has the power inherent in Lisp
but is not constrained by the history of Lisp.
• Clojure is a functional language. Data structures are immutable,
and most functions are free from side effects. This makes it easier
to write correct programs and to compose large programs from
smaller ones.-Clojure is a dynamic programming language for the Java Virtual Machine
(JVM), with a compelling combination of features:
• Clojure is elegant. Clojure’s clean, careful design lets you write
programs that get right to the essence of a problem, without a lot
of clutter and ceremony.
• Clojure is Lisp reloaded. Clojure has the power inher
- 2022-01-25 22:10:55下载
- 积分:1
-
基本操作的基本操作是四大操作,符号…
浮点数基本运算 浮点数的基本运算主要有四则运算、符号处理、大小比较,以及浮点数分柝等。 包含头文件 "fn.hpp" #include "fn.hpp" 浮点数基本运算 浮点数的基本运算中有加、减、乘、除、取负、绝对值、相等比较等。 加减乘除 加、减、乘、除四个运算极为相似,都是需要两个参数,结果当然也是浮点数了。 例子: // 加 减 乘 除 btil::fn::plus::value // f1+f2 的结果 btil::fn::minus::value // f1-f2 的结果 btil::fn::multiplies::value // f1*f2 的结果 btil::fn::divides::value // f1/f2 的结果 plus::value::f_val // f1+f2 的结果的值 struct one { static const double f_val = 1.0 } // 两个浮点数 struct two { static const double f_val = 2.0 } minus::value::f_val == 0.5 取负 取负运算就是取一个浮点数的负数。-float basic operations of the basic operations are four major operations, symbols, sizes, and float-watchman"s rattle so. The first document contains "fn.hpp"# include "fn.hpp" float float basic operations of the basic operations are, plus or minus, riding, except from negative, in absolute terms, a comparison of the same. The a
- 2022-05-22 17:45:03下载
- 积分:1
-
Arithmetic: Dijkstra, Dynamic_pro, Floydkruskal, Random_generate math_exp: inter...
Arithmetic:
Dijkstra,Dynamic_pro,Floydkruskal,Random_generate
math_exp:
插值与拟合实验
代数方程组的解法
微分方程实验
优化问题实验
数据分析,规划问题,绘图,解方程。。。。。。 -Arithmetic: Dijkstra, Dynamic_pro, Floydkruskal, Random_generate math_exp: interpolation and fitting the experimental solution of algebraic equations of the experimental optimization of differential experimental data analysis, planning, mapping, solution of equations. . . . . .
- 2023-03-22 01:50:03下载
- 积分:1