资源列表
Stxllrare
- 建立一个通讯录的类note,该类中的属性有以下几项:String name,phone,MobilePhone,zip,address,Email 分别表示:姓名,固定电话,手机号,邮编,地址,电子邮邮邮件地址。方法有两个:Setnote()给属性赋初值的函数,方法show()显示出来一条通讯记录。 程序源码使用了ObjectInPutStream与ObjectOutPutStream这两个文件输入 -Class note to create an address book, class a
CH6
- 本文件包含了二叉树的基本操作,如初始化一个二叉树,建立一个二叉树,遍历二叉树等-This document contains the basic operation of a binary tree, such as the initialization of a binary tree, the establishment of a binary tree, traversing a binary tree
migongqiujie
- 本文件介绍了如何用栈结构实现迷宫求解功能,提供了详细的源代码-This document describes how to use the stack structure of maze solving, provide a detailed source code
datatranslate
- 本文件描述的栈结构的一种应用,是用栈实现数制的转化,提供了详细的源代码-This document describes an application of the stack structure, use the stack to achieve the conversion of number system, providing a detailed source code
Desktop
- 顺序表中的删除顺序表某区间元素的源代码文件-Source code files to remove a range of elements in the sequence table in the sequence table
form1
- 钱的组合,一种算法,发行货币与钱的种类之间的组合。-A combination of money, the combination of an algorithm, the issue of currency and money between categories.
cengcipianli
- 按照一定的输入求出二叉树的层次遍历,输出相应的结果-Calculated in accordance with the input binary tree traversal of the hierarchy, the output of the corresponding results
erchashu
- 二叉树求节点的个数并输出节点,输入的二叉树要安先序遍历输入,一点表示空-Seek binary tree the number of nodes and output nodes, the input binary tree to safety first traversal input point represents empty
Insertion-and-deletion
- 顺序表的插入和删除,虽然有点简单。但是,成功的运用c语言的基本的知识。-Insertion and deletion of the sequence table, though a bit simple. However, successful use of basic knowledge of C language.
hibernate
- Hibernate基础系统讲解,可以帮助读者更深入的学习Hibernate-Hibernate base system to explain, you can help the reader to more in-depth learning Hibernate
Java_DataMing
- 应用递归思想,完成深度优先的递归,当完成递归后,生成决策树。最后根据决策树,作出决策-Application of recursive thinking, complete depth-first recursive, generated after the completion of recursive decision tree. Finally, decision trees, decision-making
BiTree
- 1、用前序方法建立一棵二叉树。 2、编写前序遍历二叉树的程序。 3、编写中序遍历二叉树的程序。 4、编写后序遍历二叉树的程序。 5、编写统计二叉树叶子结点个数的程序 -A pre-order methods, the establishment of a binary tree. 2, the preparation of pre-order traversal binary tree program. 3, write the preorder traversal bina
