资源列表
ComplexNumber
- 是用C++语言写的复数相加的程序代码,为同学上机实验提供参考。
hash
- 已知某哈希表的装载因子小于1,哈希函数 H(key)为关键字(标识符)的第一个字母在字母表中 的序号,处理冲突的方法为线性探测开放定址法。 试编写一个按第一个字母的顺序输出哈希表中所有 关键字的算法。-Known load factor of a hash table is less than 1, the hash function H (key) for the keywords (identifiers) of the first letter of the alphabe
PLS_NIPALS
- Calculate PLS model for Paul method (reference:1986 Partial Least-Squares regression:A tutorial) PLS is a modeling method for linear system, and it s powerful to solve variables that have interaction.
calendar
- This a simple calendar code-This is a simple calendar code
pthread
- Parallel threading for multicore processors and to know the effeciency of each abstract level
myspline
- 非扭结边界条件(not a knot)的三次样条插值算法,最低支持2个样本点,算法简洁明了,适合学习参考。-Non-kink boundary conditions (not a knot) cubic spline interpolation algorithm, the minimum support two sample points, the algorithm is simple and clear, for learning reference.
telnumber
- 对电话号码的处理 是输入的电话号码满足一定的格式-The processing of the telephone number is input and p satisfies a certain format
Lab5
- ustc的计算方法(B)第五次作业lab5-ustc calculation operations lab5
alt_path
- Alternate path between any two node
dist_vect
- to find the distance between the two nodes and to have their neighbour table update
01
- 问题:输入是一个n*m的01矩阵,要求找到其中最大的全1字矩阵-Question: the input is a n*m 01 matrix, which requires the largest total of 1 word matrix
HoughTransform
- AN implementation of the Hough transform written in C