码迷,mamicode.com
首页 >  
搜索关键字:rep    ( 1080个结果
052-160
View the Exhibit to observe the roles assigned to the SLP_REP user. Which statement is true about the assignment of the SELECT_CATALOG_ROLE role to th ...
分类:其他好文   时间:2017-12-14 19:26:03    阅读次数:203
非开发机直接修改代码
REPORT ZTEST_MAXWELL. DATA: BEGIN OF srctab1 OCCURS 1, txt(255) TYPE c, END OF srctab1. PARAMETERS: rep LIKE trdir-name. AT SELECTION-SCREEN. START-OF ...
分类:其他好文   时间:2017-12-14 14:03:23    阅读次数:141
POJ - 1157
```C++ include include include include define rep(i,j,k) for(int i = j; i n m){ rep(i,1,n)rep(j,1,m)cin a[i][j]; memset(dp,0,sizeof dp); rep(i,1,n)dp[ ...
分类:其他好文   时间:2017-12-12 17:28:38    阅读次数:151
Codeforces - 440C DFS
搜索苦手,注意正负 C++ include define rep(i,j,k) for(int i = j; i n) cout ...
分类:其他好文   时间:2017-12-10 14:40:44    阅读次数:128
BZOJ 1597: [Usaco2008 Mar]土地购买
BZOJ 1597: [Usaco2008 Mar]土地购买 Description 农夫John准备扩大他的农场,他正在考虑N (1 include include include include define fo(i,a,b) for(int i=a;i=b;i ) define rep(i, ...
分类:其他好文   时间:2017-12-07 18:58:09    阅读次数:114
js 提取某()特殊字符串长度
// 提取特殊字符串长度(scrstr 源字符串 armstr 特殊字符) getStrCount: function(scrstr, armstr) { var count = 0; while (scrstr.indexOf(armstr) >= 1) { scrstr = scrstr.rep... ...
分类:Web程序   时间:2017-12-05 20:13:58    阅读次数:259
ABCCC
include define rep(i,j,k) for(int i = j; i que; que.push(s);dis[s]=0;inq[s]=1; while(!que.empty()){ int u = que.front(); que.pop(); inq[u]=0; for(int ...
分类:其他好文   时间:2017-12-05 17:36:02    阅读次数:229
yum安装zabbix
1:首先在安装zabbix之前首先要安装epel源(wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo) 或者配置zabbix仓库 # vim /etc/yum.repo.d/zabbix.rep ...
分类:其他好文   时间:2017-11-29 22:46:10    阅读次数:228
10806
```C++ int main(){ int n1,m; int a[maxn],b[maxn],c[maxn]; while(scan(n1)!=EOF){ if(n1==0)break; scan(m); rep(i,1,m){ scannn(a[i],b[i],c[i]); } s=n1+1; ...
分类:其他好文   时间:2017-11-28 13:26:40    阅读次数:153
手速宏
也就常见那些 c++ define rep(i,j,k) for(int i = j; i ...
分类:其他好文   时间:2017-11-28 11:43:30    阅读次数:96
1080条   上一页 1 ... 35 36 37 38 39 ... 108 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!