登录
首页 » 数据结构 » STL哈希表的使用范例:包括哈希表的创建、插入、查找、删除、内存分配和释放内存。...

STL哈希表的使用范例:包括哈希表的创建、插入、查找、删除、内存分配和释放内存。...

于 2023-06-11 发布 文件大小:10.65 kB
0 44
下载积分: 2 下载次数: 1

代码说明:

STL哈希表的使用范例:包括哈希表的创建、插入、查找、删除、内存分配和释放内存。-STL use examples include : Hash Table creation, insert, search, delete, memory allocation and release memory.

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

发表评论

0 个回复

  • 1。我用VC 6编写的程序,包括过程的顺序…
    1.本程序由本人采用vc++ 6.0编写,包括了排序平衡二叉树的整套算法(包括插入、删除、查找以及其测试算法)。 2.运行myavl_vc.exe输入树的初始结点个数,确定后本程序将在内存中生成一棵相应结点数的二叉树,在此基础上你可以进行各种操作(插入、删除、查找以及测试其平衡性、排序性等) 3.每一个结点信息包括"商品编码"、"商品名称",且以"商品编码"作为关键字 4.初始生成的树的结点的商品编码为从1按顺序递增,商品名称为"生成的商品"加上商品编码 5.程序中的随机插入与随机删除是为了更好的测试程序的正确性和可靠性 6.随机插入(删除)时,程序将不断向(从)树中随机插入(删除)结点,每次随机插入(删除)都会进行平衡性与排序性的检查,如果树已经失去了有序性或平衡性,则会弹出树已失去了有序性或平衡性的提示并停止插入(删除)操作,当然你可以随时中断随机操作-1. The procedure I used vc 6.0 preparation, including the sequencing of the entire balanced binary tree algorithm (including insert, delete, search and test algorithm). 2. Running myavl_vc.exe importation of the initial tree node number, the procedures established in the memory of the formation of a corresponding nodes of a binary tree, and on this basis you can conduct various operations (insert, delete, search and testing their balance, sorting etc.) 3. each node information including "Product Codes," "trade names," and the "commodity codes" as the keyword 4. initial produ
    2022-03-11 19:21:53下载
    积分:1
  • 一个不错的宾馆管理系统
    一个不错的宾馆管理系统-a good hotel management system
    2022-01-26 02:13:18下载
    积分:1
  • 红黑树――一种的可视化画法
    红黑树――一种数据结构的可视化画法-RED-BLACK TREE-- A data structure visualization method of painting
    2023-02-24 18:20:03下载
    积分:1
  • 二叉树与二叉链表
    假设以如下说明的三元组 (F、C、L/R) 序列输入一棵二叉树的诸边(其中 F 表示双亲结点的标识,C 表示孩子结点标识,L/R 表示 C 为 F 的左孩子或右孩子),且在输入的三元组序列中,C 是按层次顺序出现的。设结点的标识是字符类型。F=‘^’时 C 为根结点标识,若 C 亦为‘^’,则表示输入结束。 试编写算法,由输入的三元组序列建立二叉树的二叉链表,并以中序序列输出。^AL ABL ACR BDL CEL CFR DGR FHL ^^L -Assuming the following description of the triple (F, C, L/R) sequence of a binary tree of all the input side (where F that identifies the parent node, C, said child node ID, L/R that C is F, left or right child child), and triples in the input sequence, C is the emergence of a hierarchical order. Node identity is established character types. F = " ^" C for the root identity when, if C is also a " ^" , then enter the end. Test preparation algorithm, the input sequence of triples binary build the binary tree list, and in order to sequence the output
    2022-09-25 12:40:03下载
    积分:1
  • 多线程进行二分排序法,递归产生新线程,每一个父线程产生两个子线程,接着父线程对两个子组进行合并...
    多线程进行二分排序法,递归产生新线程,每一个父线程产生两个子线程,接着父线程对两个子数组进行合并-Multi-thread two hours sorting method, recursive generate a new thread, each thread is a parent produces two sub-threads, then the parent thread to merge the two sub-arrays
    2022-03-23 16:15:57下载
    积分:1
  • this is fp tree algorithm in java
    this is fp tree algorithm in java
    2022-11-28 07:10:03下载
    积分:1
  • 线性非线性 插值程序 用来求出 插值函的 点具体如内容所属...
    线性非线性 插值程序 用来求出 插值函数的 点具体如内容所属-Linear interpolation procedure used to derive non-linear interpolation function, such as the specific content of their
    2022-02-15 17:12:09下载
    积分:1
  • 很实用的程序. 用Virtual C++ 6.0做的,实现对声音的采集,处理,从而对MIC的声音进行控制的效果, 本程序是已成功测试通过....
    很实用的程序. 用Virtual C++ 6.0做的,实现对声音的采集,处理,从而对MIC的声音进行控制的效果, 本程序是已成功测试通过.-Very useful procedure. Using Virtual C++ 6.0 to do, and realize the sound collection, treatment, thereby to control the voice of MIC results, the procedure is successfully tested.
    2022-07-10 20:37:54下载
    积分:1
  • 图的应用,二叉树的应用与操作为题目的课程设计。有详细的文字说明和源代码。...
    图的应用,二叉树的应用与操作为题目的数据结构课程设计。有详细的文字说明和源代码。-Map applications, application and operation of a binary tree data structure for the subject curriculum design. A detailed written instructions and source code.
    2023-05-24 18:30:03下载
    积分:1
  • Manager: In this system there is only one administrator, that is, the system adm...
    管理员:在此系统中只有一个管理员,即系统管理员。具有一般用户所没有的权限,即具有管理一般用户、试题管理功能。 管理员可以向题库中添加各种类型且符合要求的试题,也可以对它们进行修改和删除。同时,管理员也能对科目、用户、考试记录等数据进行管理。 试题管理-Manager: In this system there is only one administrator, that is, the system administrator. General users do not have permission, that is, with the management of general users, test management capabilities. Administrators can add to the questions of all types and meet the requirements of the test, can also modify and delete them. At the same time, administrators can also subjects the user, the examination of data records management. Test Management
    2022-05-17 02:44:48下载
    积分:1
  • 696524资源总数
  • 103939会员总数
  • 12今日下载