-
MeanFFT&LSCE
对数据进行分段fft分析,最后进行平均,功能类似FFT的平滑处理。(The data are analyzed by segmented fft and eventually averaged. The function is similar to that of FFT smoothing.)
- 2018-11-23 10:20:32下载
- 积分:1
-
In this world I can only believe that the two people, one is I, and the other is...
这个世界上我只相信两个人,一个是我,另一个不是你-In this world I can only believe that the two people, one is I, and the other is not your
- 2022-02-16 06:52:40下载
- 积分:1
-
angle-measurement
比幅单脉冲测角, 雷达信号处理中常用测角方法(Amplitude comparison monopulse angle measurement,angle measuring method for radar)
- 2021-04-18 23:08:51下载
- 积分:1
-
“Riccati传递矩阵法计算汽轮机转子模型临界转速
说明: 计算转子临界转速,分析转子系统不平衡响应(The critical rotor speed is calculated and the unbalance response of the rotor system is analyzed)
- 2020-10-19 21:22:25下载
- 积分:1
-
熊海ASP博客日志系统
熊海ASP博客日志系统,运行于ASP/ACCESS环境,可用于微博,日记,博客等用途,管理地址:http://你的域名/admin 默认管理员:admin 默认密码:123456
熊海ASP日志系统更新:2015-11-16
一、修正国外空间程序显示乱码的问题。
二、添加上一篇、下一篇功能。
三、添加数据统计功能。
四、修正部份样式及兼容性问题。
五、增加分享功能。
六、增加多说设置功能
七、增加分类功能
八、增加单页功能……
- 2022-01-21 04:57:35下载
- 积分:1
-
基于FPGA的16点FFT快速傅立叶变换的Verilog源代码。
基于FPGA的16点FFT快速傅立叶变换的Verilog源代码。-the FFT implement of Verilog based on FPGA
- 2023-07-25 06:00:03下载
- 积分:1
-
10负荷点配电网蒙特卡洛法可靠性计算程序
实现10负荷点配电网蒙特卡洛法可靠性计算程序(Realization of Monte Carlo method for reliability calculation of distribution network with 10 load points)
- 2021-05-08 21:38:35下载
- 积分:1
-
Regmon Enterprise Edition
For all?who is interesting reversing
- 2020-06-21 16:20:01下载
- 积分:1
-
Mastering Python Forensics
说明: 用python进行forensic,经典书籍,黑客必备!!!!!!!!(Master the art of digital forensics and analysis with Python)
- 2020-06-23 00:20:02下载
- 积分:1
-
VC++计算表达式的测试源码
VC++表达式计算的测试源码,本程序更像是一个“聪明”的数学计算器,可计算公式和表达式,只要输入正确的表达式,就可计算出值,初次编写这样的程序,不足之处,敬请包涵指正!~~
这个程序要求读者具备编译原理的一些知识。
举个实例来说明程序处理过程。假设要求值的表达式为 -25*(56+15)#(其中#号作为表达式结束标志)。首先对表达式进行词法分析,允许出现的字符为{0 ,1, 2 ,3 ,4 ,5 ,6, 7 ,8, 9 . ,+ ,-, *, / ,( ,),#}分析的结果产生两种类型的单词:操作符和操作数。操作符包括:{+, - ,* ,/ ,( ,)}操作数包括int和double类型。上面表达式产生的单词序列为{-25,*,(,56,+,15,)}.这些单词的类型也需要保存。
词法分析正确后将对产生的单词序列进行语法分析。
定义E为表达式,N为常数(视为终结符)。
- 2023-01-02 06:05:06下载
- 积分:1