上一页 1 2 3 4 5 6 7 ··· 9 下一页

Java视频

摘要: http://www.bjsxt.com/2014/down_0425/34.html 阅读全文
posted @ 2017-08-03 11:45 霸王程 阅读(87) 评论(0) 推荐(0) 编辑

关键字

摘要: https://wenku.baidu.com/view/85065684e53a580216fcfe24.html 阅读全文
posted @ 2017-08-02 21:26 霸王程 阅读(63) 评论(0) 推荐(0) 编辑

数据库

摘要: http://blog.csdn.net/codeeer/article/details/30237597/ 阅读全文
posted @ 2017-08-02 19:13 霸王程 阅读(69) 评论(0) 推荐(0) 编辑

jiayou

摘要: LinearLayout、RelativeLayout、GridView、ListView、Button、RadioButton、EditView、TextView、Switch、CalendarView、DatePicker、DatePickerDialog、TimePicker、TimePick 阅读全文
posted @ 2017-08-02 15:00 霸王程 阅读(322) 评论(0) 推荐(0) 编辑

Java格式

摘要: http://blog.sina.com.cn/s/blog_5c51172c0102v499.html 阅读全文
posted @ 2017-08-02 11:34 霸王程 阅读(86) 评论(0) 推荐(0) 编辑

专利

摘要: 职务发明的详细技术说明 利用音色对人进行识别判断 2.技术领域 写明本发明或实用新型要求保护的技术方案所属的技术领域。 3.背景技术的描述 【现有技术】(别人现在是怎么做的?) 结合相关图(示意图、框图、流程图、电路等),对现有技术进行详细描述 若出现专用术语,请对这些专用术语进行详解。 存在的技术 阅读全文
posted @ 2017-07-27 19:09 霸王程 阅读(319) 评论(0) 推荐(0) 编辑

日历

摘要: https://wenku.baidu.com/view/658766f9a8114431b80dd86a.html http://blog.csdn.net/onlyonecoder/article/details/8481799 https://wenku.baidu.com/view/90c0 阅读全文
posted @ 2017-07-27 10:47 霸王程 阅读(83) 评论(0) 推荐(0) 编辑

paimai

摘要: #include int data[8][4]={0}; int b[3][3]={1,1,0, 1,0,1, 0,1,1}; int sp[17]={0}; int n,m; //n是拍卖品 m是人数 int max=0; void dfs(int step,int mon) { if(step==m) ... 阅读全文
posted @ 2017-02-27 15:33 霸王程 阅读(141) 评论(0) 推荐(0) 编辑

boluen

摘要: #include int n; int min; int i; int num[5]; int vist[5]; void dfs(int step,int sum) { if(step==n) { if(sum>min) min=sum; return; } for(i=0;i<n;i++) { int iz,iy,flagz,flagy; if(!vist[i... 阅读全文
posted @ 2017-02-27 15:23 霸王程 阅读(68) 评论(0) 推荐(0) 编辑

qiqiu

摘要: #include int num[5]; int visit[5]; int n,min,k; void dfs(int step , int sum) { if(step==n) { if(sum>min) min=sum; return ; } for(int i=0;i<... 阅读全文
posted @ 2017-02-27 11:11 霸王程 阅读(150) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 9 下一页