-
Java语言拥有三大特征:平台无关性、网络移动性和安全性,而Java体系结构对这三大特征提供了强大的支持和保证,本文着重介绍Java体系结构对支持信息安全的原理...
Java语言拥有三大特征:平台无关性、网络移动性和安全性,而Java体系结构对这三大特征提供了强大的支持和保证,本文着重介绍Java体系结构对支持信息安全的原理和使用方法。 -Java language has a three main features: platform-independent, network mobility and security, and Java the three major characteristics of this architecture provides a powerful support and guarantee that this article focuses on Java architecture to support information security principles and the use of methods .
- 2022-04-22 13:39:33下载
- 积分:1
-
HDB3编码器的设计 HDB3编码器的设计
HDB3编码器的设计 HDB3编码器的设计 -HDB3 Encoder HDB3 Encoder HDB3 Encoder HDB3 Encoder
- 2022-09-28 00:30:03下载
- 积分:1
-
Java中面向对象(oop)在编程中的应用
Java中面向对象(oop)在编程中的应用-Java Object-Oriented (oop) Application Programming
- 2022-03-06 11:38:14下载
- 积分:1
-
银行管理系统实现
C++编写的银行管理系统。分为前台操作和后台管理,前台用户可以进行存款、取款、查看最余额、修改密码等操作。后台可以创建和删除账号,界面简单,代码易于理解。
- 2023-09-07 09:50:04下载
- 积分:1
-
预测控制是适用于含有大滞后环节、积分环节的复杂工业系统控制。GPC为广义预测控制...
预测控制是适用于含有大滞后环节、积分环节的复杂工业系统控制。GPC为广义预测控制-predictive control is applicable to lag links with big, integral part of the complex industrial control systems. GPC for GPC
- 2022-08-12 19:13:56下载
- 积分:1
-
一个很小的聊天程序,用java编写的,但它是非常强大的功能
一个非常小巧的聊天程序,用java编写,功能却十分强大-a very small chat program, prepared with java, but it is very powerful function
- 2022-06-01 12:19:03下载
- 积分:1
-
本算法使用分治法求解最近点对问题。事先用O(nlogn)时间对x坐标进行排序,使得所有的点是按x坐标从小到大排好序的(x坐标相同时y坐标小的排前),然后取下标小...
本算法使用分治法求解最近点对问题。事先用O(nlogn)时间对x坐标进行排序,使得所有的点是按x坐标从小到大排好序的(x坐标相同时y坐标小的排前),然后取下标小于n/2属于左边的点集PL,取下标大于n/2属于右边的点集PR,即用O(1)时间就可以将规模为n的问题分解为两个规模为n/2的、同类型的子问题。分割完毕之后就可以采用分治法,分别求出PL和PR中的最近点对,最终通过递归实现。-This algorithm uses divide and conquer to solve the problem closest point. Prior to use O (nlogn) time to sort the x coordinate so that all points are based on x coordinates from small to large sorted (x coordinates with the same y coordinates of the small, the top), and then remove the standard is less than n/2 the set of points belonging to the left PL, remove the standard is greater than n/2 set of points belonging to the right of PR, that is to use O (1) time can be the problem size n divided into two size n/2, the same type The sub-problems. Segmentation can be used after completion of sub-rule method, respectively, find the PL and PR in the last points and eventually through the recursion.
- 2022-01-25 16:01:13下载
- 积分:1
-
是控制台程序,支持大部分的FTP命令。本程序设定用户名和密码都是toldo,FTP服务的主目录是C: emp,详见说明文件...
是控制台程序,支持大部分的FTP命令。本程序设定用户名和密码都是toldo,FTP服务的主目录是C: emp,详见说明文件-Is a console program, to support most of the FTP commands. This procedure set the user name and password are toldo, FTP services, the main directory is C: temp, see the documentation
- 2022-04-19 22:21:08下载
- 积分:1
-
test phase based on the C8051F330 phase test source code
测试相位
基于C8051F330的相位测试源代码
-test phase based on the C8051F330 phase test source code
- 2022-12-01 12:30:03下载
- 积分:1
-
图像的二值化处理
实现二值化,当像素值(r+g+b)/3>128时设为255,当像素值小于128时设置为0.做归一化处理后,2值化的颜色 1为白,0为黑。边缘部分,计算有误差,255,254,253,252 就算白,0,1,2,3,4就算黑。屏幕显示时,肉眼是分辨不出这点误差的。你可以对2值化后的图像值作归一化处理,得到1和0,然后再放大(乘255),就可得到满意的数值。至于左边界上 1 254 253, 0 255 255,可能是2值化前,颜色原本就有差别。不是2值化的错误。
- 2022-09-03 03:00:05下载
- 积分:1