资源列表

« 1 2 ... .53 .54 .55 .56 .57 1358.59 .60 .61 .62 .63 ... 2656 »

[数据结构常用算法niudunchazhi

说明:牛顿插值,牛顿插值公式-Newton interpolation, Newton interpolation formula
<赵博> 在 2024-11-16 上传 | 大小:11kb | 下载:0

[数据结构常用算法With-partition-method-of-quick-sort

说明:快速排序的主要思想:找出数组的第一个数字作为参照物,从数组第一个数字往后开始比较,同时,从数组最后一个数字往前比较,如果前面的数字比参照值大,找出来,后面的数字比参照值小找出来,他们相互交换位置,当他们相遇了,停止。这样的结果是,相遇点的前面的数字都是比参照值小的,相遇点后面的值都是比参照值大,然后再相遇点分割成两块,各自进行刚才的操作。-The main idea of the quick sort: find the first n
<zhongdecai> 在 2024-11-16 上传 | 大小:11kb | 下载:0

[数据结构常用算法src

说明:使用了两种思路来分别实现了字典序方法、递增序列、递减序列、临位对换法-Two ideas were used to achieve the lexicographical methods, increasing sequence, descending sequence, temporary position on the exchange law
<eirc> 在 2024-11-16 上传 | 大小:11kb | 下载:0

[数据结构常用算法fastsort

说明:数据结构经典问题,快速排序算法,c语言源码下载-Classic problem of data structure, fast sorting algorithm, c language source code download
<shorkmoly> 在 2024-11-16 上传 | 大小:11kb | 下载:0

[数据结构常用算法line-is-interact

说明:算法导论里面的关于线段是否相交以及点是否在多边形内的判断的源代码,另包含一个说明文档。-Introduction to Algorithms inside as well as on line intersects the point is within the polygon to determine the source code, and the other contains a descr iption of the docum
<> 在 2024-11-16 上传 | 大小:11kb | 下载:0

[数据结构常用算法Linked-List

说明:The static (circular) queue should be implemented as a class named StaticCircularQueue With a maximum of 100 integer elements,  The Dynamic queue should be implemented as a class named DynamicQueue, 
<tamer> 在 2024-11-16 上传 | 大小:11kb | 下载:0

[数据结构常用算法Bag

说明:its a simulation of a fight with the mythical greek hydra.
<saif ullah> 在 2024-11-16 上传 | 大小:11kb | 下载:0

[数据结构常用算法sorting

说明:对以下八种排序方法:直接插入排序,希尔排序,折半插入排序,起泡排序,快速排序,简单选择排序,堆排序,归并排序。进行比较-For the following eight sorting methods: direct insertion sort, shell sort, binary insertion sort, bubble sort, quick sort, simply sort, heap sort, merge sort.
<gongli> 在 2024-11-16 上传 | 大小:11kb | 下载:0

[数据结构常用算法123456

说明:n*m的矩阵,从左上角到右下角只能向右和向下运动,将每一落脚点的数加起来,求结果最小的路径和做小结果-N*m matrix, upper left to lower right corner only right and down movement, will add up to each goal number, path and a minimum for the results
<袁家明> 在 2024-11-16 上传 | 大小:11kb | 下载:0

[数据结构常用算法Data_process

说明:把海量的数据存放在TXT文档中,在MATLAB中实现对数据的处理,并对处理的数据以图像的形式展现出来-Digital processing data analysis
<George> 在 2024-11-16 上传 | 大小:11kb | 下载:0

[数据结构常用算法Bellman-Ford

说明:Bellman Ford imlplementation
<neelabh> 在 2024-11-16 上传 | 大小:11kb | 下载:0

[数据结构常用算法hangkongdingpiao

说明:数据结构课程设计,用C语言实现了航空订票系统的设计-Data structure curriculum design, using C language design airline reservation system
<Cliver> 在 2024-11-16 上传 | 大小:11kb | 下载:0
« 1 2 ... .53 .54 .55 .56 .57 1358.59 .60 .61 .62 .63 ... 2656 »

源码中国 www.ymcn.org