上一页 1 ··· 12 13 14 15 16
摘要: Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would have ex 阅读全文
posted @ 2016-04-01 10:24 NeilZhang 阅读(170) 评论(0) 推荐(0) 编辑
摘要: introduction: Given a non negative integer number num. For every numbers i in the range 0 ≤ i ≤ num calculate the number of 1's in their binary repres 阅读全文
posted @ 2016-03-31 13:00 NeilZhang 阅读(269) 评论(0) 推荐(0) 编辑
摘要: 进程间通信方式: 同主机进程间数据交换机制: pipe(无名管道) / fifo(有名管道)/ message queue(消息队列)和共享内存。 必备基础: fork() 创建一个与之前完全一样的进程,这两个进程执行没有固定的先后顺序,哪个进程先执行要看系统的进程调度策略。 一个进程调用fork( 阅读全文
posted @ 2016-03-24 23:44 NeilZhang 阅读(1367) 评论(0) 推荐(1) 编辑
摘要: strlen, sizeof 阅读全文
posted @ 2016-03-23 18:57 NeilZhang 阅读(229) 评论(0) 推荐(0) 编辑
摘要: string类,c++基础 阅读全文
posted @ 2016-03-23 18:00 NeilZhang 阅读(384) 评论(0) 推荐(0) 编辑
摘要: 并行计算、多点FFT、openmp 阅读全文
posted @ 2016-03-23 14:35 NeilZhang 阅读(1390) 评论(0) 推荐(0) 编辑
上一页 1 ··· 12 13 14 15 16