搜索资源列表
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
newprogram
- 列主元法解方程组C语言代码与LU分解求线性方程 -main-element equations method of C language code and the LU decomposition of linear equations
Matrix
- 很好用的有关矩阵的各种操作,包括求逆,特征值,特征向量,svd分解等-good part of the matrix of various operations including inverse, eigenvalues, eigenvectors, svd decomposition, etc.
Cholesky
- 用cholesky法解最小二乘法,矩阵三角分解-Cholesky method for the least squares method, the matrix triangular decomposition
list
- 程序实现了带表头单链表的最基本操作,包括创建链表,查询数值,插入结点,删除结点,链表分解,将单链表变为循环链表。并附有详细的注释和实验报告。-Procedures to achieve a single-list header with the most basic operation, including the creation of list, query value, insert node, delete node, chain decomposition, into a single
prime
- 题目 质数分解与栈的使用 简介 只能被自身和1整除的正整数称为质数。每一个整数都可以写成质数乘积的形式,称为整数的质数分解。例如: 1776 = 37 x 3 x 2 x 2 x 2 x 2. -Title prime number decomposition and the use of stack profile only divisible by themselves and a positive integer is called prime number. Ever
shuixian
- 题目:打印出所有的“水仙花数”,所谓“水仙花数”是指一个三位数,其各位数字立方和等于该 数本身。例如:153是一个“水仙花数”,因为153=1的三次方+5的三次方+3的三次方。 分析:利用for循环控制100-999个数,每个数分解出个位,十位,百位。*/-Topic: print out all of the Narcissus few , the so-called Narcissus few refers to a three-digit, its Members and eq
c
- 爱因斯坦的思考题 二叉树算法集 分解质因数新解 石子归并问题等有趣的C程序-Consider Einstein' s title tree decomposition algorithm sets new quality factor solution stones merge interesting questions, such as C procedures
1
- ACM经典算法的源程序代码:埃特肯,杜氏分解法,二分法-ACM classical algorithm source code:埃特肯, Dunaliella decomposition method, the dichotomy
fenjiedanlianbiao
- 此程序的作用是按字母、数字、其它字符分解单链表分解单链表-The role of this procedure is based on letters, numbers, other characters Decomposition single chain decomposition of a single linked list
algorithm
- 算法..大和数分解 ACM 模板-Large and several decomposition algorithms ..
palindrome
- 分解解析文章的程序。可以将各个字符出现的频率排序。-Decomposition process analytical articles. You can sort the frequency of each character.
C--PQfa
- 用pq分解法计算潮流、优化之后、简单、已验证。-Pq decomposition method with the trend of optimization, the simple and has been verified.
emd-1.0.0
- emd 用经验模式分解分解出固有模式函数-empirical mode decomposition
LU_meshod
- LU分解发求逆阵,C语言源程序,测试过好用。-LU decomposition of the inverse matrix made, C language source code, tested easy to use.
1
- 中国剩余定理,本代码实现两个功能,一个功能是分解,将一个大数分解成n个小数值的数。一个功能是合成,实际就是分解的逆过程,将n个小数值的数还原成大数 -This code implements two functions, a function is broken down, large numbers will be decomposed into n a small number of values. A function of synthesis, is in fact the reve
11View
- 字符串分解,首先读取一个文本文件,按照行进行空格获一定自定义格式进行劈分,然后将其进行输出成一个文件-String decomposition, first read a text file, in line with the space custom format by a certain splitting, then the output into a file
bmpfile
- bmp图片内部格式,分解bmp文件的内部结构-bmp image internal format, the internal structure of decomposition bmp file
NumberDecomposition
- 对任给的一个正整数m,把它拆分成n(n<m)个数的组合,求出组合方式和组合的个数。比如给一个数m=4,把它拆分成n=2个数之和,那么有1、3;2、2 这两种组合.(m>=n-Number decomposition
c
- C语言的一些简单经常用到的小工具程序段,比如说冒泡排序,回文数,素数分解等等。-Some of the C language simple and often use the gadget program segments, such as bubble sort, palindrome number, prime number decomposition and so on.