Idiot-maker

  :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
上一页 1 2 3 4 5 6 7 8 9 ··· 59 下一页

2016年4月25日

摘要: https://katyscode.wordpress.com/2013/08/17/c11-multi-core-programming-ppl-parallel-aggregation-explained/ In the first part of this series we looked a 阅读全文
posted @ 2016-04-25 10:02 NickyYe 阅读(784) 评论(0) 推荐(0) 编辑

摘要: https://katyscode.wordpress.com/2013/05/17/introduction-to-multi-threaded-multi-core-and-parallel-programming-concepts/ In this article I’m going to p 阅读全文
posted @ 2016-04-25 10:01 NickyYe 阅读(251) 评论(0) 推荐(0) 编辑

摘要: http://blog.csdn.net/cjcy1984001/article/details/6675669 线程开始和停止函数! unsigned long _beginthreadex( void *security, unsigned stack_size, unsigned ( __st 阅读全文
posted @ 2016-04-25 09:41 NickyYe 阅读(5010) 评论(0) 推荐(0) 编辑

摘要: http://www.cnblogs.com/yc_sunniwell/archive/2010/07/14/1777441.html 静态变量作用范围在一个文件内,程序开始时分配空间,结束时释放空间,默认初始化为0,使用时可以改变其值。 静态变量或静态函数只有本文件内的代码才能访问它,它的名字在其 阅读全文
posted @ 2016-04-25 09:27 NickyYe 阅读(214) 评论(0) 推荐(0) 编辑

2015年12月15日

摘要: https://leetcode.com/problems/same-tree/Given two binary trees, write a function to check if they are equal or not.Two binary trees are considered equ... 阅读全文
posted @ 2015-12-15 22:10 NickyYe 阅读(192) 评论(0) 推荐(0) 编辑

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