搜索资源列表
ListOperate
- 该程序运用线程的思想来操作一个链表,对链表的动作有增加和删除。增加节点和删除节点分别在两个线程里,这两个线程通过事件来进行同步,每次增加10个节点、删除5个节点。-use of the program's ideological threads to operate a chain and the right Chain movements had increased and removal. Additional nodes and delete nodes, in two separ
goods-link
- 使用数组或链表完成一个在控制台下运行(字符界面)的简单的商品库存信息管理系统。 商品信息包括如下字段 商品号 int CodeID 商品名称 char Name[50] 商品库存 int Mount 主程序:程序运行后,循环显示如下菜单: 1. 销售 2. 进货 3. 列举商品信息 4. 清除所有商品 5. 退出 根据用户的选择进一步提示用户输入并调用对应函数完成相应的功能。 主要的功能函数 CreateList:从goods.dat文件中读
数据结构的C++描述
- 目 录 译者序 前言 第一部分 预备知识 第1章 C++程序设计 1 1.1 引言 1 1.2 函数与参数 2 1.2.1 传值参数 2 1.2.2 模板函数 3 1.2.3 引用参数 3 1.2.4 常量引用参数 4 1.2.5 返回值 4 1.2.6 递归函数 5 1.3 动态存储分配
矢量图形控件 Simple Graphic
- ------------------- 1.2版本 Simple Graphic 图形控件: 1.增加锁定功能,锁定的图形要素不可以做任何操作,但可以选中lock 2.增加标注属性功能,标注内容直接设置到labelAttribute属性内,如果为“”则不标注 3.增加ShowLabel属性定义,代表这个图形要素是否显示他的标注。 4.增加BackShowLabel属性定义,这个定义在内部使用,组合时可以把ShowLabel设置为False,原值存入BackShowLabel,拆组时再
矢量图形控件 Simple Graphic
- ------------------- 1.2.1版本: 1.增加设置在选择时,是否可以选择锁定图形,是否可以选择不显示图形 2.ISGElementCollection中增加contains函数,判断是否已经存在 3.ISGControl里增加UserFeedBackElements属性,用于增加用户辅助图形;增加CanUndoRedo属性,用于觉得是否自动记录操作堆栈; 增加搜索函数 ------------------- 1.2版本 Simple Graphic 图形控件:
btree.tar
- C++实现的异质二叉树,实现了对节点的增加,删除,查询,以及整个树的释放。利用了面向对象编程的封装,继承和多态的思想。-C++ implementation of heterogeneous binary tree, the realization of the node to add, delete, query, and the release of the entire tree. Object-oriented programming using encapsulation, inher
MapEditor
- 基本的地图编辑功能,有节点增加、编辑和删除等-Basic map editing features, a node add, edit and delete
link
- 关于链表的数据类型定义和基本运算:新建链表,增加和删除节点。释放内存等。-List of data types on the definition and basic computing: the new list to increase and delete nodes. Release of memory.
xuyuanqiang
- 许愿墙代码,与后台数据库交互,节点增加和删除!-Wishing Wall code
AVLtree
- 数据结构AVL树,实现了AVL所有的功能,。在AVL树中任何节点的两个儿子子树的高度最大差别为一,所以它也被称为高度平衡树。查找、插入和删除在平均和最坏情况下都是O(log n)。增加和删除可能需要通过一次或多次树旋转来重新平衡这个树-let s go
javascript
- js树形菜单,右键实现增加和删除节点功能-Js tree menu, right click on the add and remove node function realization
Balanced-binary-tree
- 主要包括二叉树的建立和删除以及二叉树的一些基本操作:增加节点、删除节点和查找节点。-Balanced binary tree
single_list_table
- 数据结构,单链表,增加、删除、查询节点,链表的创建、初始化和销毁-Data structures, singly linked list, add, delete, query node list creation, initialization and destruction
DoubleLinkList
- 一个简单的双向链表的小程序,实现了增加和删除节点的功能。-A simple two-way chain table of small program, realized the function of add and remove nodes
Bozhai.Win.XmlEditer
- 一款功能强大的xml编辑器,能实现xml文件的增加节点,删除节点和修改节点等功能-A powerful XML editor,Can realize the increase of the XML file nodes, delete nodes, and modify the nodes, and other functions
linklist
- 使用C++类实现了链表的一系列工程,包括链表的建立,节点的增加和删除-Use C++ class implements a list of a series of projects, including the establishment of the list, add and delete nodes
TiaoBiao
- 调表的java实现。节点的定义,链表初始化,增加节点和删除节点-Java transfer table implementation. Definition node initialization list, add nodes and delete nodes
ZX
- MFC图形界面编程,可以用链表和栈实现对数据的操作,增加和删除节点。有特殊情况对话框提示。-drawing
AVL
- AVL树是最先发明的自平衡二叉查找树。在AVL树中任何节点的两个儿子子树的高度最大差别为一,所以它也被称为高度平衡树。查找、插入和删除在平均和最坏情况下都是O(log n)。增加和删除可能需要通过一次或多次树旋转来重新平衡这个树。-AVL tree code
Link
- 单向链表的实现,以及链表的查询、增加。和删除功能。(Single-way list of the realization, as well as the list of inquiries, increase. And delete functions.)