搜索资源列表
datamining01
- 序列模式的概念最早是由Agrawal和Srikant 提出的 序列模式定义:给定一个由不同序列组成的集合,其中,每个序列由不同的元素按顺序有序排列,每个元素由不同项目组成,同时给定一个用户指定的最小支持度阈值,序列模式挖掘就是找出所有的频繁子序列,即该子序列在序列集中的出现频率不低于用户指定的最小支持度阈值-sequential pattern is the earliest concept of Agrawal and Srikant from the sequential pattern
otchet
- Purpose: to improve knowledge of the program Mathcad and language Pascal explore Newton-Raphson method, the method of golden section and the method of secants find the minimum of the interval, to make the descr iption of Mathcad and its main function
bank_waiting_times
- The user inputs the bank names associated with their waiting times in the format shown in this eg: HSBC | 3 4 5.6 3.4 5 | Standard Chartered | 3 4 5 6 7 8 2.3 4.5 | the user can input max 20 banks and then the program will calculate the mean
ACS_Unit
- ACS UNIT FOR VITERBI DECODER function: It will add-compare-select the branch matric hence it will help to find the minimum path matrics which is necessary for viterbi decoding-ACS UNIT FOR VITERBI DECODER function: It will add-compare-selec
test_java
- 1、 求一维数组的最大值和最小值 2、 用一维数组输出杨辉三角 3、 找出一个二维数组的鞍点 4、 找出两个字符串中所有共同的字符 5、 输出金额的中文大写形式 6、 实现一个复数类 7、 实现一个银行账户类 8、 编写程序实现判断及识别标识符的功能 9、 实现一个计算器 10、 编程实现一个用户登录窗口,其中用户名要求为10位的数字,且第一个数字不能为0. -1, find the one-dimensional array of maximum and
zhuliu
- 这是一个朱刘算法模版,求有向图的最小生成树,和已有的应该并不相同,因为这个是可以求无实根的。-This is a template Zhu Liu algorithm, seeking a directed graph minimum spanning tree, and there should not be the same, because this can find no real roots.
MAXIMUM
- 一维数组中找出最大值和最小值,并显示出来。-One-dimensional array to find the maximum and minimum values, and displayed.
tqzxjx
- 在图像分类与识别算法研究中,目标几何特征的提取通常需要计算目标图像的最小外接矩形以获取长、宽等属性。针对该特点, 提出一种利用顶点链码与离散格林理论相结合的方式提取目标图像的最小外接矩形的算法。该算法只需根据顶点链中垂直或水平方向上的 点坐标即可求出目标的面积、形心和主轴。基于顶点链码和离散格林的主轴法和旋转法可快速求出目标的最小外接矩形。实验结果表明, 旋转法的运算速度是现有算法的 2 倍左右,主轴法的速度又比旋转法快速 2 倍左右-In the image classificat
deletenumbers
- 通过键盘输入一个高精度的正整数n(n的有效位数≤240),去掉其中任意s个数字后,剩下的数字按原左右次序将组成一个新的正整数。编程对给定的n 和s,寻找一种方案,使得剩下的数字组成的新数最小。 -Through the keypad to enter a high-precision integer n (n significant digits ≤240), remove any of s digits, the remaining figures about the original ord
visual_c
- 在主函数中将一文件中的20个分数导入,利用子函数实现: A、排序 B、找最大值和最小值 C、求平均值 D、求不及格的个数 - In a file in the main function of 20 scores imported by Functions achieve: A, Sort