天天看點

學習網址學習網址

學習網址

CUDA

文檔路徑

C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.1\doc\pdf

https://blog.csdn.net/taonull/article/details/49208703

官方文檔

https://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#thread-hierarchy

https://developer.nvidia.com/cuda-10.1-download-archive-base

參考部落格

https://www.cnblogs.com/1024incn/tag/CUDA/

https://blog.csdn.net/qq_36387683/article/list/23?

https://blog.csdn.net/zjc156m/article/details/79015742

https://bbs.csdn.net/topics/390798229?list=lz

https://blog.csdn.net/qq_30263737/article/details/81235580

cuda kernel

https://blog.csdn.net/u014800094/article/details/52799247

https://blog.csdn.net/xiaohu2022/article/details/79599947

https://www.cnblogs.com/skyfsm/p/9673960.html

https://www.jianshu.com/p/4477174c12f6

cuda程式小例子

https://blog.csdn.net/u010763864/article/details/81740031

cuda編譯過程

https://blog.csdn.net/u011934885/article/details/72463090

https://blog.csdn.net/qq_38880380/article/details/77446998

https://blog.csdn.net/donglin425/article/details/6529378

nvcc編譯原理

https://blog.csdn.net/fb_help/article/details/80462853

https://blog.csdn.net/fb_help/article/details/80463238

nvcc編譯指令

https://blog.csdn.net/Slow_Jiulong/article/details/53157684

NVIDIA VISUAL Profiler

https://bbs.csdn.net/topics/390901383

https://docs.nvidia.com/cuda/profiler-users-guide/

https://blog.csdn.net/qq_25819827/article/details/52107570

https://blog.csdn.net/yinhuier/article/details/80551268

vs安裝

https://visualstudio.microsoft.com/zh-hans/vs/whatsnew/

https://blog.csdn.net/qq_36556893/article/details/88603729

LLVM

OPENMP

官網

https://www.openmp.org/specifications/

文檔

https://computing.llnl.gov/tutorials/openMP/index.html

https://computing.llnl.gov/tutorials/openMP/#RunTimeLibrary

https://www.openmp.org/wp-content/uploads/OpenMP-API-Specification-5.0.pdf

https://www.openmp.org/wp-content/uploads/openmp-4.5.pdf

文檔翻譯

https://blog.csdn.net/magicbean2/article/details/75530667

部落格

https://www.cnblogs.com/lfri/p/10111315.html

https://blog.csdn.net/laobai1015/article/details/79020128

指令

http://xsk.tehon.org/den/index.php/category/tech/openmp-notes-programming.html

reduction

https://blog.csdn.net/shu15121856/article/details/79350474

調試

https://blog.csdn.net/xqch1983/article/details/26458863

Springboot

兩小時學會springboot

連結: spacer.gifhttps://pan.baidu.com/s/18dzXRiAC5I9AunAPw_wxjQ

提取碼: pym1 壓縮包就是把課程打包,友善下載下傳

壓縮包密碼 [email protected]

cpu

https://blog.csdn.net/weixin_44171872/article/details/89279898

https://blog.csdn.net/weixin_44171872/article/details/89283912

https://blog.csdn.net/weixin_44171872/article/details/89286907

https://blog.csdn.net/weixin_44171872/article/details/89322225

https://blog.csdn.net/weixin_44171872/article/details/89460348

https://blog.csdn.net/weixin_44171872/article/details/89502667

https://blog.csdn.net/weixin_44171872/article/details/89736179

https://blog.csdn.net/weixin_44171872/article/details/89765391

https://blog.csdn.net/weixin_44171872/article/details/89785905

https://blog.csdn.net/weixin_44171872/article/details/89791181

Makefile

http://www.luyixian.cn/news_show_14529.aspx

跟我一起寫 Makefile(一)

http://blog.csdn.net/haoel/archive/2004/02/24/2886.aspx

跟我一起寫 Makefile(二)

http://blog.csdn.net/haoel/archive/2004/02/24/2887.aspx

跟我一起寫 Makefile(三)

http://blog.csdn.net/haoel/archive/2004/02/24/2888.aspx

跟我一起寫 Makefile(四)

http://blog.csdn.net/haoel/archive/2004/02/24/2889.aspx

跟我一起寫 Makefile(五)

http://blog.csdn.net/haoel/archive/2004/02/24/2890.aspx

跟我一起寫 Makefile(六)

http://blog.csdn.net/haoel/archive/2004/02/24/2891.aspx

跟我一起寫 Makefile(七)

http://blog.csdn.net/haoel/archive/2004/02/25/2892.aspx

跟我一起寫 Makefile(八)

http://blog.csdn.net/haoel/archive/2004/02/25/2893.aspx

跟我一起寫 Makefile(九)

http://blog.csdn.net/haoel/archive/2004/02/25/2894.aspx

跟我一起寫 Makefile(十)

http://blog.csdn.net/haoel/archive/2004/02/25/2895.aspx

跟我一起寫 Makefile(十一)

http://blog.csdn.net/haoel/archive/2004/02/25/2896.aspx

跟我一起寫 Makefile(十二)

http://blog.csdn.net/haoel/archive/2004/02/25/2897.aspx

跟我一起寫 Makefile(十三)

http://blog.csdn.net/haoel/archive/2004/02/24/2898.aspx

跟我一起寫 Makefile(十四)

http://blog.csdn.net/haoel/archive/2004/02/24/2899.aspx

排序算法

http://ju.outofmemory.cn/entry/372908

https://www.jianshu.com/p/47170b1ced23

https://blog.csdn.net/shujuelin/article/details/82423852 (快速排序)

動态規劃:01背包

https://blog.csdn.net/u012545728/article/details/81201607

https://www.cnblogs.com/cstanx/p/8215691.html

https://blog.csdn.net/qq_31278903/article/details/82843820

java

筆試選擇題

https://blog.csdn.net/zhangbingtao2011/article/details/80610633

https://blog.csdn.net/zhangbingtao2011/article/details/80610694

面經

https://www.nowcoder.com/discuss/84004?type=0&order=0&pos=24&page=1

https://www.jianshu.com/p/23a4b253bd4c

git

https://www.cnblogs.com/zlxbky/p/7727895.html

https://blog.csdn.net/qq_23101033/article/details/77310930