-
beziers
说明: 头骨模型:使用Java3D编写的头骨模型(Skull model: the preparation of the skull model using Java3D)
- 2010-04-16 16:35:09下载
- 积分:1
-
廖雪峰的JavaScript python git
廖雪峰的JavaScript python git,非常经典(Liao Xuefeng JavaScript python git)
- 2017-11-19 15:23:07下载
- 积分:1
-
TREE_INT
Tree AVL
In an AVL tree, the heights of the two child subtrees of any node differ by at most one if at any time they differ by more than one, rebalancing is done to restore this property. Lookup, insertion, and deletion all take O(log n) time in both the average and worst cases, where n is the number of nodes in the tree prior to the operation. Insertions and deletions may require the tree to be rebalanced by one or more tree rotations.
- 2014-12-05 02:27:12下载
- 积分:1
-
Java-Concurrency-in-Practice
一本讲述Java并发编程的书籍,详备完整,适合学习(A book about the Java concurrent programming, detailed preparation complete, for learning)
- 2015-09-22 10:37:42下载
- 积分:1
-
Mybaties2
说明: Mybaties 的基础入门2,这个是第二部分内容
开发工具 IDEA, TomCat,SQL(Introduction to Mybaties 1,
Development tools IDEA, TomCat, SQL)
- 2020-06-19 23:40:02下载
- 积分:1
-
LodeRunner-Source
Played a very sweet as possible remained the member of my sons dirty my time
- 2013-07-19 15:48:56下载
- 积分:1
-
Compiler
说明: LL(1)文法和预测分析方法
1.文法使用产生式来定义;
2.分别求出文法中每一个非终结符的FIRST集、FOLLOW集和SELECT集;
3.画出预测分析表;
4.判定给定的文法是否是LL(1)文法;
5.给定符号串判定是否是文法中的句子,分析过程用分析表格的方式打印出来。(LL(1) Grammar and Predictive Analysis
1. Grammar is defined by production.
2. Find out the FIRST set, FOLLOW set and SELECT set of each non-terminator in grammar.
3. Draw a forecast analysis table.
4. Determine whether a given grammar is LL(1) grammar;
5. Given a string of symbols to determine whether it is a sentence in grammar, the analysis process is printed out in the form of an analysis table.)
- 2020-06-15 22:30:02下载
- 积分:1
-
ww
说明: 涉设计顺序队列至少用一个内存空间解决假溢出问题,成员函数要有构造函数,入队列,出队列,非空否,并设计函数测试(Involved in the design queue order to solve at least leave with a memory overflow, member functions have a constructor, into the queue, the queue is not empty if, and design function test)
- 2011-06-27 22:42:28下载
- 积分:1
-
hw3
Data structure using java KAIST homework 3
implementing arraybagseq class
- 2012-10-16 14:08:33下载
- 积分:1
-
WAS-example
使用WAS对Web应用程序进行负载测试,WAS教材(Using WAS for load testing Web applications)
- 2013-08-01 21:18:05下载
- 积分:1