登录
首页 » 数据结构 » 索引顺序表查找,索引顺序查找即分块查找,是将顺序表分成诺干块。...

索引顺序表查找,索引顺序查找即分块查找,是将顺序表分成诺干块。...

于 2022-01-26 发布 文件大小:3.65 kB
0 116
下载积分: 2 下载次数: 1

代码说明:

索引顺序表查找,索引顺序查找即分块查找,是将顺序表分成诺干块。-Indexed sequential table lookup, the index in order to find that the search block is to the order of the table is divided into Nokan blocks.

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

发表评论

0 个回复

  • cyber_cafe管理
    应用背景景区简介网络咖啡馆é管理是在网络咖啡馆é系统管理一个完整的软件包。这个项目的目的是用于在网络咖啡馆é。所有的网吧有一些基本的需要可能控制被租给客户,及时充电系统。网络咖啡馆é通常有一些PC的客户将一定量的时间。现在,它可能还需要保存一些细节的客户的安全原因。当客户进入网络咖啡馆é他分PC和开始时间记。在任何时候,网络管理员应该能够看到任何个人电脑的状态,当客户要做一些其他的活动,如采取打印出来或扫描一个副本等,它应该记录。最后,所有的细节将提供给网络管理员。他可以提交表单上生成账单。这应该是所有交易在CAFé发生显示。关键技术项目的未来范围:&;&;&;&;&;&;&;我们的项目的目的是取代纸质作品&;工作手工完成,在网咖é自动化现有的趋势。它是用户的创建,管理和账单生成,一切都是由电脑控制的。由于行政工作的同时,客户可以享受完全的浏览时间做他毫不费力,因此用户和业主在缓解。我们将服务器和客户端限制为一个单一的系统。对于实时的目的,我们可以通过将服务器组件安装到一个单一的系统,并拥有多个客户,通过安装到许多系统中的客户端组件的软件。在这里,多个客户端可以与服务器同时发送多个请求同时。如今网络犯罪已大大增加。因此,为了避免在任何有关网络犯罪的丑闻,我们可以实现在网络中的客户或客户的网络认证的指纹识别的风险。信用的接受为支付和借记卡可以使软件更具通用性。允许在 销售观点;网络咖啡馆é可以软件的另一个吸引人的特点。
    2022-03-16 13:36:23下载
    积分:1
  • 分支定界法可以求解小规模的TSP问题,这个例子是用vc编写的
    分支定界法可以求解小规模的TSP问题,这个例子是用vc编写的-branch and bound method can solve small-scale TSP, this example was prepared by the vc
    2023-05-30 03:30:03下载
    积分:1
  • 教材,利用循环队列,非常不错
    根据数据结构教材,利用循环队列,非常不错-based data structure materials, the use of recycling cohort, very good
    2022-07-12 07:56:51下载
    积分:1
  • ADO库操作
    ADO 数据库操作
    2022-10-27 22:20:03下载
    积分:1
  • Huffman tree I do a simple hope that we can give sound
    huffman树 我自己做的 比较简单 希望大家给予完善 -Huffman tree I do a simple hope that we can give sound
    2022-04-15 23:37:57下载
    积分:1
  • 自己编写的一个小算法 用于weka中,预处理
    自己编写的一个小算法 用于weka中,数据预处理-I have written for a small weka algorithm, the data pre-processing
    2023-04-08 09:45:03下载
    积分:1
  • VC下实现响铃的小程序,自动生成一个小文件,可以用realplayer等播放器打开...
    VC下实现响铃的小程序,自动生成一个小文件,可以用realplayer等播放器打开-VC under Neither the small program automatically generates a small file that can be used REALPLAYER other players open
    2022-06-15 11:58:02下载
    积分:1
  • Depth
    深度优先搜索求迷宫问题 采用深度优先搜索的方法求解迷宫问题,方便快捷-Depth-first search order to the maze problem using depth-first search method for solving a maze problem, convenient and quick
    2022-03-26 08:10:11下载
    积分:1
  • FastReport demonstration program. FastReport VCL library is under a tripartite s...
    fastreport演示程序。fastreport是vcl库的下的一个报表三方控件,写的比delphi自带的报表系统好的多。(DELPHI中有bug)可以下载-FastReport demonstration program. FastReport VCL library is under a tripartite statement Control and writing than delphi"s own statements over a good system. (Delphi is bug) can be downloaded to s
    2022-04-15 18:29:27下载
    积分:1
  • 编写一个程序,学生统计信息的果(存储…
    编写一程序,统计学生的成绩信息(保存在文件Score.dat中)。 要求: 1. 能按总分,数学成绩,英语成绩,计算机成绩分别排序 2. 能分别统计数学,英语,计算机中不及格人数 3. 能按学号查找学生,并显示该学生信息。 注 1. 从文件中读入数据以及功能菜单显示已在文件ReadData.c 和Menu.c中给出; 2. 代码的总体结构已在文件Score.c中给出,并定义了一些函数头,但有关函数体代码和一些主程序处理代码要求学生填写,也可以修改函数头; 编译score.c即可 -prepared a procedure, the results of the students statistical information (stored in the document Score.dat). Requirements : 1. According to score, the math and English results, the computer results were 2 ranking. Statistics were able to mathematics, English, Computer failure number three. can search by school, students, and that the student information. Note 1. Read from the file into the data and functions of the menu showed the documentary and Menu.c ReadData.c given; 2. The overall code structure has been the Score.c given, and the definition of some of the first function, However, the body function code and address some main program code requiring students to complete, can also modify function first; compiler can s
    2022-08-20 01:05:35下载
    积分:1
  • 696518资源总数
  • 104353会员总数
  • 66今日下载