摘要: 开发一款小功能,核心功能是二维码扫描,然后发送到远端服务器。App结构分为两个Activity,Activity A 负责二维码扫描,然后将参数存到本地,再启动Activity B,在Activity B中,需要打开前置摄像头拍照。实际代码写好之后, 单独运行A,B都没问题,但是串起来就有问题。 L 阅读全文
posted @ 2016-04-07 22:01 Yellowman 阅读(737) 评论(0) 推荐(0) 编辑
摘要: 使用DFS出现超时,改成bfs DFS bfs 最后一个测试用例一直MLE,后来用指针优化,就报超时了。 后来参考 https://www.zhihu.com/question/28264519,把队列删除语句省掉,set省掉,终于AC了! 阅读全文
posted @ 2016-04-06 16:39 Yellowman 阅读(529) 评论(0) 推荐(0) 编辑
摘要: 来自http://blog.csdn.net/tiantangrenjian/article/details/16868399 set_intersection 交集 set_union 并集 set集合没有重复数字 阅读全文
posted @ 2016-03-28 13:12 Yellowman 阅读(140) 评论(0) 推荐(0) 编辑
摘要: #include #include #include using namespace std; int n; string c[100]; string res; int fir=1; int ok=0; string line; int main() { cin>>n; getline(cin,line); for(int i=0;i=0&&q>=0){ if(res[p]... 阅读全文
posted @ 2016-03-28 12:26 Yellowman 阅读(147) 评论(0) 推荐(0) 编辑
摘要: #include using namespace std; string a; int expo; int dotPos; int expoPos; int i; int main(){ cin>>a; if(a[0]=='+'||a[0]=='-'){ if(a[0]=='-'){cout0){ if((expoPos-dotPos)<=(expo+1)){ cout<<b... 阅读全文
posted @ 2016-03-27 21:03 Yellowman 阅读(130) 评论(0) 推荐(0) 编辑
摘要: #include #include #include using namespace std; int nc,np; vector vc,vp; int tmp; int i,j; int total; int main(){ cin>>nc; for(i=0;i>tmp; vc.push_back(tmp); } cin>>np; for(int i=0;i>tmp; ... 阅读全文
posted @ 2016-03-27 20:27 Yellowman 阅读(111) 评论(0) 推荐(0) 编辑
摘要: #include #include using namespace std; int n,m; map imgMap; int maxV=0; int v; int main(){ cin>>n>>m; for(int i=0;i>tmp; imgMap[tmp]++; if(imgMap[tmp]>maxV){ maxV=imgMap[tmp]; v=tmp... 阅读全文
posted @ 2016-03-27 19:21 Yellowman 阅读(114) 评论(0) 推荐(0) 编辑
摘要: #include #include using namespace std; int sizeMax,n,k; stack sta; int queueNum; int num; int j;int flag=0; int main(){ cin>>sizeMax>>n>>k; while(k--){ while(!sta.empty()){sta.pop();} queueNu... 阅读全文
posted @ 2016-03-27 18:53 Yellowman 阅读(119) 评论(0) 推荐(0) 编辑
摘要: #include #include using namespace std; int n; string card[54]={"S1","S2","S3","S4","S5","S6","S7","S8","S9","S10","S11","S12","S13", "H1","H2","H 阅读全文
posted @ 2016-03-27 17:50 Yellowman 阅读(120) 评论(0) 推荐(0) 编辑
摘要: #include #include #include using namespace std; struct Student{ string name; string gender; string id; int grade; int idd; }; int n; bool cmp(Student a,Student b){ return a.grade studentSet;... 阅读全文
posted @ 2016-03-27 16:16 Yellowman 阅读(377) 评论(0) 推荐(0) 编辑
TVRBMExqRXlPQzR5TXpjdU1UVTEK\n