资源列表
ml_slides_solutions-
- 机器学习的课件以及习题答案,每道题都有详细解答-machine learning slides and homework solutions
LeafNodes
- 假设二叉树用二叉链表表示。写一个算法,计算二叉树中的叶结点数目。要求不使用全局变量。-This is the main project file for VC++ projects generated using an Application Wizard. It contains information about the version of Visual C++ that generated the file, and information about the p
ctrllab3.0
- matlab中ctrllab工具箱,对系统稳定判断有用-in ctrllab matlab toolbox, useful to determine the stability of the system
longbeigejifen
- 计算方法中的龙贝格积分是求定积分的精度高的近似值,这里提供龙贝格积分的matlab源代码。-Calculation of the Romberg integral definite integral is seeking a high precision approximation, here are Romberg integration matlab source code.
amg1r5
- 代数多重网格法的经典程序,主要用来求解椭圆型方程-classical code of ALGEBRAIC MULTIGRID METHOD
C-Kalman
- 卡拉曼滤波器的c语言实现!非常好!很可以初学者使用!-Karaman filter c language! Very good!
admin-templates
- 经典布局的源代码,很适合学习,有ps图片等-Classical layout of the source code, it is suitable for learning, there are pictures ps
QPSK
- 实现qpsk调制,通过瑞丽信道和高斯信道 然后计算其误码率 并进行比较-Qpsk modulation to achieve, by Rui Lixin Road and Gaussian channel and then calculate the error rate and compare
yiyuanxishuduoxiangshi
- 这是一个一元稀疏多项式计算器 能够实现多项式的输出 降幂 还有加法 减法 乘法功能 除此之外还有能够对不同阶数的线性方程组求解 对于无解时会提醒。此程序供大家参考。-This is a one yuan sparse polynomial calculator can realize the output power and down polynomial function besides addition and subtraction method to different order nu
Genetic-algorithm-optimization
- 遗传算法的优化计算——————建模自变量降维-Genetic algorithm optimization-- modeling variable dimension reduction
ChessBoard
- 用4种不同形态的L型骨牌覆盖一个给定的特殊棋盘上除特殊方格以外的所有方格,且任何2个L型骨牌不得重又能叠覆盖。-In four different forms of L-type domino covering a given special special squares on the board in addition to all other boxes, and any two L-shaped dominoes can not be re-stacked coverage.
Hash_Table
- 实现了一个根据关键码值(Key value)而直接进行访问的数据结构,即哈希表-Hash Table