-
13645_src
《Java编程基础、应用与实例》 源文件下载()
- 2007-10-26 16:58:55下载
- 积分: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
-
Hetookthehighpartofthejava
java高级部分串讲java高级部分串讲(Hetookthehighpartofthejava)
- 2010-10-23 16:25:48下载
- 积分:1
-
yiyuanmenzhengchaxun
用JAVA编写的医院门诊查询系统,从其他地方下载下来的,供大家下载(JAVA prepared using hospital out-patient inquiry system, downloaded from other places, and for everyone to download)
- 2008-07-24 15:41:23下载
- 积分:1
-
imagedb
j2ee spring imagedb source code
- 2012-03-23 11:52:52下载
- 积分:1
-
Bank项目_源代码
说明: 新人练手java小项目,深入了解java中对象的机制与原理,简单易懂,学习效率高(Novice practitioner java small project, in-depth understanding of the object)
- 2019-10-09 09:16:47下载
- 积分:1
-
smtpMail
smtpMail.zip
- 2004-10-27 10:13:04下载
- 积分:1
-
sort
能够实现简单类型的插入排序、冒泡排序和快速排序的升序和降序排列。(To achieve a simple type of insertion sort, bubble sort and quick sort of ascending and descending order.)
- 2010-06-03 20:14:51下载
- 积分:1
-
chat_Jbuilder2005
用Jbuilder2005 做的 jsp/servlet 小聊天程序(Jbuilder2005 do with jsp/servlet small chat program)
- 2008-06-22 23:52:33下载
- 积分:1
-
Calculator
一共使用了建造者模式、状态模式、命令模式、策略模式、单件模式这5个设计模式。
本次课程设计是开发一款有多个面板的计算器。不仅有针对日常生活“标准型”面板、针对理工科计算的“科学型”面板、针对于编程人员计算“程序员”面板,还别出心裁地开发了针对中学生的数学学习“特色型”面板,有利于他们检查自己数学作业答案和试卷答案。
本计算器实现了当点下拉菜单中标准型、科学型、程序员和特色型等选项可以切面不同的计算器面板。
本计算器实现了当选中按钮时,按钮呈现如黄水晶般色调渐变的颜色。
本计算器实现了自定义左上角图标的功能。
关键词:
建造者模式 状态模式 命令模式 策略模式 单件模式
计算器 多面板 标准型 科学型 程序员 特色型
初等函数 二进制 八进制 十六进制
分解质因数 最简二次根式 一元二次方程
保留根号 小数转分数 循环小数(We used a total of builder mode, the state mode, command mode, the policy mode, single mode these five design patterns. This course is designed to develop a plurality of panels of a calculator. Not only for everyday life, " standard" panel for science and engineering computing " science-based" panel, for the calculation of " programmer" panel to programmers, even inspired to develop the learning of mathematics for high school students " special type" panel, there are benefit them check their math homework answers and answers to tests. The calculator achieved her point standard drop-down menu, science-based, programmers and characteristics of different type and other options section of the calculator panel. This calculator implements the election of the button, the button showing topaz hue gradient colors. The calculator icon in the top left corner to achieve a custom function. Keywords: Builder mode status Mode Command Mode Strategy Mode single mode )
- 2015-08-03 23:31:28下载
- 积分:1