-
Used to calculate the PMV
用来计算PMV-PPD指标
采用了ASHRE的标准算法-Used to calculate the PMV-PPD index of the standard algorithm used ASHRE
- 2022-04-11 09:29:05下载
- 积分: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
-
回溯算法中的连续邮资问题
回溯算法中的连续邮资问题-backtracking algorithms for the problem of postage
- 2022-01-26 05:26:23下载
- 积分:1
-
易Mplayer起动器。写的很像HTA应用。
Easy MPlayer starter. Written like HTA Application.
- 2022-03-24 15:46:08下载
- 积分:1
-
穿口助手
穿口助手-Assistant to wear mouth
- 2022-02-15 10:21:28下载
- 积分:1
-
MFC做的时钟程序
MFC做的时钟程序-MFC procedures so that the clock
- 2022-02-04 03:01:06下载
- 积分:1
-
雷傲极酷超级论坛LeoBBS X 040601 简体正式版
雷傲极酷超级论坛LeoBBS X 040601 简体正式版-mine very proud Super Cool Forum LeoBBS X 040601 English version
- 2022-12-19 12:05:04下载
- 积分:1
-
Flash Communication Server
Flash Communication server
- 2022-01-26 04:23:26下载
- 积分:1
-
用法:无效CRC(int,int,int)
Usage: void CRC(int*, int,int)
Input: XAR0:coded data(InputData)
XAR1:decoded CRC bits(CrcPoly)
T0: Length of coded data(CodeOutlen)
T1: Length of CRC bits(CrcPolylen)
Return: NO
Altered Registers: AC0-AC2,T2
Others: 8 bits of AC0 LSB is CRCcheck bit-Usage: void CRC (int*, int*, int, int) Input: XAR0: coded data (InputData) XAR1: decoded CRC bits (CrcPoly) T0: Length of coded data (CodeOutlen) T1: Length of CRC bits (CrcPolylen) Return: NO Altered Registers: AC0-AC2, T2 Others: 8 bits of AC0 LSB is CRCcheck bit
- 2022-01-26 03:25:53下载
- 积分:1
-
A personnel system, code and databases.
一个有关人事系统的所有代码和有关文件包括里面小量数据库。-A personnel system, code and databases.
- 2023-04-02 14:15:04下载
- 积分:1