首页 归档 关于

AverageMind

2022-09-10
compile

All kinds of compiling issues

This blog takes all kinds of compiling issues for the c/cpp program.

继续阅读全文 »

分享
2022-09-05
compile

Several cmake tips

There are some basic useage about the cmake on the youtube videos here.

Here are some other tips regarding the cmake. Which are important but not obvious in all kinds of tutorials.

继续阅读全文 »

分享
2022-09-04
c/c++

Multiple aspects of Cpp static and const

Some notes about the static keyword. Its basic semantics, and concepts regarding declaration, defiantion and initilization. And also how the header only library use the static keyword.

继续阅读全文 »

分享
2022-08-27
compile

CMake depedency

Some tips about cmake depedency.

继续阅读全文 »

分享
2022-08-11
Linux

virtualbox-config

Some nots about virtual box configuration for linux test env.

继续阅读全文 »

分享
2022-07-28
methodology

Software design and code review experiences

Some high level nots about software design and optimization. These contents can be the distinguish beween the junior software enginner and the senior soft ware engineer.

继续阅读全文 »

分享
2022-07-08
Visualization

Vtk-octtree

Some notes about oct tree. This is the online video

继续阅读全文 »

分享
2022-06-13
parallel

Cuda programming (1)

Key concepts and optimization strategies about the cuda based gpu programming.

继续阅读全文 »

分享
2022-06-11
algorithm

Algorithm(9) Search (BFS, DFS)

Find particular properties based on the abstracted decision tree or abstracted graph.

继续阅读全文 »

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

最新文章

  • distributed rendering
  • opengl_tips
  • Multiple backend design
  • LLM tips
  • Interesting numbers in CS and Femi estimation (WIP)
© 2014 - 2025 zhe |  主题 Cafe
联系方式 | godenwangzhe@gmail.com
首页 归档 关于