-
H3C安全态势感知系统主题汇报_v1.0
说明: H3C安全态势感知系统主题汇报,新华三对态势感知理解 写ppt可借鉴(Safety situation technology introduction document)
- 2020-12-22 10:49:07下载
- 积分:1
-
Shape.java、Circle.java、Square.java
抽象类和接口
抽象类
怎样定义一个抽象类
抽象类和普通类的区别
Java中使用abstract关键字来定义抽象类,其语法格式如下:
[访问符] abstract class 类名 {
[访问符] absrtact 方法名([参数列表]);
定义接口
怎样定义一个接口
Java中使用interface关键字来定义接口,其语法格式如下:
interface 接口名 {
[访问符] 方法名([参数列表]);
- 2022-07-11 00:25:13下载
- 积分:1
-
测文件中单词出现次数
测文件中单词出现次数-test document word frequency
- 2023-02-22 05:15:04下载
- 积分:1
-
Data-structur(java)
java版的数据结构,主要介绍了java中一些常见的数据结构,如链表,堆,栈还有Map等等(data struct)
- 2012-05-16 10:15:06下载
- 积分:1
-
rmi_Example
1 example of RMI:
- Myserver: Bind address and registry 1 Rmi registry
- MyClient: call method from MyServer to execute
- 2012-08-08 09:43:09下载
- 积分:1
-
sd
说明: TFIDF算法,先求TF,然后求出IDF,最后根据公式得出TFIDF(TFIDF algorithm, first seek TF, and then find the IDF, TFIDF conclusion that according to the formula)
- 2014-03-21 16:06:06下载
- 积分:1
-
shoppingCenter
网络购物中心web系统,简单实用,是Java新手研究的好实例(Web system, network shopping center is simple and practical, is a good example of beginner Java study)
- 2014-04-08 21:52:22下载
- 积分:1
-
elasticsearch-2.4.4
说明: 可以在web开发中用es集群缓存数据,替代数据库,提高效率(You can use elasticsearch)
- 2020-06-16 13:00:01下载
- 积分:1
-
简单的汽车租赁信息系统,从C++语言编程,可以…
简单汽车租赁信息系统,由c语言编程的、可以写入文件 ,读取文件!-Simple car rental information systems, from the c programming language, you can write files, read the file!
- 2022-03-23 03:41:14下载
- 积分:1
-
java写的一个万年历程序,阳历和农历的可…
java写的一个万年历程序,阳历和农历的都可以计算-java written procedures for a calendar, the solar calendar and the Lunar can be calculated
- 2022-08-26 01:51:18下载
- 积分:1