资源列表
movieaboutshotsnap
- 单炮记录的动态显示:包含三个程序,子波生产(my_ricker.m),反射系数产生(reflectivity.m),单炮记录生成及动态显示(my_forward.m)!
shiyan
- 操作系统实验,进程调度管理,里面实现了进程的调度管理,功能全面-Operating system experiments, the process of scheduling management, which achieved the process of scheduling management, full-featured
bublesort
- VB bubble sort algorithm, it shows the example and work of it-VB bubble sort algorithm, it shows the example and work of it...
pingbao
- 屏保程序,在指定时间内未使用键盘则关闭屏幕显示-Safety Net program, within the specified time will not use the keyboard to close the screen display
HW1
- 計算WORD以及許多功能,非常好用可以跳號也可以順序來計算-Calculation WORD
cakf
- 适用于匀加速的机动目标跟踪,人机对话,效果分析-CA KF REMS
signalprocessing
- 1、产生信号,两个实正弦信号的叠加,幅度分别为2、4、1、3;混入均值为0、方差为1的白噪声。采用自适应滤波器对其进行去噪。 2.产生信号,为两个实正弦信号的叠加,其幅度均为4,混入均值为0、方差为1的白噪声。采用有限脉冲响应法设计一个维纳滤波器估计信号 ,并求最小均方误差。 3.产生高斯分布的白噪声w(n),自行给定一个5阶AR模型,让该白噪声通过这个AR模型,得到输出信号x(n),再估计x(n)的AR模型数,比较估计的结果和原来给定的AR模型的参数。-A signal to be g
ADRC_ini7s_blend_FO_v4
- 基于分数阶自抗扰控制的车辆1/4模型在混合路面启动工况仿真-Fractional-based vehicle ADRC 1/4 model start in the mixed road conditions simulation
SOJ3543
- SOJ3543 序列操作,线段树经典题目,重点在于线段树的维护。此为10年初做此题的源码,与各位分享-the code of SOJ3543
maze
- 实现经典问题老鼠迷宫,并用坐标将路径显示出来-Achieve classic problem rat maze, and coordinate with the path displayed
seg_display
- verilog语言编程,通过编程实现伪随机码的产生,程序简单易懂,易上手,带测试平台文件-verilog language programming, programming produced by pseudo-random code, the program easy to understand, approachable, with a test-platform file
堆排序Java实现
- 利用Java编程语言实现的堆排序程序,能够实现对数组进行从小到大进行排序,也可通过修改代码,实现由大到小进行排序。