搜索资源列表
file4
- 大数算法,为了平常数据的输入,运算处理- The big number algorithm, for the ordinary data input, the operation processes
Boyer-Moore-Hospool
- 匹配算法,Boyer-Moore-Hospool匹配算法 这个算法在大文件中搜索小pattern有很高效率。 推荐用来代替strstr() 这个实现我没有测过,不过应该不会有大问题。 C++的代码,容易使用:) -matching algorithm, Boyer - Moore-Hospool matching algorithm The algorithm in document search small pattern has a high efficiency
自方幂数问题
- matlab,对解决学习中遇到的实际问题会有很大的帮助-Matlab, learning to solve practical problems encountered in will be a big help
parti
- 不错的数据挖掘算法大集成(1),请个位大大批评指正!-good data mining algorithms big Integration (1), 000-bit greatly criticized correct!
Strassen_8
- Strassn关于两个矩阵相乘的算法,同过分治原理把两个n*n的矩阵阶各分解成四个n/2*n/2阶的矩阵,当分解出来的矩阵阶数等于2时,求借各个小矩阵,若阶数大与2,就递归的调用前面方法,直到分解成2*2的子矩阵为止。-Strassn on two matrix multiplication, the algorithm, with the governing principle over two n * n matrix of the band decomposed into 4 n / 2
GAF1
- 利用遗传算法,对一个函数求取极值的一种方法,考虑到普通遗传算法中初始种群,对极值影响较大,程序的采用了多个初试种群同时学习,相互比较以求取极大值。-use of genetic algorithm, a function of a strike extreme methods, taking into account the general genetic algorithm initial population, Extreme right big impact and the procedu
MLP2
- 我ANN的大作业,里面有三个程序,里面有测试训练数据主要关于MLP-ANN big operation, there are three procedures, and they test data on the training MLP
shellsort111
- 附有本人超级详细解释(看不懂的面壁十天!) 一、 实际问题: 希尔排序(Shell Sort)是插入排序的一种。因D.L.Shell于1959年提出而得名。它又称“缩小增量分类法”,在时间效率上比插入、比较、冒泡等排序算法有了较大改进。能对无序序列按一定规律进行排序。 二、数学模型: 先取一个小于n的整数d1作为第一个增量,把文件的全部记录分成d1个组。所有距离为dl的倍数的记录放在同一个组中。先在各组内进行直接插人排序;然后,取第二个增量d2<d1重复上述的分组和
!select
- 顺序统计select算法。从s个元素中找出第k个大的元素。- The order counts the select algorithm. Discovers the kth big element from s element.
big
- 大数相乘,可以解决超过大整数的问题-multiply large numbers, can be resolved over the issue of large integer
Calculator
- Addition, subtraction and multiplication of big integer numbers, using string.
big-number-calculation
- 大整数基本运算,包含加减乘除,带余除法。-Big number calculation!!
factorial-of-big-number
- 大整数的高精度幂,用数组实现,高精度算法的经典程序- factorial of a big int number,
Big-number-Class
- 大数运算,用类实现,主函数调用。内有注释-Big number operation
Sum-two-big-numbers
- By using this program we can sum two big numbers (at last 1000 digits) whit each other.
the-big-long-river
- 美赛大长河问题的进阶代码,从速度单一到速度不同到不同套餐下的速度-MCM the big long river
big-data
- 介绍了大数据时代的发展以及大数据与大数据在经济学的应用,还有大数据的安全与隐私保护,网络大数据的现状与展望-It introduced the development of big data and big data era of big data applications and economics, as well as large data security and privacy protection, the current situation and prospect of larg
Desktop
- 可以实现规定位数以内大数据的加法,文件是一个函数,可以移植,直接调用即可。 以及我自己总结的一些算法,acm基础学习者可以借鉴。(This document is just for big data addtion. This can be copyed to any function. I hope you guys enjoy it.)
Big talk data structure
- 书名:大话数据结构,由浅入深全面剖析数据结构知识点,对需要技术晋级的技术人员有很好的指导作用(Big talk data structure)