资源列表
YandYZT
- 运用面向对象方法设计圆类和圆柱体类并建立继承关系,并为有关 类设计构造函数、析构函数、成员数据设置/提取操作、面积/体积计算函数。在 主函数中,分别创建一个圆类对象和圆柱体类对象,调用和执行相关成员函数, 观察并分析程序运行结果-Circle design using object-oriented approach and the establishment of classes and class inheritance relationship cylinder and is
git-upload.tar
- scr ipt that helps you to upload thing to git
Volume
- 计算任意空间三角形到XOY平面投影形成的三棱柱体积计算-Calculating any spatial triangle formed to XOY plane projection prism volume calculation
CHESS
- The horse moves on a chessboard so that the whole house of sacrifice and not refuse any house twice. be fun.
music1
- 阵列信号处理中的波达方向估计中的music算法-Array signal processing DOA estimation algorithm in music
sudupu
- 地震勘探原理,基于MATLAB的速度谱的计算, 基于MATLAB的速度谱的计算,-Seismic exploration theory, based on the calculation of the velocity spectrum of MATLAB, MATLAB-based computing speed spectrum, based on the speed of computing spectrum MATLAB,
pca
- 利用python实现主成分分析,主要用在图像处理等领域-Use python to achieve the principal component analysis, mainly used in the field of image processing, etc.
SHUJUJIEGOU
- 数据结构实验,关于哈夫曼树的,代码是已调试过的,没有错误-Experimental data structure, Huffman tree is already debugged code, no errors
hogfeatureextract
- histogram of gradient matlab code for target tracking applications
MVDR_test
- 最小方差无畸变算法,大家可以看看,个人觉得蛮不错的,-mvdrfunction,if you want see,download,is verygood,thanks
Complete-Binary-Search-Tree
- 网易云课堂-陈越、何钦铭-数据结构-2016春 PTA-04-树6 Complete Binary Search Tree 编译器:python2-Complete Binary Search Tree A Complete Binary Tree (CBT) is a tree that is completely filled, with the possible exception of the bottom level, which is filled left to ri
GetMinStack
- 获得stack中最小元素,因为pop,push,getMin操作时间复杂度都是O(n),所以用辅助栈保存最小值min,同步增加..导入eclipse时要改包名package classOne -Get Min value of Stack change package name,