用CUDA画Mandelbrot图

2023-09-27

   CUDA是目前比较流行的高性能计算的开发工具之一,这种编程模式涉及了CPU+GPU的异构计算。

Read More

Tips about Linux and Programming

2022-12-08

   Some useful tips about Linux commands, programming skills and else. All of the tips are purely taken from the website. I am continuing add these tips to save my bad memory. 😂

Read More

Pass Functor to Functions in C++

2020-07-05

Practical algorithm generically applies to a group of functions. For example, It is typical that an integration routine can take different functions as input. Because of the popular usage, this ...

Read More

Inverse Problems on PDEs

2020-04-28

Inverse problems have wide applications on real-world problems. When I was a PhD student in Oak Ridge, I was very excited at one of my researches on inverse problems of Fredholm integral of the ...

Read More