资源列表
CMRDecoder
- CMR 差分数据格式解码,将二进制原始数据解析为十进制-MCR original data decoder
Kalman_Matrix
- 标准Kalman滤波、非线性卡尔曼滤波UKF,以及矩阵的实现-Kalman Filter ,Unscented Kalman Filter and implement of Matrix .
数据结构源码
- 严尉敏,吴伟民版数据结构源代码,全部都能运行通过,可供学习数据结构这门课程的人员参考,提升对数据结构的掌握
hgt编码练习.rar
- hgt编码练习.rar
shujujiegousuanfa
- 各种最小生成树算法 最短路径算法 邻接矩阵和邻接表的相互转化 求连通分量的算法-Interconversion of various minimum spanning tree algorithm shortest path algorithm adjacency matrix and adjacency list of requirements connected component algorithm
HuffmanCoding
- 这是使用Matlab实现的Huffman编码与绘图的程序。编码过程比较简单,是通过建立Huffman树,再进行简单的遍历得到。 主要贡献在绘图部分。这是迄今为止唯一一个画出Huffman生成树的Matlab程序。-This is a piece of Huffman coding and graphics program based on matlab. The encoding process is relatively simple, through the establishment of
process
- 里面有两个算法,一个是操作系统的任务调度算法,还有一个是冒泡排序算法-There are two algorithms, one is the operating system, task scheduling algorithm is another bubble sort algorithm
程序化教学
- 编写一个应用程序实现程序化教学,程序必须完成以下功能: 向学生提问题; 从学生处获得答案; 根据学生的答案继续选择下一个问题。
jogepsbganvle_8_principles
- 葛兰碧八法则是股票技术分析中著名的一个法则,该代码分析并验证这台法则在中国市场上的有效性-Jogepsbganvle Eight Principle is one of the most famous judgement in the stock market. This series of codes will testify its validity in China.
revenue-in-long-term
- CAPM定理认为系统风险越大,则股票收益越大,然而,长期中,事实并非如此。该套代码验证了再长期情况下股票风险与收益的对应关系-CAPM principle has demonstrate that a good return always accompanies the big risk. But it may be wrong in the long-term perspective.
NQueen_recursion
- 递归方法解决N皇后问题,任意两个皇后都不能处于同一行、同一列或同一斜线上。输出解法-A recursive method for solving N queens problem, any two queens are not in the same line, the same row or on the same diagonal. Output solution
NQueen_Nonrecursive
- 非递归方法解决N皇后问题,任意两个皇后都不能处于同一行、同一列或同一斜线上。输出解法-A non recursive method for solving N queens problem, any two queens are not in the same line, the same row or on the same diagonal. Output solution