- 博客(4)
- 收藏
- 关注
原创 GUI axes handle 循环问题
axes(handles.axes9); 基本表达 axes(handles.(['axes',num2str(9)])); 可将9替换为ii用循环批量处理 之前尝试过,是不行的: axes(handles.axes(num2str(9))); axes(handles.axes(9)); 也会报错 详见https://cn.mathworks.com/
2018-02-04 16:07:07
976
原创 Codeforces Gym 101061 J Cola (巧妙的思维题)
#include #include #include #include #include using namespace std; int main() { int t,n,m,i,sheng; int x,y; __int64 rong[100005]; __int64 a[100005]; cin>>t; while(t--) {
2016-10-30 20:37:47
515
原创 Codeforces Gym 101061 B RGB plants(矩阵快速幂)
#include #include #include using namespace std; int MOD = 1000000007; struct Mat{ __int64 a[3][3]; int i,j,k; void init() { memset(a, 0, sizeof(a)); a[0][0] =
2016-10-30 20:26:57
413
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人