-
SpringBoot
说明: springboot框架搭建的一套框架,里面集成了缓存,权限的控制的一些功能(Springboot framework is a set of framework, which integrates some functions of caching, permission control.)
- 2020-06-25 19:40:02下载
- 积分:1
-
JAVA-programming
本书介绍了java语言的基本特性,包括字符串、选择、小应用程序以及异常等内容。与一般书籍不同的事,本书用大量的示例说明了java语言的语法、特性等,特别适合与刚刚接触java的学生,使其在实战中锻炼java语言的开发技巧。(This book introduces the basic features of java language, including strings, select, small applications, and exceptions and so on. Different things with the general books, book with plenty of examples illustrate the syntax of the java language, characteristics, especially for students and new to java, java training in actual combat to the development of language skills.)
- 2011-11-08 13:36:43下载
- 积分:1
-
SmartHome2.0
这是一款安卓软件,在之前上传的第一版的基础上,完善了家居控制功能,增加了聊天室、手机电脑实时记录、画板功能等。适用于安卓开发大作业,也可供大创参考(This is Smart Home version2.0)
- 2017-06-21 13:14:22下载
- 积分:1
-
Mypicture
定义4个类,MyShape、MyLine、MyRectangle和MyOval,其中MyShape是其他三个类的父类。MyShape为抽象类,包括图形位置的四个坐标;一个无参的构造方法,将所有的坐标设置为0;一个带参的构造函数,将所有的坐标设置为相应值;每个坐标的设置和读取方法;abstract void draw(Graphics g)方法。MyLine类负责画直线,实现父类的draw方法;MyRectangle负责画矩形,实现父类的draw方法;MyOval负责画椭圆,实现父类的draw方法。编写一个应用程序,使用上面定义的类,随机选取位置和形状,绘制20个图形。(Defines four classes, MyShape, MyLine, MyRectangle and MyOval, which MyShape the other three parent class. MyShape is an abstract class, including graphics position four coordinates a no-argument constructor, all the coordinates are set to 0 a parameterized constructor, all the coordinates is set to the corresponding values each coordinate set and reading method abstract void draw (Graphics g) method. MyLine class is responsible for drawing straight lines, to achieve the draw method of the parent class MyRectangle responsible for drawing rectangles, to achieve the parent class draw method MyOval responsible painted oval, draw method to achieve the parent class. Write an application that uses the class defined above, randomly selected location and shape, draw 20 graphics.)
- 2021-04-14 09:08:55下载
- 积分:1
-
jt808-server
说明: 基于springboot + netty 开发JT808服务端(Development of JT808 Server Based on Springboot + netty)
- 2020-12-24 11:09:05下载
- 积分:1
-
mianji
充分理解对象的创建和使用过程,并对构造器有一定的了解。(Fully understand the object to create and use the constructor I have some knowledge about.)
- 2007-11-28 16:44:28下载
- 积分:1
-
sort-xiancheng
java写的一个多线程排序实验,文件小,效果高。(java write a multithreaded scheduling experiment, the paper, and got high.)
- 2007-06-15 13:48:57下载
- 积分:1
-
Android2048GameLesson-master
说明: 2048游戏完整项目开发,安卓开发源码,写的游戏源码,调用安卓的api,项目完整可以测试(android Game test game complete project development, Android development source code, written game source code, call Android's API, the project integrity, you can test)
- 2017-09-12 09:49:36下载
- 积分:1
-
dspace-1.7.2-src-release
dspace1.7.2源码,DSpace(数字空间)系统是由美国麻省理工学院图书馆(MIT Libraries)和美国惠普公司实验室(Hewlett-Packard Labs)合作经过两年多的努力并于2002年10月开始投入使用的,以内容管理发布为设计目标,遵循BSD协议的开放源代码数字存储系统。该系统可以收 集、存储、索引、保存和重新发布任何数字格式、层次结构的永久标识符研究数据。
(dspace1.7.2 source, DSpace (digital space) systems by the U.S. Massachusetts Institute of Technology Library (MIT Libraries) and the U.S. Hewlett-Packard Laboratories (Hewlett-Packard Labs) co-operation, and after two years of hard work began in October 2002 put to use to publish content management for the design of the target, follow the open source BSD license digital storage systems. The system can collect, store, index, preserve and re-publish any digital format, a permanent identifier for the hierarchy of research data.)
- 2011-09-23 19:11:58下载
- 积分:1
-
KeywordSpotting
多串匹配的AC算法/多字符串匹配/多字符串检测/多字符串识别/Aho-Corasick自动机/ahocorasick自动机/AC自动机。/Java实现
该程序是一个高效的,能处理较大的Unicode字符文本(包括要检测的文本和关键词文本)的关键词匹配程序,因此程序的输入为input.txt为待检测文本,keywords.txt为关键词文本,文件夹test1,test2,test3分别是三组自己设定的input和keywords,可自行任意添加删改,运行程序前先将一组拷贝至D:。
程序将识别出的关键词用方括号括上,输出到output.txt中(AC multi-string matching algorithm/multi-string match/multi-string test/multi-string identification/Aho-Corasick automata/ahocorasick automata/AC automaton./Java implementation
This program is highly efficient, can handle large Unicode character text (including text and key words to detect the text) is a match program, so the program is to be detected input.txt input text, keywords. txt for the Keyword text, folders test1, test2, test3 were three groups set their own input and keywords, can add their own arbitrary deletion, run the program before the first set of copies to D: . Program will identify the key words in square brackets, and output to output.txt in)
- 2021-04-27 14:48:44下载
- 积分:1