上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 42 下一页
摘要: find -name gmm-copy ./kaldi/src/gmmbin/gmm-copy ./kaldi/src/gmmbin/gmm-copy --binary=false ~/kaldi/egs/yesno/s5/exp/mono0a/final.mdl final.mdl.txt 阅读全文
posted @ 2021-08-29 18:18 智人心 阅读(79) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cstring> #include<cstdio> using namespace std; const int maxn = 1005; const int N = 1000005; int data[maxn][maxn]; int nex 阅读全文
posted @ 2021-08-25 14:06 智人心 阅读(121) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cstring> #include<bitset> #include<cstdio> using namespace std; const int maxn = 1005; bitset<maxn>data[maxn]; int n,m; vo 阅读全文
posted @ 2021-08-25 12:50 智人心 阅读(51) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cstdio> using namespace std; const int maxn = 100005; int data[maxn]; int n,m; bool test(int min){ int i,sum=0,group=1; fo 阅读全文
posted @ 2021-08-25 10:39 智人心 阅读(31) 评论(0) 推荐(0)
摘要: #include<iostream> #include<algorithm> #include<cstdio> using namespace std; struct Node{ int v,b; }node[25]; bool cmp(Node n1,Node n2){ return n1.v<n 阅读全文
posted @ 2021-08-25 09:46 智人心 阅读(29) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cstring> #include<cstdio> #include<queue> #define ll long long #define N 50005 #define INF (1LL<<60) using namespace std; 阅读全文
posted @ 2021-08-21 19:59 智人心 阅读(39) 评论(0) 推荐(0)
摘要: #include<cstdio> int main(){ int a,b,c,t; scanf("%d",&t); while(t--){ scanf("%d%d%d",&a,&b,&c); if((b==9&&c==30)||(b==11&&c==30)||!((b+c)&1))printf("Y 阅读全文
posted @ 2021-08-19 19:23 智人心 阅读(21) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cstring> #include<cstdio> using namespace std; struct Node{ char c; char d[5]; }node[30]; int main(){ char data[30][5] = { 阅读全文
posted @ 2021-08-19 14:45 智人心 阅读(67) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cstdio> #include<cstring> using namespace std; char data[10005][20],t[20],ans[10005][20]; int cnt_ans,count; void cmp(){ i 阅读全文
posted @ 2021-08-19 13:23 智人心 阅读(54) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cstring> #include<cstdio> #include<queue> using namespace std; int ans; int data[10][10],visit[10][10]; struct Node{ int x 阅读全文
posted @ 2021-08-19 01:30 智人心 阅读(31) 评论(0) 推荐(0)
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 42 下一页