资源列表

« 1 2 ... .38 .39 .40 .41 .42 143.44 .45 .46 .47 .48 ... 2656 »

[数据结构常用算法search_number

说明:找一个最小的自然数,使它等于不同的两组三个自然数的三次幂之和,即找最小的x,使得:x=a*a*a+b*b*b+c*c*c = d*d*d+e*e*e+f*f*f 其中,a,b,c,d,e,f都是自然数,a<=b<=c, d<=e<=f [a,b,c]!=[d,e,f] 进一步,是否还存在另外一个自然数满足上述条件,可能的话请输出其结果 -Find a smallest natural number, ma
<黄咋的> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法StatisticsNumber

说明: 读入一个西文文本文件,找出文件中的不同字符,对各个不同字符的出现次数进行统计并输出。注意需要重新设定文本路径-Read the text into a text file with the West to identify the different characters in the document, and the emergence of the different number of characters and outpu
<黄咋的> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法sturctdata

说明:主要用于计算一元多项式的相加,相减运算(多项式的存储使用的是链表结构)-The main one used to calculate the sum of the polynomial, with minus operator (polynomials are used in the storage list structure)
<王智慧> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法qishiwenti

说明:输入骑士个数,开始数的位置,每次数的人数,骑士离开的顺序为-Knight enter the number, the number of start position, the number of each number, leaving the order of Knight
<光远> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法Kruskal3

说明:最小生成树 最小生成树 Kruskal-Minimum Spanning Tree Kruskal minimum spanning tree minimum spanning tree
<alex> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法D@F

说明:最短路径问题 迪克斯特拉算法和弗洛伊德算法-Dijkstra algorithm for shortest path problem
<alex> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法linelist1

说明:线性表的C++实现
<alex> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法highpoint

说明:高精度模板 C++ 高精度模板 C-High-accuracy high-precision C++ template template C++
<alex> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法decisiontree

说明:这个是一个关于建立决策树的python程序.本程序运用entropy来决定splitting point.处理的数据得在程序中输入.希望大家觉得有用-This is a decision tree on the establishment of procedures for the python. Entropy of the process to decide the use of splitting point. Deal with
<icer> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法Linklist

说明:It is an implementation of link list algorithm
<Nirav> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法Separar.c

说明:Separar - Separate the dictionary for data quantization-Separar- Separate the dictionary for data quantization
<braeker> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法MyStackss

说明:基于C++实现的数据结构中 顺序栈的类 基本功能 -Using C++ language in order to prepare the data structure stack type basic operation
<LG> 在 2025-01-12 上传 | 大小:1kb | 下载:0
« 1 2 ... .38 .39 .40 .41 .42 143.44 .45 .46 .47 .48 ... 2656 »

源码中国 www.ymcn.org