搜索资源列表
二分查找法
- 汇编语言上机第三题:二分查找法,算法是等同于C语言数据结构中的算法.-assembly language on the plane Q3 : two searching method, the algorithm is equivalent to the C language data structure of the algorithm.
HASHbiao
- 自己做的一个哈西表算法,在数据结构实验上能用到,哈西表是进行文件查找的一个非常常用的算法,很重要!-have done an Hasina table algorithm, the data structure used up to the experiment, Hasina Table file search is a very commonly used algorithm, it is very important!
FindSuperwayFunction
- 本程序利用数据结构中的回溯算法的非递归对以知地图进行全路线查找,可以完成最短路线,最少费用,和所有路线的显示-procedures for the use of the data structure of the back - recursive algorithm right to know what the road map for the entire search, the shortest route to be completed, at least cost, and all th
huibianyuyffffffffan
- 要求完成的主要任务: (包括课程设计工作量及其技术要求,以及说明书撰写等具体要求) (1) 实现哈系表查找算法。 (2) 程序应有操作提示、输入和输出,界面追求友好,最好是菜单式的界面。 (3) 设计若干用例(测试数据),上机测试程序并分析(评价)所设计的程序。 (4) 设计报告格式按附件要求书写。课程设计报告书正文的内容应包括: 在正文第一行写课程设计题目; 1.需求说明(要求、功能简述)或问题描述; 2.设计说明(简要的分析与概要设计); 3.详细的算法描述;
lu_you_suan_fa_bull33
- 一种高效的路由表查找算法,可以方便快捷的接受,发送分组数据包-an efficient routing table lookup algorithm can be convenient and quick to accept, send a data packet
Javasource
- 数据结构与算法分析设计的实验作业,归并排序、二分查找法、N皇后的算法源代码
chazhaozixitong
- 数据结构验证试验:《查找子系统》 通过查找试验理解查找的基本算法
kbison
- 主存空间的分配与回收的实验报告.根据可变分区的主存分配思想,首先设计记录主存使用情况的数据表格,用来记录空闲区和作业占用的区域,即“已分配区表”和“空闲区表”。然后在数据表格上进行主存的分配,其主存分配算法采用最优适应算法,即按作业要求挑选一个能满足作业要求的最小空闲区分配,具体实现时,把空闲区按长度以递增方式登记在空闲表中,分配时顺序查找空闲表,
wenbenbianji_c
- 数据结构课程设计, 文本编辑, 自己写算法实现查找串儿匹配.c语言编码.
changyongsuanfachengxuji
- 本程序针对工程中常用的行之有效的算法而编写,其主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与逼近、数值积分、常微分方程组的求解、数据处理、极值问题的求解、数学变换与滤波、特殊函数的计算、排序和查找。 书中所有算法均用C语言描述。 本程序集可供广大科研人员、工程技术人员以及管理工作者阅读使用,也可作为高等院校师生的参考程序。 与本程序配套的书为《C常用算法程序集》。也一同上传。可从本网站上下载。
SeqListcode
- 顺序表的源程序,顺序表的基本操作实现实验 ,实验要求是:数据元素类型ElemType取整型int。按照顺序存储结构实现如下算法(各算法边界条件和返回结果适当给出): 1)创建任意整数线性表(即线性表的元素值随机在键盘上输入),长度限定在25之内; 2)打印(遍历)该线性表(依次打印出表中元素值); 3)在线性表中查找第i个元素,并返回其值; 4)在线性表中第i个元素之前插入一已知元素; 5)在线性表中删除第i个元素; 6)求线性表中所有元素值(整数)之和;
Sort
- 实现了插入、冒泡、选择、快速、希尔、堆、归并、基数排序。实现了字符串全排列、字符串逆序、查找数据中最大子序列、外存大文件排序;kmp字符串匹配、feibonacci数列计算、求数组主元素。等算法-sort test , Big data sort, kmp
sort_find_arithmetic
- 各种常见查找排序算法,数据结构中各种简答的源码。用C语言写的。-Common find sorting algorithms, data structures in a variety of short-answer source. Written in C language.
DataStructureCS
- 数据结构-代码(C#实现) 链表:单链表,双向链表,循环链表 栈,队列 二叉树应用-表达式求值 树的操作 图 二分查找 排序算法:插入排序,选择排序,冒泡排序 -全是C#,附上Viso图和一些解释-data structue
binsearch
- 折半查找,数据结构的教程书籍《数据结构算法实现及解析》高一凡,中的实例,实现查找方法中的折半查找。-Binary search, the tutorial books " of the data structure data structure algorithms and parse" high Yifan, in the instance to achieve binary search in the Find method.
code
- 数据结构折半查找算法代码,便于更加深刻的理解算法-Data structure binary search algorithm code, to facilitate a deeper understanding of algorithms
chazhao-
- c语言写的数据结构查找算法,包括顺序查找,折半查找和分块查找-c language data structure lookup algorithms, including sequential search, binary search, block search.
C
- 前三章是数据结构基础知识、常用的查找排序算法,常用的算法思想等。后面的主要是一些数学趣题、数值计算题、算法设计及面试题等-The first three chapters are the basics of data structures, to find common sorting algorithm, commonly used algorithm ideas. Mainly some math behind interesting questions, numerical questio
1
- /*设顺序表中的关键字是递增有序的,讲监视哨设在高下标端,设计算法实现简单顺序查找*/(A key sequence in the table / * is incremental and orderly, about surveillance posts in the standard end, design algorithm is simple sequential search.)
大话数据结构配套源码
- 大话数据结构源码 线性表 树 排序 查找 算法 绪论(PlayWithDataStructureSourceCode)