资源列表
nsembgorithm
- 一种多层次选择性集成学习算法A multi-level ensemble learning algorithm-A multi-level ensemble learning algorithm
Sequentation-
- 序列分段算法Sequence segmentation 在磁阻效应数据处理中的应用-Sequence segmentation algorithm magnetoresistance data processing applications
Comrithath
- 求解k完全相异可视最优有序路径的近似算法-Completely different visual solving k approximation algorithm for the optimal order path
arithmetic1
- 妙趣横生的算法一书中算法源代码包括1-5-Interesting algorithms, including source code book algorithm 1-5
QPSO_SVM
- 基于QPSO_SVM算法的SELDI_TOF质谱数据分析-SELDI_TOF based QPSO_SVM MS data analysis algorithms
lementation
- 基于递归算法的树型结构图的设计实现Recursive algorithm based on tree structure of the design and implementation-Recursive algorithm based on tree structure of the design and implementation
BiTiNode
- 用c语言实现二叉树,实现了定义,查找,修改,插入,算法,从递归与非递归两个方面实现了这些算法,希望对大家有用-the code to show the tree,for example,how to find,change,insert and so on,it has two way to show these thing
CRC16
- 在labview下设计的CRC16校验 将一组数据通过CRC16算法校验后得出CRC16码,再将所得的CRC16码加到数组的后面,继续进行CRC16校验,如果所得CRC16码为0,则正确-In the CRC16 checksum labview to design a set of data, obtained through the CRC16 checksum algorithm is CRC16 code, and then added to the array from the CRC
11111
- 这是一篇有关离散分数傅里叶变换的数字水印算法的文章,希望对大家有帮助-This is a discrete fractional Fourier transform on digital watermarking algorithm article, we want to help
CNM
- 输出N个自然数中M个自然数的排列组合(M<=N),采用STL库,递归算法。-Output M combinations in N natural numbers (M <= N), using STL library, recursive algorithm.
a
- “用折半查找法找出该职工的姓名” 写几个函数: 1,输入10个职工的姓名和职工号; 2,按职工号由小到大顺序排序,姓名顺序也随之调整; 3,要求输入一个职工号,用折半查找法找出该职工的姓名,从主函数输入要查找的职工号,输出该职工的姓名。-" Using a binary search method to find the names of the workers," wrote several functions: 1, enter 10 na
C
- 简单的C程序。可实现简单的算术表达式求值,只适合整数的表达式求值。-Simple C program. Simple arithmetic expressions can be evaluated only for integer expressions.