搜索资源列表
COMARXFOR
- 计算转换矩阵用的二元一次方程组的程序..很实用的一个转化类
kmean
- 基于OpenCV的二元吗,实现了划分随机分布点集的K-均值算法。按照类别分组的输入样本顺序输出包含样本类别索引的数组labels(i),存储在样本矩阵的第i行中。-Based on the binary OpenCV吗, implementation of the demarcation point set of randomly distributed K-means algorithm. Input in accordance with the type of packet contains
Lexer
- 设计、编制并调试一个词法分析程序。 算法的基本任务是从字符串表示的源程序中识别出具有独立意义的单词符号,其基本思想是根据扫描到的单词符号的第一个字符种类,拼出相应的单词符号,如果扫描到的单词符号是关键字,则到关键字种别码表中查出相应的种别码,并将其种别码和单词符号本身存入二元组-Design, preparation and commissioning of a lexical analyzer. Basic task of the algorithm is to identify th
cPP
- 要求对给定的C语言源程序识别单词,保留字,标识符,运算符,常量,界符,结果以二元组形式输出-Require a given C language source code to recognize words, reserved words, identifiers, operators, constants, community character, the result output in the form of binary group
Tian-Difference-Expansion
- 基于二元组的差扩水印,比较适合水印初学者学习-difference expansion watermark
wjj---Copy
- 该代码可用来修改后,得到一个二元二次的回归方程。只要把数组换成自己的就可以了。-use this code, u can get a curve via simple change of the data.the curve is 3-D and have lables as so.
otsu
- 假设一幅图像的灰度级为L,其邻域平滑图像的灰度级也为L,对于图像中的任何一个像素,就有了一个二元组。对于系图像进行处理就构成了2维0tsu的分割。-Assuming that the gray level of an image is L and the gray level of its neighborhood smoothing image is L, for any pixel in the image, there will be a two-tuple. The processing
3d scattered data interpolation algorithm
- 一个程序的软件包,构建了一个一次连续可微凸的二元函数f ,对一组n严格凸的散乱数据点进行拟合(a Fortran-77 software package which constructs a continuously differentiable convex bivariate function F that interpolates a set of N strictly convex data points)