Microsoft Visual C++ Redistributable Packages 下载集合

ucrtbase.dll vcruntime140.dll msvcp140
         MSVC++ 14.0 _MSC_VER == 1900 (Visual Studio 2015)
msvcr120 MSVC++ 12.0 _MSC_VER == 1800 (Visual Studio 2013)
msvcr110 MSVC++ 11.0 _MSC_VER == 1700 (Visual Studio 2012)
msvcr100 MSVC++ 10.0 _MSC_VER == 1600 (Visual Studio 2010)
msvcr90  MSVC++ 9.0  _MSC_VER == 1500 (Visual Studio 2008)
msvcr80  MSVC++ 8.0  _MSC_VER == 1400 (Visual Studio 2005)
msvcr71  MSVC++ 7.1  _MSC_VER == 1310 (Visual Studio 2003)
msvcr70  MSVC++ 7.0  _MSC_VER == 1300
         MSVC++ 6.0  _MSC_VER == 1200
         MSVC++ 5.0  _MSC_VER == 1100

Microsoft Visual C++ 2010 可再发行组件包 (x64)
https://www.microsoft.com/zh-cn/download/details.aspx?id=14632

Visual C++ Redistributable Packages for Visual Studio 2013
https://www.microsoft.com/zh-cn/download/details.aspx?id=40784

msvcrt* 是 VC 6 及之前的 VC runtime , c 和 c++ 的函数都在一个文件
msvcr* 是 VC7 到 VS2013 的 , c 对应 msvcr*.dll , c++ 对应 msvcp*.dll

所说 VS2015 已经没有msvcr140.dll了,只有msvcp140.dll,crt dll已经被拆成了两个dll:ucrtbase.dll,包含标准c库的内容;vcruntime140.dll,

包含vc++所用到的一些基础支持特定内容.编译用的 VC 版本和链接到的 vc runtime 版本对应如下

之前的 c 和 c++ runtime 是在一个文件的
msvcrt.dll 是 VC 5.0 6.0 的
msvcrt40.dll 是 VC 4.x CRT DLL (Forwarded to msvcrt.dll) 大小60k 直接转发到 msvcrt.dll
msvcrt20.dll 是 VC 2.x 的

下载集合

Microsoft Visual C++ Redistributable 2019
x86: https://aka.ms/vs/16/release/VC_redist.x86.exe
x64: https://aka.ms/vs/16/release/VC_redist.x64.exe

Microsoft Visual C++ Redistributable 2017
x86: https://go.microsoft.com/fwlink/?LinkId=746571
x64: https://go.microsoft.com/fwlink/?LinkId=746572

Microsoft Visual C++ Redistributable 2015
x86+x64: https://www.microsoft.com/en-pk/download/details.aspx?id=48145
x86+x64 update3: https://www.microsoft.com/en-us/download/details.aspx?id=53587

Microsoft Visual C++ Redistributable 2013
x86+x64 in all Language: https://support.microsoft.com/en-us/help/4032938/update-for-visual-c-2013-redistributable-package

Microsoft Visual C++ Redistributable 2012
x86+x64 in all Language: https://my.visualstudio.com/Downloads?pid=1452

Microsoft Visual C++ Redistributable 2010
x86-sp1: https://www.microsoft.com/en-pk/download/details.aspx?id=8328
x86-sp1-MFC-sec-update: https://www.microsoft.com/en-us/download/details.aspx?id=26999

opengl-海面-星云

https://www.webhek.com/post/ocean-wave-simulation.html

https://github.com/johnhollen/Procedural-Ocean

https://www.html5tricks.com/demo/webgl-water/index.html

http://madebyevan.com/shaders/

星云
https://alteredqualia.com/xg/examples/nebula_artefact.html

图片资源

AI生成人物头像
https://thispersondoesnotexist.com/image
https://en.wikipedia.org/wiki/Generative_adversarial_network

https://www.pexels.com/zh-cn/
https://unsplash.com/
https://gratisography.com/
https://pixabay.com/
https://visualhunt.com/

API,reddit,生成头像
https://snoovatar.reddit.com/api/snoovatars/random:byId

vue3-element-plus

https://cn.vitejs.dev/
https://v3.vuejs.org/
https://element-plus.org/


npm init vite@latest
npm install vue-i18n vue-router vuex

 


npm install axios clipboard screenfull sortablejs 
npm install jsencrypt nprogress vuedraggable 
npm install ol particles.js three
npm install echarts element-ui view-design 

VUE 编辑器
https://github.com/surmon-china/vue-quill-editor
https://www.intmath.com/cg5/katex-mathjax-comparison.php
http://www.mavoneditor.com/
https://github.com/hinesboy/mavonEditor


npm install vue-quill-editor --save