-
MATLAB PCM
实现通信原理上的PCM(脉冲编码调制)调制与解调等 功能-MATLAB PCM
- 2022-04-10 04:53:59下载
- 积分:1
-
出租车模型论文为国内数学建模的试题论文.该论文获国家一等奖....
出租车模型论文为国内数学建模的试题论文.该论文获国家一等奖.-Taxi model paper for domestic mathematical modeling of the test papers. The paper won the national first prize.
- 2022-06-13 01:07:09下载
- 积分:1
-
一个vc6.0编译boostregex图书馆下。使用简单方便,做…
一个在vc6.0下编译好的boostregex库。使用简单方便,不用编译-Under a vc6.0 compiled boostregex library. The use of simple and convenient, do not compile
- 2022-01-25 18:34:08下载
- 积分:1
-
2048实现QT
这是一个2048实现了Qt,您可以在Windows IOS OS X的Linux甚至黑莓打造!它很容易阅读。如果你可以看到QML和JavaScript。
- 2023-08-31 04:50:03下载
- 积分:1
-
latest Java
最新的Java反编译工具,支持目录级的反编译,也支持双击.class文件就可查看源文件,只限用于学习交流使用。-latest Java-compiler tool to support the anti-directory level compiler, and also supports double-click. Class documents can view the source documents, only to learn to share.
- 2022-02-05 11:26:50下载
- 积分:1
-
有趣的ASP编程哦,希望和大家一起分享,挺好玩的哦
有趣的ASP编程哦,希望和大家一起分享,挺好玩的哦-interesting ASP Programming Oh, and hopes to share with everyone, is very good, with the oh
- 2023-01-16 09:15:04下载
- 积分: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
-
我用ARM写的一些东西,大家帮忙看看,感激不尽
我用ARM写的一些东西,大家帮忙看看,感激不尽
-I use the ARM write something to help everyone to see, very grateful
- 2022-03-07 12:29:38下载
- 积分:1
-
AT91SAM7S256开发板基础demo,已验证
AT91SAM7S256开发板基础demo,已验证-AT91SAM7S256 development board based on demo, verified
- 2022-08-15 22:38:14下载
- 积分:1
-
BFSK.在MALAb环境下编的。短小精干,很适合在程序中作为一个fuction来用。...
BFSK.在MALAb环境下编的。短小精干,很适合在程序中作为一个fuction来用。-BFSK. MALAb environment in the series. Short crack, and is very suitable for the process as a fuction use.
- 2022-03-28 20:14:11下载
- 积分:1