-
c语言之存储篇,从基础学起,让你彻底精通c语言的应用。
c语言之存储篇,从基础学起,让你彻底精通c语言的应用。-memory of c language,learn form base,lead you to be well up to application of c language
- 2022-11-24 06:05: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
-
电磁波传播工具
应用背景这是一套工具在Python语言容易模拟均匀平面波传播的相关参数(超纯水)如相量(在时谐平面波的情况下),群速度,斜入射,反射和驻波模式 ;由反射。该工具集也模拟和参数相关的不同的天线的安排,如天线阵列天线和天线。关键技术这些代码与电磁理论的中间知识有关。一旦你理解麦斯威尔方程的下一步是理解电磁波传播的概念及其最简单和最重要的情况下(均匀平面波)。这个理论基本上是相同的传输线,是基础的导波,天线和微波工程理论。这些理论是必不可少的几乎所有的现代消费电子设备和无数的其他射频设备(如用于物联网的物联网设备)。
- 2023-06-19 14:55:03下载
- 积分:1
-
dvi解码输出后的数据处理,缓存后对数据进行灰度转换,采用64级灰度显示...
dvi解码输出后的数据处理,缓存后对数据进行灰度转换,采用64级灰度显示-the issue of the data from the dvi interface
- 2022-03-06 13:00:51下载
- 积分:1
-
用matlab来实现MFCC的提取,并进行测试
用matlab来实现MFCC的提取,并进行测试-using Matlab MFCC to achieve the extraction and testing
- 2022-07-09 16:57:41下载
- 积分:1
-
The information is to introduce the I2C protocol and application programming inf...
该资料是介绍I2C协议和编程应用的资料,对于I2C编程的人员来说,是很有用的一份资料。-The information is to introduce the I2C protocol and application programming information, for I2C programming staff, it is a very useful information.
- 2022-07-05 04:29:16下载
- 积分:1
-
用来检查文件之间的相似程度
用来检查文件之间的相似程度-used to check the documents of the similarity between the
- 2022-02-15 03:01:12下载
- 积分:1
-
非常有用的资料,做硬件设计的工程师必须会的基础内容
非常有用的资料,做硬件设计的工程师必须会的基础内容-Very useful information to do hardware design engineers must be the basis of content
- 2023-08-26 23:55:03下载
- 积分:1
-
宽带接入课件
宽带接入课件-Broadband access courseware
- 2022-06-28 12:18:33下载
- 积分:1
-
把字库输出的24*24点阵的字符转换成12*24点阵,在逻辑片显示中应用比较合适...
把字库输出的24*24点阵的字符转换成12*24点阵,在逻辑片显示中应用比较合适-The font output 24* 24 dot matrix characters into 12* 24 lattice, in the logic of the application showed more appropriate to
- 2022-03-20 08:09:47下载
- 积分:1