题目描述 Welcome to SAO ( Strange and Abnormal Online)。这是一个 VR MMORPG, 含有 n 个关卡。但是,挑战不同关卡的顺序是一个很大的问题。 有 n – 1 个对于挑战关卡的限制,诸如第 i 个关卡必须在第 j 个关卡前挑战, 或者完成了第 k ...
分类:
其他好文 时间:
2020-02-02 23:34:35
阅读次数:
83
fft - find the frequency of a signal %% inputs: time, displacement, lift and drag coefficents % author: guofei, kaiming ai % output: normalised displa ...
分类:
其他好文 时间:
2020-01-16 23:37:50
阅读次数:
84
Now, here is a fuction: F(x) = 6 * x^7+8*x^6+7*x^3+5*x^2-y*x (0 <= x <=100)Can you find the minimum value when x is between 0 and 100. 题意,输入一个y,然后确定这个 ...
分类:
其他好文 时间:
2020-01-13 23:42:37
阅读次数:
108
code for FFT of time history of lift, displacement, drag of a vibrating cylinder # author: guofei, HIT clear; clc; %% read data data=xlsread('gap1Ur8. ...
分类:
其他好文 时间:
2020-01-11 16:39:24
阅读次数:
75
í一、概念 1、支持度support:数据集中A、B同时出现的频率,即 P(AB) = Freq(AB) / N 2、置信度confidence:在A出现的条件下,B出现的频率,即 置信度P(A->B) = Freq(AB) / Freq(A) 3、提升度lift:left = 支持度(AB) / ...
分类:
其他好文 时间:
2019-12-31 18:43:22
阅读次数:
92
思路: 对数组的前k + 1个元素询问k + 1次,结果会出现两个数字,分别是第m大的数和第m + 1大的数。并且,第m + 1大的数将出现m次,第m大的数将出现k + 1 - m次。因此,统计较大的那个数出现的次数即是答案。 实现: ...
分类:
其他好文 时间:
2019-12-30 13:03:46
阅读次数:
93
参考文章地址https://www.52pojie.cn/thread 936377 1 1.html https://qrzbing.cn/2019/04/27/CISCN2019 strange int/ 下载拿到文件使用linux file命令查看一下文件类型 为DOS/MBR主引导扇区。 放 ...
分类:
其他好文 时间:
2019-12-22 16:12:03
阅读次数:
122
Sherlock Holmes received a note with some strange strings: Let's date! 3485djDkxh4hhGE 2984akDfkkkkggEdsb s&hgsfdk d&Hyscvnm. It took him only a minut ...
分类:
其他好文 时间:
2019-12-17 17:57:53
阅读次数:
93
链接: https://vjudge.net/problem/LightOJ 1318 题意: In a country named "Ajob Desh", people play a game called "Ajob Game" (or strange game). This game is ...
分类:
其他好文 时间:
2019-12-10 22:52:42
阅读次数:
161
问题描述: 如题 解决方案: https://github.com/sdras/night owl vscode theme/issues/176 Hm, strange. Have you tried shift + ctrl P and then Preferences: Color Theme ...
分类:
其他好文 时间:
2019-12-09 21:54:01
阅读次数:
121