码迷,mamicode.com
首页 >  
搜索关键字:prev    ( 622个结果
Linux内核之旅 链表实现
1 #include "stdio.h" 2 #include "stdlib.h" 3 4 struct list_head{ 5 struct list_head *prev; 6 struct list_head *next; 7 }; 8 9 struct task{1...
分类:系统相关   时间:2014-05-05 10:10:11    阅读次数:462
组合数学笔记
组合数学、-排列组合数----sum求sum=sum*(m--)/i;----二维数组递推(打表)---原始公式(单个)数字太大,用分子分母约分-全排列模板-----生成全排列函数prev_permutation和next_permutation区别http://www.cnblogs.com/zh...
分类:其他好文   时间:2014-04-29 10:31:46    阅读次数:408
622条   上一页 1 ... 61 62 63
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!