油醋三椒
Score: 115
Uploads: 5
Downloads: 90
Create time: 2019-11-11 17:58:45
Upload log:
选择排序.rar - 该文件中包括了选择排序算法的详细汇编代码和解释。
code_hdu_traffic.rar - Avin is observing the cars at a crossroads. He finds that there are n cars running in the east-west direction with the i-th car passing the intersection at time ai . There are another m cars running in the north-south direction with the i-th car passing the intersection at time bi . If two cars passing the intersections at the same time, a traffic crash occurs. In order to achieve world peace and harmony, all the cars running in the north-south direction wait the same amount of integral time so that no two cars bump. You are asked the minimum waiting time.
code_hdu.rar - For a positive integer n, let’s denote function f(n,m) as the m-th smallest integer x that x>n and gcd(x,n)=1. For example, f(5,1)=6 and f(5,5)=11.
You are given the value of m and (f(n,m)?n)⊕n, where ``⊕’’ denotes the bitwise XOR operation. Please write a program to find the smallest positive integer n that (f(n,m)?n)⊕n=k, or determine it is impossible.
Input
The first line of the input contains an integer T(1≤T≤10), denoting the number of test cases.
In each test case, there are two integers k,m(1≤k≤1018,1≤m≤100).
Output
For each test case, print a single line containing an integer, denoting the smallest n. If there is no solution, output ``-1’’ instead.
decision-trees-code.rar - 该文件中包括了决策树的详细实现代码,分为函数实现和编程实现
图像滤波处理.rar - 该文件中包含用 opencv 函数实现中值、均值、高斯、双边滤波以及自己编程代码实现的中值、均值、高斯、双边滤波
Download log:
Favorite: