搜索资源列表
-
0下载:
用java写得一个treetable实现,可以携带用户自己的数据类。本例带有一个简单得使用例子:
1、导入到Eclipse,把package换成你自己得package
2、运行TreetableMain.java即可
这是本人参考sun公司给出得那个treetable例子写得。重大改进如下:
1、sun公司的例子可能是由于写得较早,里面重写了TreeModel和AbstractTableModel的很多方法。本人改进了它里面的TreeTableModel和TreeTable
-
-
0下载:
一个简单的编译器的实现程序,他展示了大量的数据类型和抽象数据类型,以及对字符串进行解析的技术-a simple compiler in procedures, he showed a lot of data types and abstract data types, and the right strings in the technical analysis
-
-
0下载:
动态查找表的设计与实现:
实现抽象数据类型:二叉查找树。
实现下列操作:构造空表、销毁表、搜索指定关键字的元素、插入新元素、删除指定关键字的元素、遍历表中所有元素。,Dynamic Look-Up Table Design and Implementation: To achieve the abstract data types: Binary Search Tree. To achieve the following: Construction empty tables, the des
-
-
0下载:
以二叉链表为存储结构,建立二叉树、先序遍历二叉树、求二叉树节点总数、叶子数、树高度的算法。队列抽象数据类型的顺序、链式表示与实现,并可对上面建立的二叉树按层次遍历。-List in Binary for the storage structure, the establishment of binary tree, the first tree traversal, and the total number of tree nodes, the number of leaves, tree he
-
-
0下载:
1、由于计算的的是大数且计算机表示的整数大小有限,顾考虑用抽象数据类型实现。
2、每个节点存储整数,位数最大为三位。
3、能从键盘上输入要计算的数,从终端输出结果。
4、测试数据为20以上的整数,如1000,5000 等
-1, as a result of the calculation is that large numbers of computers and that the limited size of the integer, Gu consider the rea
-
-
0下载:
多项式运算器。用抽象数据类型实现,可进行多项式的加减乘等运算。-Polynomial calculator. T realized by the Abstract Data Types. can be carried out by addition and subtraction of polynomials, such as computing.
-
-
1下载:
根据二叉树的抽象数据类型的定义,使用二叉链表实现一个二叉树。
二叉树的基本功能:
1、二叉树的建立
2、前序遍历二叉树
3、中序遍历二叉树
4、后序遍历二叉树
5、按层序遍历二叉树
6、求二叉树的深度
7、求指定结点到根的路径
8、二叉树的销毁
9、其他:自定义操作-According to a binary tree definition of abstract data types, use two forks to achieve a binary
-
-
0下载:
This a Small Container Library, SCL.
If you are not sure what a container is, then ignore the word container in this
file and you ll probably understand everything.
This library provides hash tables, list, queue, stack, symbol, balanced b
-
-
0下载:
根据线性表的抽象数据类型的定义,选择任一种链式结构实现线性表,并完成线性表的基本功能。编写测试main()函数测试线性表的正确性。-According to the linear form of the definition of abstract data types, select one of the chain structure of the linear form, and complete the basic functions of the linear form. Prepar
-
-
0下载:
抽象数据类型及其分析,自己写的程序,和大家交流-Abstract data types and analysis, write their own procedures, and to share
-
-
0下载:
:此程序是一个简单的模拟电梯升降的系统。在现实中,电梯系统要由乘客和电梯相互作用而形成的一个灵活的系统,电梯升降需要人的指令,而人也可以在等待时间过长而离开。虽然他们的行为可能受对方的作用,但是他们的行为是基本独立的。所以在这个程序模拟中,我将其分成几个抽象数据类型,并且做好每一部份的相互联系。在程序运行中输入乘客所进入的楼层,将要去的楼层,等待最长时间等数据可以完成其模拟。而这个系统可以很好的模拟现实中的电梯运行的状态。-This program is a simple simulation
-
-
1下载:
oz:多范式语言,
函数型语言(词法域 第一类过程 模式匹配 第一类统一语法),lazy,高阶(可实现非递归的循环),尾递归,描述式编程
面向对象(状态 Stateful/抽象数据类型 多重继承),
并行(多线程)(dataflow(数据流)线程 动态 连续 互影响),
约束编程和逻辑推理(逻辑变量 分离结构 可编程搜索策略),人工智能,
分布式(网络透明的分布式运算 组件编程 自动连接自动断线 共享变量/对象/类/和过程),
网络编程,无状态数据
-
-
0下载:
实现抽象数据类型复数的加法减法乘法除法四种基本运算运算,-To achieve the complex addition and subtraction, multiplication and division of abstract data types
-
-
0下载:
用弗洛伊德算法实现最短路径的求解,用到的抽象数据类型为邻接矩阵类型和有向图类型类型-Floyd algorithm to achieve the shortest path to solve abstract data types used in the adjacency matrix type and have the type of diagram types
-
-
0下载:
以链式存储结构实现一个线性表的抽象数据类型,并实现线性表的初始化、查找、插入、删除和就地逆置等操作,要求具有较好的人机交互处理过程。-In order to achieve a linear chain store structure table abstract data types, and to achieve a linear table is initialized, search, insert, delete, and set in place the inverse operat
-
-
0下载:
用堆分配存储表示实现Hstring串类型的最小子集的基础上,实现串抽象数据类型的其余基本操作(不使用C语言本身提供的串函数)。参数合法性检查必须严格。
利用上述基本操作函数构造以下系统:它是一个命令解释程序,循环往复地处理用户键入的每一条命令,直至终止程序的命令为止。命令定义见“题集”P120,实现以下操作:(1)赋值、(2)求长度、(3)求子串、(4)比较、(5)KMP匹配、(6)显示。
-Achieved with heap-allocated storage foundatio
-
-
0下载:
Object-Oriented Design and
Programming
C++ Language Support for
Abstract Data Types
Douglas C. Schmidt
-
-
0下载:
二叉树抽象数据类型,具体功能实现,结构体定义源码-Binary abstract data types, to achieve specific functions, structure definition source
-
-
0下载:
在迷宫设计中,需要设计迷宫的大小、迷宫的出入口、根据输入的入口来寻找迷宫的出口,并把路径输出来。
在设计迷宫大小和出入口时,采用的是根据操作者实现的,但迷宫的具体路障和通道是随机实现的。
主程序从main()函数中进行,包括输入迷宫的大小等信息,然后调用迷宫模块,在迷宫模块中也调用了栈的模块。
栈模块——实现栈抽象数据类型
迷宫模块——实现迷宫抽象数据类型-In the design of the maze, it is required to design the size o
-
-
0下载:
Big integer in C++. Allows for addition, subtraction and comparison
-