-
TankBattle
说明: 一个Java小游戏,采用多线程技术,游戏难度可以自行调整(A Java game, using multi-threading technology, the difficulty of the game can be adjusted by itself.)
- 2020-06-22 15:00:02下载
- 积分:1
-
我封装的okhttp
这是一款我封装的okhttp3,自动管理cookies,get,post,json请求和自动解析json功能,内附案例(This is a okhttp3 encapsulated by me, which automatically manages cookies, get, post, JSON requests and automatic parsing JSON functions.)
- 2018-04-21 20:25:17下载
- 积分:1
-
cv
说明: this is a file which permit to understand the informatio system very well
- 2014-01-10 23:15:50下载
- 积分:1
-
GoF
23个GOF模式的C++版本,改写来自Java,一些小实例(GOF c++ java)
- 2009-05-31 00:26:41下载
- 积分:1
-
Struts2
Struts学习文档,内有详细实战例子。并有大量的企业实战经验分享,包括一些开发中常见的问题的解决方法。(The Struts learning document with detailed real example. And a lot of hands-on experience to share, including some of the common problems in the development of the solution.)
- 2013-04-08 19:06:25下载
- 积分:1
-
mmall
说明: 完全仿照慕课网开发,前端的课程选择,课程分类等等,后台的课程管理,讲师的管理 ,对网站流量的统计,等等十分精美,基本不需要二次开发就可以满足视频学习类网站的需求(It is completely imitated by Mutu Net development, front-end course selection, course classification, etc., back-end course management, lecturer management, statistics on website traffic, etc. It is very beautiful, and basically can meet the video learning website without secondary development. Demand)
- 2020-06-24 04:40:01下载
- 积分:1
-
HBaseExample
Hbase是实时、多维数据库,是Hadoop的子项目,技术领先,上传的是Hbase example(Hbase example)
- 2013-09-16 09:40:17下载
- 积分:1
-
hht
黄鳄鱼提供的完整Hilbert Huang Transform程序,java源码,含EMD,EMD1,EMD2,频谱,边际频谱,图形界面,测试例程等。(complete java source code for Hilbert- Huang Transform, this package is a official version provide by Professor NordenE.Huang,all class just as EMD,EMD1,EMD2,spectrum,chart etc. are included in it.)
- 2015-09-11 12:57:24下载
- 积分:1
-
Bluetooth-master
一种蓝牙定位的java程序,功能完善,实现质心定位,三边定位和最小二乘算法,通过布置蓝牙的位置,定位精度在0.5M左右(A bluetooth positioning Java program, the function is perfect, realize the centroid localization, trilateral positioning and least squares algorithm, through the arrangement of the position of the bluetooth, positioning accuracy at about 0.5 M)
- 2020-11-09 10:09:47下载
- 积分: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