登录
首页 » 数据结构 » 数据结构相关知识写的,二分查找的相关代码

数据结构相关知识写的,二分查找的相关代码

于 2022-03-16 发布 文件大小:12.73 kB
0 186
下载积分: 2 下载次数: 1

代码说明:

数据结构相关知识写的,二分查找的相关代码-2 minutes to find the relevant code

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 网上杂货店
    应用背景基于网络的购物网站;特征用户可以添加nrew产品新用户还有更多……关键技术HTML / CSSPHP MySQLAdobe PS图象处理软件
    2022-05-29 14:31:51下载
    积分:1
  • 哈弗曼编码/译码系统
    设计一个哈夫曼编码、译码系统。对一个ASCII编码的文本文件中的字符进行哈夫曼编码,生成编码文件;反过来,可将编码文件译码还原为一个文本文件。1.初始化。任意读入一个ASCII编码的文件,统计数据,建立哈夫曼树。2.编码。利用已建立的哈夫曼树给出每个字符的哈夫曼编码。3.图形化输出哈夫曼树中各结点以及哈夫曼编码。4.译码。利用已建立的哈夫曼树对输入文件进行译码并存储为.huf压缩文件。5.反译码。将huf文件译码为ASCII编码的txt文件,与原txt文件进行比较。
    2022-03-09 20:49:57下载
    积分:1
  • 库包括教材表 教材管理系统库设计
    数据库包括教材表 教材管理系统数据库设计-database table including teaching materials database management system design
    2022-03-28 20:31:18下载
    积分:1
  • create binary tree, and to achieve binary tree before the sequence, sequence rec...
    创建二叉树,并实现二叉树前序、中序递归遍历算法和二叉树的后序非递归遍历-create binary tree, and to achieve binary tree before the sequence, sequence recursive traversal of a binary tree algorithm and after non- recursive traversal sequence
    2022-11-23 15:30:04下载
    积分:1
  • 这是汉诺塔一个演示程序,使用VC++开发的
    这是汉诺塔一个演示程序,使用VC++开发的-Tower of Hanoi This is a demo program, the use of VC++ Development
    2022-06-29 04:19:32下载
    积分:1
  • 学生信息管理系统(C)
    作者说明:这是作者在自己编写的一个C语言程序——一学生信息管理系统,这是我在数据结构实验课上编写的,相对来说比较简单,但这对于初学者来说是大有裨益的。该系统实现了插入、显示、查询、删除、排序、统计等一些基本功能,希望能给读者带来帮助!谢谢你的支持!
    2023-06-23 01:05:04下载
    积分:1
  • 广义表的反序 逆置广义表的递归模型如下: F(LS) = null              若 LS 为空 F(LS) = LS         ...
    广义表的反序 逆置广义表的递归模型如下: F(LS) = null              若 LS 为空 F(LS) = LS              若 LS 为原子,且 tail(LS) 为空 F(LS) = append( F(tail(LS)), head(LS) )  若 LS->tag=0 ,且 LS->tp!=null F(LS) = append( F(tail(LS), F(head(LS)) )  若 LS->tag=1 其中 append(a,b) 的功能是将广义表 a 和 b 作为元素的广义表连接起来。-Generalized table set against the broad anti-order recursive model of the table is as follows: F (LS) = null if the LS is empty F (LS) = LS if LS for the atoms, and the tail (LS) is empty F (LS) = append (F (tail (LS)), head (LS)) if the LS-> tag = 0, and the LS-> tp! = null F (LS) = append (F (tail (LS), F (head (LS))) If the LS-> tag = 1 where append (a, b) function is a generalized form, and b as elements of generalized tables connected.
    2022-03-01 20:55:59下载
    积分:1
  • 本系统采用Visual Foxprow 5.0编写,面向对象可视化编程,使系统的开发工作适应目前的流行趋势。设计时采用了常用的自顶向下的瀑布式化设计方法。各...
    本系统采用Visual Foxprow 5.0编写,面向对象可视化编程,使系统的开发工作适应目前的流行趋势。设计时采用了常用的自顶向下的瀑布式结构化设计方法。各子系统具有独立的数据库结构,设计时力求简单易用,便于维护。各模块为平行关系,彼此间无直接的参数联系,也无库的交叉关联,从而保证各子系统可以单独运行。-the system using Visual Foxprow 5.0 preparation, visual, object-oriented programming, allowing the system to adapt to the current development trend in fashion. Used in the design of the popular top-down waterfall structure design method. The subsystem is independent of the database structure, design sought to be simple to use, easy to maintain. Each module for parallel relationship between the parameters are not directly linked, nor for the cross-linked, so that the subsystems can be run separately.
    2022-03-22 01:04:48下载
    积分:1
  • 一个自己写的com+模块的源码,对于写库的人很有用的...
    一个自己写的com+数据模块的源码,对于写数据库的人很有用的-one wrote it myself com data module source code, the database was made for the very useful
    2022-10-06 14:20:02下载
    积分:1
  • 求解网络中的最短路径。假设某个计算机网络有n个站点,依次编号为1,2,…,n;有的站点之间有直接的线路连接(即这两个站点之间没有其它站点),有的站点之间没有直接...
    求解网络中的最短路径。假设某个计算机网络有n个站点,依次编号为1,2,…,n;有的站点之间有直接的线路连接(即这两个站点之间没有其它站点),有的站点之间没有直接的线路连接。如果用三元组(i,j,f)来表示该网络中的站点I和站点j之间有直接的线路连接且它们之间的距离为f 当已知该网络各站点之间的直接连接情况由m个三元组(i1,j1,f1),(i2,j2,f2),…,(im,jm,fm)确定时,要求计算出对于网络中任意一个站点g(1≤g≤n)到其余各站点的最短距离。-the shortest path. Assuming a computer network n site, followed by No. 1, 2, ..., n; Some sites have direct connections (that is, between two sites are no other site), and some sites have no direct connections. If three yuan (i, j, f) to the network said the site j site and I have direct connections between them but the distance of f the network known as the site of the direct link between the situation by 3 m (i1, j1, f1), ( i2, j2, f2), ..., (im, jm, fm) to determine, calculate requirements for a network site arbitrary g (1 g n) of the rest of the site is the shortest distance.
    2023-05-31 21:45:02下载
    积分:1
  • 696518资源总数
  • 106242会员总数
  • 10今日下载