-
java2
面试java基础,经常出现的,资料的详细功能为面试java基础,包含经常出现的,(Java interview-based, often, the information detailed interview java based functions, including recurrent,)
- 2011-11-01 15:50:30下载
- 积分:1
-
J2EE
说明: J2EE案例的開發一些代碼案例.對學習感覺特別有效。簡單功能強大(J2EE cases develop some code cases.)
- 2010-04-12 20:32:38下载
- 积分:1
-
javachengxu2
泛型是Java SE 1.5的新特性,泛型的本质是参数化类型,也就是说所操作的数据类型被指定为一个参数。这种参数类型可以用在类、接口和方法的创建中,分别称为泛型类、泛型接口、泛型方法。Java语言引入泛型的好处是安全简单。
(Generic is the Java SE 1.5 new features, the nature of generic type parameters, that is operated by the data type is designated as a parameter. This parameter type can be used in class, the creation of interfaces and methods of the respective category as generic, generic interfaces, generic approach. Java language advantages of the introduction of generic security simple.)
- 2009-04-22 19:40:02下载
- 积分:1
-
Common-library
常用类库 包括vector 几何与映射 Stringdokenizer等(Common library)
- 2013-12-15 09:33:25下载
- 积分:1
-
src
简单的ping实现,包括界面的展现,ping 的结果显示(easy ping command )
- 2013-10-23 11:41:48下载
- 积分:1
-
Exe6_3
这是关于学生选修和老师教学的代码作业。这是java学习类的时候的作业希望对大家有用(This is about teaching the students and teachers of the code elective operations. This is the java class to learn when operating the hope that useful)
- 2013-07-02 17:13:59下载
- 积分:1
-
task-kqrnel
java编程实例,有一百多实例,仅供学习java编程(Java programming instance, there are more than 100 instances, only for learning java programming)
- 2018-09-16 02:04:24下载
- 积分:1
-
ipdatabase-master
ipdatabase
二叉树快速搜索IP地址数据库
数据
数据源采用2015年广告协会制定的IP地址标准数据库,中国互联网广告行业统一采用的标准IP库。
原理
利用二叉树实现IP查询,首先将10进制IPV4地址转化为二进制构建二叉树,利用二叉树搜索进行搜索,查询时间复杂度log2n,比传统IP库n的查询速度高出一个量级。(Ipdatabase
Binary Tree Fast Search IP Address Database
data
The data source is the standard IP address database formulated by the Advertising Association in 2015, and the standard IP database adopted by the Internet advertising industry in China.
principle
The binary tree is used to realize IP query. Firstly, the 10-bit IPV4 address is converted into binary to construct a binary tree, and the binary tree search is used to search. The query time complexity log2n is one order of magnitude higher than that of traditional IP library n.)
- 2020-06-15 22:35:01下载
- 积分:1
-
ch03
非常好的JAVA学习资料,免费提供给大家03.RAR(JAVA very good learning materials, free of charge to everyone 03.RAR)
- 2008-04-10 16:24:12下载
- 积分:1
-
交通一条道路
说明: 设计一个交通信号灯类: (1)变量:位置、颜色(红、黄、绿)、显示时间(秒)。 (2)方法:切换信号灯。 创建并启动两个线程(东西向、南北向)同时运行。 3.实验要求 (1)设计线程。 (2)设计路口信号灯示意图界面。 (3)进一步将每个方向的信号灯分成3种车道灯:左转、直行和右转。 (4)根据车流量进行时间的模糊控制。(Design a traffic light class: (1) variables: location, color (red, yellow, green), display time (seconds). (2) Method: switch the signal lamp. Create and start two threads (east-west, north-south) running at the same time. 3. Experiment requirements (1) design thread. (2) Design schematic interface of intersection signal light. (3) Further, the signal lights in each direction are divided into three kinds of lane lights: left turn, straight ahead and right turn. (4) Fuzzy control of time according to traffic flow.)
- 2020-05-27 09:21:40下载
- 积分:1