搜索资源列表
zjt2
- 用Java实现的线性表。如有不足之处,还望大家指点。-using Java linear table. If deficiencies, we also hope that the guidance.
FFlylist
- 用JAVA写的航班信息管理系统,可以做为学习数据结构课程的线性表及排序之用-written with Java flight information management system that can serve as learning courses data structure of linear forms and scheduling purposes
shunxubiaodeshixian(Java)
- 以数组为存储结构保存线性表,并实现线性表创建、清空、增加、删除、修改、查找等基本操作
cn.work.zdj
- 有限自动机输入,转换,识别,图形显示与化简,采用Eclipse RCP开发工具和JAVA语言进行开发,并且使用全新的SWT/JFace,一改AWT/Swing单调、沉闷的界面风格,使得软件具有丰富的图形界面,而且具有跨平台性。我们可以通过输入一个或者多个有限自动机的状态集,字母表,转换函数,初始状态和终态或者右线性文法,并对生成的自动机进行相应的操作。-Finite automaton input, conversion, identification, graphical display an
line
- 用Java实现的一种简单的用指针实现线性表就地逆置。-reverse
Node
- 这是一个结点的操作,用java作为开发环境,用线性表作为数据结构-This is a node of the operation, using java as a development environment, using a linear form as a data structure
StringStack
- 继承和多态的相关Java源码下载,比较散,像覆盖和重载、对象类Object和它的toString()方法、多态性、动态绑定和一般程序设计、数组线性表ArrayList类、final类、方法和变量、数据域和静态方法的隐藏、调用父类的方法等…… -Inheritance and polymorphism related to Java source code download, more casual, like the cover and heavy, and its object class
javaList
- 该源码讲述了如何通过java语言完成线性表数据结构的操作-The java source code language about how to complete the operation of the linear table data structure
DataStructuresAndAlgorithms(JAVA)
- 此书从介绍JAVA基础到数据结构与算法基础,并结合JAVA给予实例演习,从线性表,链式表,栈与队列,递归,讲到树,图,并以JAVA实例演习各种查找,排序算法.实为一本难得的好书,现与大家共同分享.-From the introduction to the book based on JAVA based data structures and algorithms, and give examples with JAVA exercises, from the linear form, chai
Alist
- 数据结构与算法分析之线性表操作之插入排序求长度-A Practical Introduction to Data Structures and Algorithm Analysis introduction to a list
xianxingbiao
- 线性表的应用,包括顺序存储,链式存储,选择排序,循环链表,双链表,顺序查找等内容-Linear list of applications, including the order of store, chain store, selection sort, circular linked list, doubly linked lists, sequential search, etc.
xianxinglianbiao
- 线性链表 线性链表的归并及表内元素的排序-Sort of linear linked list of linear list merging and table elements
linearlist
- 包含线性表的实现,包括ArrayList, LinkedList,Queue和Stack,虽然java有集合框架,但自己动手编写有助于理解数据结构-Contains the linear form, including ArrayList, LinkedList, Queue and Stack, although the java collections framework, but prepare yourself to help understand the data structure
lianbiao
- 线性单链表的基本功能描述与实现,比较适合初学者。-Linear single linked list Descr iption and Implementation, more suitable for beginners.
BloomFilter
- 如需要判断一个元素是不是在一个集合中,我们通常做法是把所有元素保存下来,然后通过比较知道它是不是在集合内,链表、树都是基于这种思路,当集合内元素个数的变大,我们需要的空间和时间都线性变大,检索速度也越来越慢。 Bloom filter 采用的是哈希函数的方法,将一个元素映射到一个 m 长度的阵列上的一个点,当这个点是 1 时,那么这个元素在集合内,反之则不在集合内。这个方法的缺点就是当检测的元素很多的时候可能有冲突,解决方法就是使用 k 个哈希 函数对应 k 个点,如果所有点都是 1 的话,那么
线性表操作
- 对线性表的一些操作,有一元多项式求和运算和Josephus环。参考《数据结构(java版)第4版》,内有题目文档。(Some operations on the linear table, there is a unary polynomial summation operations and Josephus ring. Refer to the data structure (Java Edition) Fourth Edition, there are Title documents.)