码迷,mamicode.com
首页 >  
搜索关键字:ext    ( 40754个结果
再学Java 之 private、protected、public和default的作用域
public、private、protected和default的作用域
分类:编程语言   时间:2014-05-01 20:51:32    阅读次数:473
hdu acm 1425 sort(哈希表思想)
sortTime Limit: 6000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 25803Accepted Submission(s): 7764Problem Descr...
分类:其他好文   时间:2014-05-01 20:50:16    阅读次数:583
Requirement-Driven Linux Shell Programming
Requirement-Driven Linux Shell ProgrammingRequirement-Driven Linux Shell ProgrammingTable of Contents1. Where can I find the basic Material about Linu...
分类:系统相关   时间:2014-05-01 20:40:05    阅读次数:678
ubuntu中文件夹的作用
/bin系統有很多放置執行檔的目錄,但/bin比較特殊。因為/bin放置的是在單人維護模式下還能夠被操作的指令。 在/bin底下的指令可以被root與一般帳號所使用,主要有:cat, chmod, chown, date, mv, mkdir, cp, bash等等常用的指令。/sbinLinux....
分类:其他好文   时间:2014-05-01 20:38:49    阅读次数:397
[栈和队列]从中缀向后缀转换表达式
1 #include 2 #include 3 #include 4 #define INIT_STACK_SIZE 100 5 typedef struct 6 { 7 char * chOperator; 8 int dwtop; 9 }OPND;10 11 void I...
分类:其他好文   时间:2014-05-01 20:37:37    阅读次数:373
【线性表】一元多项式相乘
1 /* PRESET CODE BEGIN - NEVER TOUCH CODE BELOW */ 2 3 #include 4 #include 5 6 typedef struct node 7 { int coef, exp; //coe...
分类:其他好文   时间:2014-05-01 20:33:27    阅读次数:342
工科楼北面的那个坑
1 #include 2 #include 3 4 typedef struct mdata 5 { 6 int *pTime; 7 int width; 8 int hight; 9 struct mdata *pre; 10 st...
分类:其他好文   时间:2014-05-01 20:32:48    阅读次数:348
[栈和队列]括号匹配
1 #include 2 #include 3 #include 4 #define INIT_STACK_SIZE 100 5 typedef struct 6 { 7 char * chOperator; 8 int dwtop; 9 }OPND;10 11 void I...
分类:其他好文   时间:2014-05-01 20:32:11    阅读次数:366
POJ 2342 (树形DP)
Anniversary partyTime Limit:1000MSMemory Limit:65536KTotal Submissions:3863Accepted:2172DescriptionThere is going to be ...
分类:其他好文   时间:2014-05-01 20:30:03    阅读次数:311
SharePoint列表数据展现方法
方法1:Guid guid = new Guid ("{8238B046-EC5F-46B6-8E18-028F77EC2620}");SPSite Asite = new SPSite ("http://mosslt/");SPList list = Asite.RootWeb.Lists[gui...
分类:其他好文   时间:2014-05-01 18:38:35    阅读次数:290
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!