首页 归档 关于

AverageMind

2020-08-02
parallel

debug the parallel/distributed program

some tips about debugging the parallel or distributed program

继续阅读全文 »

分享
2020-07-12
methodology

application view, breadth and depth of learning computing science

The breadth, depth and the application view of the cs

继续阅读全文 »

分享
2020-06-22
parallel

MPI_Cart

This article aims to introduce how to use the MPI and the cartition grid to solve a Poisson equation.

继续阅读全文 »

分享
2020-05-28
c/c++

cpp forward declaration

forward declaration and the friend class about the cpp.

继续阅读全文 »

分享
2020-05-28
c/c++

rule of zero/three/five

discuss the rule of three/five in cpp.

继续阅读全文 »

分享
2020-04-24
parallel

single core with multiprocess

主要记录下multithreading提升performance的一些点。

继续阅读全文 »

分享
2020-04-23
Linux

block/nonblock,sync/nonasync,event-driven/data-driven

整理下关于block/nonblock以及sync/async,还有data depedency,还有event-driving programming 的关系和在实践中的一些体会。

继续阅读全文 »

分享
2020-04-16
algorithm

Algorithm about area cover

判断某个area是否被已有area cover的算法以及其在实践中的应用

继续阅读全文 »

分享
2020-03-03
c/c++

c-multiple-defination

several typical case that trigger the error of “multiple defination”

继续阅读全文 »

分享
« 上一页1…1112131415…20下一页»

最新文章

  • external-surface.md
  • AI与人交互的几种方式
  • javascript-tips
  • Package management tips
  • Distributed rendering (WIP)
© 2014 - 2025 zhe |  主题 Cafe
联系方式 | godenwangzhe@gmail.com
首页 归档 关于