-
迅雷,工具大家都很清楚的,
迅雷,工具大家都很清楚的,-Thunderbolt, tools, we are all very clear, after another Ding Ding Ding Ding Ding Ding
- 2022-03-05 21:25:45下载
- 积分:1
-
date on the use of the classic C code
关于日期使用的经典C代码-date on the use of the classic C code
- 2022-02-20 07:15:59下载
- 积分:1
-
glut库的五个相关文件,替代进windows就可以用glut库了
glut库的五个相关文件,替代进windows就可以用glut库了-glut library five relevant documents, substitute into the windows can use the glut library
- 2022-05-05 14:52:34下载
- 积分:1
-
关于波动方程偏移的正演,结果,原理,解释,有助于理解
关于波动方程偏移的正演,结果,原理,解释,有助于理解-migration
- 2023-01-24 00:05:04下载
- 积分:1
-
(1) 熟悉连续信号经理想采样前后的频谱变化关系,加深对时域采样定理的理解.
(2) 熟悉时域离散系统的时域特性
(3) 利用卷积方法观察分析系统的时域...
(1) 熟悉连续信号经理想采样前后的频谱变化关系,加深对时域采样定理的理解.
(2) 熟悉时域离散系统的时域特性
(3) 利用卷积方法观察分析系统的时域特性.
(4) 掌握序列傅立叶变换的计算机实现方法,利用序列的傅立叶变换对连续信号,离散信号及系统响应进行频域分析.
-(1) familiar with the continuous signal to the manager before and after the sampling of the spectrum changes relations and deepen the time-domain sampling theorem understanding. (2) familiar with the time-domain system discrete time-domain (3) using deconvolution method of analysis in time domain characteristics. (4) master sequence Fourier Transform computer, using the Fourier transform sequence of continuous signals, Discrete signal system response and frequency domain analysis.
- 2022-03-19 23:10:38下载
- 积分:1
-
这是一个不错的小游戏啊,欢迎大家来下啊,好东西大家一起分享啊...
这是一个不错的小游戏啊,欢迎大家来下啊,好东西大家一起分享啊 -This is a good little game ah, welcoming everyone to come under ah, good things to share with everyone ah
- 2022-05-31 08:08:06下载
- 积分:1
-
vensim User
vensim 用户指南 系统仿真软件 系统动态学-vensim User
- 2022-10-27 18:05:04下载
- 积分:1
-
高精度数控电源制作,数码显示,带原理图和固件程序
高精度数控电源制作,数码显示,带原理图和固件程序-CNC high-precision power production, digital display, with schematics and firmware
- 2022-02-15 12:15:05下载
- 积分:1
-
51的红外线解码程序
51的红外线解码程序-51 infrared decoding procedures
- 2023-03-16 12:15:04下载
- 积分:1
-
prepare themselves with a small C games, DOS interface, oh run. Float Float basi...
自己用C编写的小游戏,DOS界面哦,可以运行。 浮点数基本运算 浮点数的基本运算主要有四则运算、符号处理、大小比较,以及浮点数分柝等。 包含头文件 "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 取负 取负运算就是取一个浮点数的负数。-prepare themselves with a small C games, DOS interface, oh run. Float 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, p
- 2022-03-22 16:15:25下载
- 积分:1