-
数制转换器,可以在二进制,十进制,十六进制间转换,蛮实用的
数制转换器,可以在二进制,十进制,十六进制间转换,蛮实用的-Number System converter, can be binary, decimal, hexadecimal inter-conversion, pretty and practical
- 2022-02-02 13:39:47下载
- 积分: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
-
此程序为潮流计算中的雅克比矩阵程序,也是潮流计算的核心部分。...
此程序为潮流计算中的雅克比矩阵程序,也是潮流计算的核心部分。-This program for the power flow calculation of the Jacobian matrix program, but also the core of the power flow calculation.
- 2022-02-02 22:29:19下载
- 积分:1
-
Huawei various communications infrastructure database engineers and answer diffi...
华为各类工程师通信基础题库以及答案,很难的哦-Huawei various communications infrastructure database engineers and answer difficult oh
- 2022-03-01 18:01:06下载
- 积分:1
-
ISI密钥,
ISI密钥,-ISI keys
- 2022-01-25 22:08:40下载
- 积分:1
-
Oracel9i in the windows of the installation and configuration method
Oracel9i在windows下的安装及配置方法-Oracel9i in the windows of the installation and configuration method
- 2023-02-01 00:55:03下载
- 积分:1
-
SSD1928英文数据手册,48页,很详细。
SSD1928英文数据手册,48页,很详细。-SSD1928 Data Sheet in English, 48 pages, very detailed.
- 2022-02-26 20:43:21下载
- 积分:1
-
这是一些很常用的c51程序,使用起来很方便,推荐给大家
这是一些很常用的c51程序,使用起来很方便,推荐给大家-which is a very common procedure decoder, very easy to use and recommend it to everyone
- 2022-05-22 20:20:25下载
- 积分:1
-
贸易公司做为商品供应商和客户的中介机构,储存并管理着大量的商品供应商所提供的商品信息和客户需求的信息,要处理大量的输入,修改,查询信息,该软件能解决该问题,并能...
贸易公司做为商品供应商和客户的中介机构,储存并管理着大量的商品供应商所提供的商品信息和客户需求的信息,要处理大量的输入,修改,查询信息,该软件能解决该问题,并能清晰的显示出所有的信息,并提供管理者权限,供不同管理员查询。 运行环境 操作系统:Microsoft 系列操作系统 支持环境:IIS 5.0 数 据 库:Microsoft ACCE-commodity trading companies as suppliers and customers of the intermediary, storage and management of a large quantity of goods provided by the suppliers of goods and information needs of the customers information, a great deal of input, modify, for information, the software can solve the problem, and clearly demonstrated that all of the information, managers and provide authority for different administrators inquiries. Runtime Environment Operating System : Microsoft operating system support environment : IIS 5.0 database : Microsoft Acce
- 2022-07-19 17:14:18下载
- 积分:1
-
入侵检测系统snort,代码纷繁复杂,程序文件很多,对于新手,很难分析清楚源代码,但是源代码确实研究入侵检测系统分场重要的工具。
本资料详细分析了入侵检测...
入侵检测系统snort,代码纷繁复杂,程序文件很多,对于新手,很难分析清楚源代码,但是源代码确实研究入侵检测系统分场重要的工具。
本资料详细分析了入侵检测系统snort的体系结构,程序源代码,主要数据结构和重要函数。-Intrusion Detection System snort, complex code, a lot of program files, for novices, it is difficult to analyze the source code, but the study of the source code is indeed an important breakout intrusion detection system tools. A detailed analysis of the information system snort intrusion detection architecture, the program source code, the main data structure and an important function.
- 2022-11-03 13:05:04下载
- 积分:1