资源列表
shuzifangzheng
- 数字旋转方阵问题 可以输入行数 然后自行输出方阵-Digital rotation matrix can then enter the number of rows to output square
SSF_kongjiannihe_page153
- 本程序实现了求空间拟合,仿真结果显示了该方法的有效性-SSF_kongjiannihe
waterfilling
- water-filling source. very simple. thx
instruction_memory.tar
- Simple memory read only for FPGA test.
kaerman
- 卡尔曼滤波 可以对目标进行跟踪,数据处理 滤波-Kalman filter can track the target, data processing filter
CLOO1QDP
- MATLAB下编写的经典卫星信道模型中的c.loo模型的轻阴影下的电平通过率-Light level pass rate under the shadow of MATLAB classical satellite channel model c.loo model under
CLOO1ZDP
- MATLAB下编写的经典卫星信道模型中的c.loo模型重阴影下的电平通过率-Level pass rate MATLAB prepared with classical satellite channel model c.loo heavy shadows under model
ds8
- 符号平衡问题 在语言中往往需要判断一些符号是否是成对出现的,比如{}、[]、()。如何让判断符号的对称也是很多语言的语法检查的首要任务。 设计一个函数来检查表达式中的符号()、[]、{}是否平衡。若平衡,返回1;若不平衡返回0。 例如: a(dda){[dfsafd[dfsd]](((fdsd)dfd))dfd}是符号平衡的。 {ad[x(df)ds)]}不是符号平衡的。 -Symbols balance In language often needs to det
Band-Trap
- 把以前学习Matlab编程的一些东东整理,觉得有些可能对大家有一点点帮助,拿出来和大家分享。 程序代码: -The previous study Matlab programming some stuff finishing, some may feel that everyone has a little bit of help, come up and share. code:
prog_test
- it is a good couse source frome my projet pfe
m
- 电动机的霍尔换向matlab,实现编程,设计,仿真-Motor Hall commutation matlab, for programming, design
3Sum
- 给定一个数组,找出其中3个数相加结果为0的组合,然后输出其结果-Given an array S of n integers, are there elements a, b, c in S such that a+ b+ c 0?