-
最新的水表检验规程,这个很重要的!特别是从事表类行业的兄弟们!谢谢你们的支持,我们一起进步!...
最新的水表检验规程,这个很重要的!特别是从事表类行业的兄弟们!谢谢你们的支持,我们一起进步!-Latest meter test a point of order, this very important! Particularly those engaged in table-type industries brothers! Thank you for your support, we progress together!
- 2022-03-22 23:27:43下载
- 积分:1
-
这是一个猜数字的小游戏,当用户输入一个数字开始猜后,程序会根据用户所猜的数字大小和正确答案来比较,然后提示用户数字是猜大了还是小了,让用户继续猜,直到正确....
这是一个猜数字的小游戏,当用户输入一个数字开始猜后,程序会根据用户所猜的数字大小和正确答案来比较,然后提示用户数字是猜大了还是小了,让用户继续猜,直到正确.-This is a small viewing of the game, when a user input figures began to guess, the procedures under which users guess the number and size compared to the correct answer, and then prompts the user to guess the number is larger or smaller, allows users to guess until right.
- 2023-02-27 20:20: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
-
简单的二分查找算法,用java语言实现,
简单的二分查找算法,用java语言实现,-A simple binary search algorithm
- 2022-03-25 18:45:31下载
- 积分:1
-
document literacy fread and fwrite function, documents a functional literacy fun...
文件读写函数fread和fwrite ,文件读写函数功能1-document literacy fread and fwrite function, documents a functional literacy function
- 2022-05-16 15:00:13下载
- 积分:1
-
0120_
0120_基于GPSGSM和MSP430的巡检手持终端的设计与实现 -0120_-based inspection GPSGSM and the handheld terminal MSP430 Design and Implementation
- 2022-05-31 04:10:24下载
- 积分:1
-
SSB modulation code Itcan help you to test you matlab
SSB modulation code Itcan help you to test you matlab-SSB modulation code Itcan help you to test you matlab
- 2022-03-25 06:33:41下载
- 积分:1
-
Windows墙纸更改事例
Windows墙纸更改事例-Windows wallpaper changes examples
- 2022-07-14 16:38:06下载
- 积分:1
-
for wince freescale csi driver
for wince freescale csi driver
- 2022-01-21 21:48:37下载
- 积分:1
-
用matlab来实现MFCC的提取,并进行测试
用matlab来实现MFCC的提取,并进行测试-using Matlab MFCC to achieve the extraction and testing
- 2022-07-09 16:57:41下载
- 积分:1