资源列表
shang_erzhi
- 图像一维熵的计算方法。读入彩色图像,利用图像信息熵的计算公式,设计算法,实现熵的计算。-one-dimensional image entropy method of calculation. Reading into color images using image information entropy formula, design algorithm, and entropy calculations.
lms_communication
- 研究用于自适应均衡器的LMS算法的性能,数据源产生有零平均和单位方差的由符号+1和-1组成的Bernoulli的序列{I(n)}.数据源之后的信道可以用升余弦脉冲响应来模拟。 -study for the adaptive equalizer LMS algorithm performance, Data Sources have zero mean and unit variance from the -1 and a symbol of the Bernoulli sequenc
RBF
- RBF神经网络用于分类与回归,有效实现RBF网络
lg
- 拉格郎日插值,?
ann
- 3级神经网络实现"异或"功能。收敛需要40万次。请指教。-Three neural networks, " XOR" function. Convergence of 40 million. Please advice.
njiefangzhen
- 用C++语言编写的求n阶方阵的运算程序,即横竖斜方向上的数的和相等。-C++ language with the evaluation of n order matrix computation process, that the number of horizontal and vertical oblique direction and equal.
Chebyshev
- 这段代码采用Chebyshev方法对数据进行一维拟合。程序允许手动选择拟合参数个数。程序还可以输出拟合精度参数。-This code uses the Chebyshev method for one-dimensional fitting data. The program allows you to manually select the number of fitting parameters. The program can also output fitting precision p
hash
- 数据结构 哈希表 二次再散列解决冲突,C-Data structure hash table secondary hash resolve conflicts, C++
1153304_4_4.cpp
- 改程序分别用Jacobi迭代法和G-S迭代法求解给出的方程组,并分别就记录达到所需精度的迭代次数。-Reform program were the Jacobi iteration and GS iterative method for solving equations given, respectively, on the record number of iterations to achieve the required accuracy.
Josephus
- 约瑟夫环是一个数学的应用问题:已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。-Josephus is the application of a mathematical problem: Given n individuals (with numbers 1,2,3 ... n, respectively) sitting around a
maze
- 数据结构课程设计——迷宫问题求解代码(已测试,可直接运行)-Curriculum design- maze problem solving code (already tested, can be directly run)
ShellSort
- 首先取一个整数 gap < n(待排序记录数) 作为间隔, 将全部记录分为 gap 个子序列, 所有距离为 gap 的记录放在同一个子序列中 在每一个子序列中分别施行直接插入排序。 然后缩小间隔 gap, 例如取 gap = gap/2 重复上述的子序列划分和排序工作,直到最后取gap = 1, 将所有记录放在同一个序列中排序为止-First, take an integer gap < n (the number of records to be sorted) as t
