码迷,mamicode.com
首页 >  
搜索关键字:int    ( 143001个结果
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
IOS中Block的循环引用
@interface DemoObj()@property (nonatomic, strong) NSOperationQueue *queue;@end@implementation DemoObj- (instancetype)init{ self = [super init]; ...
分类:移动开发   时间:2014-05-01 20:28:37    阅读次数:917
求行列式的值(递归)
/*#include #include #define N 100#define LIM -100000000float det(float a[N][N],int n){ if(n==1) return a[0][0]; if(n==2) return a[...
分类:其他好文   时间:2014-05-01 20:26:45    阅读次数:322
MySQL主从复制与读写分离
MySQL主从复制(Master-Slave)与读写分离(MySQL-Proxy)实践Mysql作为目前世界上使用最广泛的免费数据库,相信所有从事系统运维的工程师都一定接触过。但在实际的生产环境中,由单台Mysql作为独立的数据库是完全不能满足实际需求的,无论是在安全性,高可用性以及高并发等各个方面...
分类:数据库   时间:2014-05-01 20:26:09    阅读次数:574
创立Est?Design华服高级成衣定制工作室 - 北京服装学院-莱佛士国际学院
创立Est?Design华服高级成衣定制工作室 - 北京服装学院-莱佛士国际学院创立Est?Design华服高级成衣定制工作室创立Est?Design华服高级成衣定制工作室童雪涛“专业成就理想。北服莱佛士国际学院的特色教育模式让我对服装行业有了更深的认识,它为我打开了无限发挥的空间。”来自浙江的童雪...
分类:其他好文   时间:2014-05-01 20:22:33    阅读次数:529
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!