资源列表
[数据结构常用算法] 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* n/<张斌> 在 2025-06-05 上传 | 大小:12kb | 下载:0
[数据结构常用算法] accepted1
说明:解决时钟问题,acm竞赛题 A weird clock marked from 0 to 59 has only a minute hand. It won t move until a special coin is thrown into its box. There are different kinds of coins as your options. However once you make your choice, you cannot use any other kind.<王冠> 在 2025-06-05 上传 | 大小:1kb | 下载:0
[数据结构常用算法] accept
说明:数字运算,判断一个数是否接近素数 A Niven number is a number such that the sum of its digits divides itself. For example, 111 is a Niven number because the sum of its digits is 3, which divides 111. We can also specify a number in another base b, and a number in<王冠> 在 2025-06-05 上传 | 大小:1kb | 下载:0
[数据结构常用算法] FLOYDsuanfa
说明:#include "stdio.h" #include "math.h" #include "malloc.h" #include "string.h" #define m 6 #define n 29 #define p 0.5-#include "stdio.h"#include "math.h"#include "malloc.h"#include "string.h"#define m 6#define n 29#define p 0.5<jiangshan> 在 2025-06-05 上传 | 大小:3kb | 下载:0
[数据结构常用算法] huowuyunshudeyichuansuanfa
说明:#include "stdio.h" #include "math.h" #include "malloc.h" #include "string.h" #define m 6 #define n 29 #define p 0.5-#include "stdio.h"#include "math.h"#include "malloc.h"#include "string.h"#define m 6#define n 29#define p 0.5<jiangshan> 在 2025-06-05 上传 | 大小:106kb | 下载:0
[数据结构常用算法] ExpressionCalculator
说明:用VC写的一个根据输入的数学表达式字符串求出结果,将后缀转为中缀,类似一个计算器,唯一遗憾的是只是整形之间的+—*/。-VC was based on the importation of a mathematical expression string of results obtained, which is made up to the suffix similar to a calculator, the only regret is the only plastic-* /.<叶州海> 在 2025-06-05 上传 | 大小:788kb | 下载:0
[数据结构常用算法] SpareOil10to73
说明:经典的分油问题,1斤油装在一个1斤瓶里,还有个7两瓶,最后分成两个5两。-classic Oil, a burden the oil packed in a bottle a burden, there will be seven or two, the last divided into two five two.<吴凡> 在 2025-06-05 上传 | 大小:28kb | 下载:0