资源列表
chap2_11_RML
- 递归极大似然数估计,在实际通信系统仿真过程中非常有用-Recursion number of maximum likelihood estimate, in actual communication system simulation process is very useful
MUSIC_DOA_s
- 在未知方向发射信号,由接收阵元接收。对接收的信号使用MUSIC算法处理,得到发射信号方位-process the signals received using MUSIC to get the DOA
QPSK_System_BER_Simulation
- qpsk通信系统误码计算 System error Simulation Analysis between AWGN and Rayleigh channel -ber calcution in qpsk system
hwnd
- 一个简单的窗口创建程序,是一个框架程序。-how to create a window using vc++
doblemente-encadenada-circular
- program of list and his methods
Anyway_Kalman
- 卡尔曼滤波器的C语言描述 是自平衡电动车中用于姿态信息融合时的运用 可以得到非常精确的角度信息-C language descr iption of the Kalman filter is a self-balancing electric vehicle attitude information fusion can be very precise angle information
love
- 计算空间几何距离的MATLAB计算机算法-Spatial geometric distance calculation algorithm MATLAB computer
hideicon
- 隐藏任何窗口的任务栏或快捷栏上的图标,一些第三方应用不能通过隐藏窗口来隐藏图标使用本功能也可以实现隐藏图标目的-Hide any window or taskbar icon on the shortcut bar
wx8
- 尽量不要让站长把时间都花费在为您修正说明上-his ia a debug/undebug program with VB language, the function is not perfect .I hoppe it is useful.
add_item
- 根据书目内容进行累加求和,分类整理书籍,并以类对象的形式存储书目,不同条形码的书类分别累加-Bibliographic content according to cumulative summation, sorting books and bibliographic class objects stored in the form of different classes were accumulating barcode books
openFileandLyr
- arcengine 打开Files。支持所有的数据格式
strStr函数实现
- 暴力写法(非KMP算法)的strStr函数实现 亲测可用可通过leetcode