资源列表
money-and-banana
- DP问题 你的任务是编写一个程序,确定最高的塔猴子可以用一组给定块的建设的高度。-Your job is to write a program that determines the height of the tallest tower the monkey can build with a given set of blocks.
test1.1.1
- 编译原理的文法化简 输入:一个文本文件,里面的内容例如 position := initial + rate * 60 或者更复杂的,但是要符合给定语法 语法可以自定义,可借鉴参考课本P104的内容 最少要求要包括3个语句,例如语句表、for循环和赋值语句 处理:读入文本、处理、输出文本 输出:一个文本文件,对前面例子,里面内容例如 (标识符,position) (赋值运算符,:=) (标识符,initial) (加法运算符,+) (标识符
FinalDate
- 在学习java过程中的一些小程序,这个是有关于final关键字的用法,以及和static关键字搭配使用达到不可更改的恒定对象的操作。-In the process of learning java small programs, this is about the final keyword usage, as well as with the use of the static keyword and achieve operating unchangeable constant object
JavaObject
- 个人在学习java过程的的例子程序,包含类的盛名,创建对象,内部类的使用已经继承,希望能够帮到大家。-Individuals in the process of learning java examples of procedures, including class reputation, to create an object, use inner classes have inherited, hoping to help everyone.
Javapackage
- 在学习java过程中的一些小程序,程序包含java包的创建和使用,包在java中是一个很重要的知识点,希望大家能够掌握。-In the process of learning some java applets, includes the creation and use of java package, the package is a very important knowledge in java, I hope we can master.
Parent
- 在所有面向对象的编程语言中,继承都是很重要的内容,是面向对象最基本的应用,可以使程序更加优化,便于编写。希望大家掌握这一基本内容。-All object-oriented programming languages, inheritance is very important content, is the basic object-oriented application, you can make the program more optimized, easy to write. I ho
MyLinkedList
- linkedlist java code using netbeans
Person_Information_Record
- 简单的人员信息登记簿,包括老师和学生的。-Simple Record Book for Personal Information, including teachers and students.
Solution_BinaryTree
- 用C++11g描述的二叉树构建及遍历,适合初学者学习使用。-Binary constructs described with C++11g and traversal, suitable for beginners learning to use.
Solution_LinkList
- 用C++11g描述的线性表,适合初学者学习使用。-Linear table with C++11g described, suitable for beginners learning to use.
Solution_LinkQueue
- 用C++11g描述的队列操作,适合初学者使用。-Queue manipulation C++11g described, for beginners.
Solution_Sort
- 用C++11g描述的排序算法,给出了每一步排序的步骤和实现的的结果,适合初学者使用。-Step sorting algorithm used C++11g descr iption is given of each step of ordering and the results achieved, suitable for beginners to use.
