资源列表

« 1 2 ... .54 .55 .56 .57 .58 1359.60 .61 .62 .63 .64 ... 2656 »

[数据结构常用算法reverse_hashing

说明:定义hash函数H=x N,假设用线性搜索来解决collision。算法实现的是根据hash table来重建输入序列。-reconstruct the input sequence according to the given hash table. The hashing function :H(x)=x N,and using linear probing to solve collisions.
<郭函数> 在 2024-10-12 上传 | 大小:113664 | 下载:0

[数据结构常用算法sorting

说明:有一首长诗,被打乱成一个一个小片段,幸运的是每段都有重复的句子,要求输入这些片段后,能够输出有序的诗歌。-In this project we write a program to sort many unsorted segment files
<郭函数> 在 2024-10-12 上传 | 大小:1024 | 下载:0

[数据结构常用算法search

说明:比较binary search和sequential search两种算法-hope it helps
<郭函数> 在 2024-10-12 上传 | 大小:1024 | 下载:0

[数据结构常用算法2010_Blokus

说明:一个经典的游戏blokus,测试代码可以去http://www.botzone.org/去测试。 北京大学2010年程序设计实习最终大作业-A classic game blokus, test code can go http://www.botzone.org/ to test. Peking University, 2010 Internship Program final big job
<changxin> 在 2024-10-12 上传 | 大小:252928 | 下载:0

[数据结构常用算法signal_list_invert

说明:单链表的建立、插入、排序和逆置等功能的小程序,一定可用,我已经调试过了-singal list create,insert,sort and invert
<qian zhou> 在 2024-10-12 上传 | 大小:180224 | 下载:0

[数据结构常用算法11_miror

说明:求一个二叉查找树的镜像,程序是好用的,若有需要请放心下载-It is useful,please download
<qian zhou> 在 2024-10-12 上传 | 大小:173056 | 下载:0

[数据结构常用算法dshomework_tree

说明:利用先序序列构造二叉树,并执行了查找、交换左右孩子、和以某一个点为根的叶子结点的个数-Create Bstree,search the node ,exchange the child and the number of the leaves
<qian zhou> 在 2024-10-12 上传 | 大小:185344 | 下载:0

[数据结构常用算法dijkstra_suanfa

说明:迪尼斯科拉算法,java版的实现,一个数据结构中必学的算法。-Dini Scola algorithms, java version of the implementation of a data structure will learn the algorithms.
<朗天08> 在 2024-10-12 上传 | 大小:88064 | 下载:0

[数据结构常用算法FindMin

说明:给定一个N*N 的方形网格,设其左上角为起点,坐标为(1,1),X 轴向右为正,Y 轴向下为正,每个方格边长为1。一辆汽车从起点出发驶向右下角终点,其坐标为(N,N)。 在若干个网格交叉点处,设置了油库,可供汽车在行驶途中加油。汽车在行驶过程中应遵守如下规则: (1)汽车只能沿网格边行驶,装满油后能行驶K 条网格边。出发时汽车已装满油,在起点与终点处不设油库。 (2)当汽车行驶经过一条网格边时,若其X 坐标或Y 坐标减小,则
<李学江> 在 2024-10-12 上传 | 大小:1024 | 下载:0

[数据结构常用算法ssss

说明:对线性表进行基本的操作 便于初学者了解掌握线性表的使用技巧-Of the basic operations of linear table for beginners easy to understand the use of techniques of linear form
<李明> 在 2024-10-12 上传 | 大小:2048 | 下载:0

[数据结构常用算法tongjixiangguan

说明:用C语言写的很简单的用于计算统计相关量的程序。-Written in C language with very simple statistical correlation is used to calculate the amount of the program.
<陈旭> 在 2024-10-12 上传 | 大小:1024 | 下载:0

[数据结构常用算法kmp-

说明:kmp 数据结构 匹配 字符串 stl visual c-kmp data structure matches the string stl visual c++
<> 在 2024-10-12 上传 | 大小:2048 | 下载:0
« 1 2 ... .54 .55 .56 .57 .58 1359.60 .61 .62 .63 .64 ... 2656 »

源码中国 www.ymcn.org