摘要:
Description Order is an important concept in mathematics and in computer science. For example, Zorn's Lemma states: ``a partially ordered set in w... 阅读全文
posted @ 2014-08-07 18:09 蓝空 阅读(156) 评论(0) 推荐(0)
|
||
|
摘要:
Description Order is an important concept in mathematics and in computer science. For example, Zorn's Lemma states: ``a partially ordered set in w... 阅读全文
posted @ 2014-08-07 18:09 蓝空 阅读(156) 评论(0) 推荐(0)
摘要:
以下内容摘自《C程序设计教程》(美)H.M.Deitel P.J.Deitel著,薛万鹏等译,机械工业出版社。 void *memccpy (void *dest, const void *src, int c, size_t n); 从sr*所指向的对象复制*个字符到*est所指向的对象... 阅读全文
posted @ 2014-08-07 16:17 蓝空 阅读(435) 评论(0) 推荐(0)
摘要:
这是一个求一个排序的下一个排列的函数,可以遍历全排列,要包含头文件 下面是以前的笔记 与之完全相反的函数还有prev_permutation (1) int 类型的next_permutation int main() { int a[3]; a[0]=1;a[1]=2;a[... 阅读全文
posted @ 2014-08-07 16:07 蓝空 阅读(131) 评论(0) 推荐(0) |
||