资源列表
cluster_full
- 包含各种常用的聚类算法,应有尽有。VC++版,可以配合文字识别等。-contains various commonly used clustering algorithm, everything. VC version can identify with characters.
ustc_zizi_xianjin
- 包括神经网络算法、遗传算法、模拟退火算法和模糊数学方法
senarai
- Data structure Senarai
expressionvalue
- 属于利用C++开发的数据结构代码,利用栈结构实现了算术表达式的求值。-development is the use of C code structure of the data, using stack structure for arithmetic expression value.
winsrc20
- Fractint is the Windows GUI version of the old Fractint for DOS. This is a legacy version for implementation reference only.
matlab_ANN_MLP
- matlab程序,使用神经网络估算信号频率,附训练及测试数据(The matlab program uses neural networks to estimate the frequency of signals, along with training and test data)
Karhunen-Loeve变换
- Karhunen—Loeve变换及其图像中的应用(Karhunen - Loeve transform and its applications in images)
10530(Guessing Game)
- ACM Problem number 10530
pati2014.pdf.tar
- Sliding Mode Controller Design Using PID Sliding Surface
3-17
- 字符串比较问题 问题分析:解答此题需要一个较为巧妙的解题思路。解决此题可以借用“最长公共子串”问题的解题思路。采用自底向上的动态规划思想。假设对于给定的字符串A,B长度分别为m,n,A[1..m],B[1..n],这里可以使用变量val[m][n]表示A,B的扩展距离。 对于字符串A[1..m],B[1..n],有以下两种情况: 1.A[m]和B[n]处在扩展字符串的同一个位置,那么val[m][n]=val[m-1][n-1]+abs(A[m]-B[n])。 2.A[m]和B[n]不在
auralius-smc-example-8c37180
- design of sliding mode controller....
project6
- 利用线性探查法建立Hash表并进行查找操作(Establishment of Hash Table by Linear Exploration and Search Operation)
