psy专题

E - Okabe and El Psy Kongroo CodeForces - 821E

Okabe likes to take walks but knows that spies from the Organization could be anywhere; that’s why he wants to know how many different walks he can take in his city safely. Okabe’s city can be represe

EL PSY CONGROO

加粗样式 #include <bits/stdc++.h>using namespace std;int mod = 98319; vector<int> edge[100500];int vis[100500];int rcd[100500];bool flag;int solve(int st, int ed){if (st == ed){return flag = 1;

Codeforces Round #420 (Div. 2) E. Okabe and El Psy Kongroo(矩阵快速幂)

题目链接:http://codeforces.com/contest/821/problem/E dp[i][j]=dp[i-1][j-1]+dp[i-1][j]+dp[i-1][j+1]然后构造矩阵转移就行了。。。貌似没啥难度? 代码: #include<bits/stdc++.h>using namespace std;const int MAXN=105;cons

【codefoces821E】 Okabe and El Psy Kongroo【Dp+矩阵快速幂】

题目链接:https://vjudge.net/problem/CodeForces-821E 题意: 我们现在位于(0,0)处,目标是走到(K,0)处。 每一次我们都可以从(x,y)走到(x+1,y-1)或者(x+1,y)或者(x+1,y+1)三个位置之一,且 y <= c [ i ] 。 问我们从起点走到终点的行走方案数。 题解: 我也分不清这改叫递推还是DP 总之方程很好写

不知如何选股?不知哪种指标策略可靠?量化分析比较DBCD、ROC、VROC、CR、PSY指标策略收益情况

前言 从股票市场开始到现在,已经研究出了众多的指标,但是在使用的时候会发现,由于第二天股价的未知波动,指标显示的情况并不一定每次都准确,总是会存在误判的情况。对于这种不可避免的情况而言,我们只能想办法将其量化、计算根据策略操作后的收益率、估计误判的概率等 本文先选择了 DBCD、ROC、VROC、CR、PSY 五种指标来量化(一共会考虑了三十多种指标,由于篇幅问题一次讨论五种),然后用十支股票