-
SyncResult
This class is used to communicate the results of a sync operation to the SyncManager. Based on the values here the SyncManager will determine the disposition of the sync and whether or not a new sync operation needs to be scheduled in the future.
- 2013-12-11 13:17:28下载
- 积分:1
-
19code
crm 客户关系管理系统,ssh2架构,mvc模式开发,完整源代码(The architecture of SSH2 CRM customer relationship management system,, the MVC pattern of development, integrity of the source code)
- 2014-07-16 17:40:07下载
- 积分: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
-
Struts-Hibernate-Example
Java Hibernate integration
- 2011-10-01 16:51:58下载
- 积分:1
-
Java(_)
java语言程序基本概述全集以及SDK1.6编译器的新规定
(Java language program to complete basic overview and new rules of SDK1.6 compiler
)
- 2013-09-28 19:51:34下载
- 积分:1
-
4867537666
百度手机地图 实例集合,应用程序编程源码,很好的参考资料。(Set Baidu mobile phone map example, application programming source code, a good reference.)
- 2013-11-12 00:06:06下载
- 积分:1
-
Linux命令行与shell脚本编程大全.第3版
说明: java 入门到精通 从最简单的开始讲到最后的框架(java Entry to mastery Programming development)
- 2021-01-04 16:30:22下载
- 积分:1
-
SPOOLING
要求设计一个SP00LING输出进程和两个请求输出的用户进程,以及一个SP00LING输出服务程序。当请求输出的用户进程希望输出一系列信息时,调用输出服务程序,由输出服务程序将该信息送入输出井。待遇到一个输出结束标志时,表示进程该次的输出文件输出结束。之后,申请一个输出请求块(用来记录请求输出的用户进程的名字、信息在输出井中的位置、要输出信息的长度等),等待SP00LING进程进行输出。
SP00LING输出进程工作时,根据请求块记录的各进程要输出的信息,将其实际输出到打印机或显示器。这里,SP00LING输出进程与请求输出的用户进程可并发运行。
(Asked to design a user process SP00LING request output and two output processes, and outputs a SP00LING service program. When users want to process requests output output range information, call the output service program, service program by the output information into the output shaft. Treatment to an output end of the flag, which means that the process of the second output file output end. Thereafter, the application of an output request block (name of the user to record the output of the process request, the information on the position of the output well, and length information to be outputted), the process waits SP00LING output. When SP00LING output process work, information requested under each process block records to be output, its actual output to a printer or monitor. Here, the user process and the output process SP00LING request output can be run concurrently.)
- 2014-01-08 13:36:02下载
- 积分:1
-
Gradients
图形设计跟随趋势,而当前的趋势是到处使用渐变,除了这个风尚,渐变可以用来创建反射和淡出这样的高级效果。(Graphic design to follow the trend, and the current trend is everywhere to use gradients, in addition to the fashion, the gradient can be used to create such a high-level reflection and fade out effect.)
- 2010-07-28 10:48:02下载
- 积分:1
-
Calculator2
A Java calculator that uses a recursive descent parser converted directly from C++ code.
- 2013-05-22 13:29:09下载
- 积分:1