10 2023 档案
摘要:Sub ConvertSpecificEquationsToText() Dim oEq As OMath Dim eqText As String Dim regEx As Object Set regEx = CreateObject("VBScript.RegExp") ' Define th
阅读全文
摘要:pandoc -crossref插件实现markdwon文档转word后公式编号自定义 https://blog.csdn.net/weixin_39361931/article/details/125393315 基于 Markdown 的 Docx 生产 https://www.jianshu.
阅读全文
摘要:I have multiple markdown files to become a Word doc: pandoc -f markdown --toc -o out.docx file1.md dirA\file2.md dirB\file3.md If you specify multiple
阅读全文
摘要:https://www.wxart2d.org/cgi-bin/moin.cgi
阅读全文
摘要:expm(X) = V*diag(exp(diag(D)))/V scaling expm using eigenvalue https://math.stackexchange.com/questions/3480626/eigenvalues-eigenvectors-of-scaled-mat
阅读全文
摘要:pandoc -o custom-reference-doc.docx --print-default-data-file reference.docx
阅读全文
摘要:https://www.youtube.com/watch?v=6arkndScw7A&list=PLSxgVLtIB0IFmQGuVMSE_wDHPW5rq4Ik7&ab_channel=RedhwanNacef
阅读全文
摘要:based on https://askubuntu.com/questions/646183/expanding-disk-inside-hyper-v-using-lvm#:~:text=First%2C expand the virtual disk," then "Expand").&tex
阅读全文
摘要:https://mathstodon.xyz/@tao/111158219956220256
阅读全文
摘要:Q: How can I completely master the C++ language? A: Learning C++ is a lot like learning kung fu. There is always someone who knows more kung fu. You c
阅读全文
摘要:https://docs.github.com/en/copilot/getting-started-with-github-copilot?tool=visualstudio#seeing-your-first-suggestion-1
阅读全文
摘要:In case someone stumbles on this thread. There is a bug in Cygwin's gdb (v11.x - v12.x) that prevents VS Code from stopping at breakpoints. At the mom
阅读全文
摘要:https://github.com/octave-online/octave-online-server
阅读全文
摘要:https://github.com/ManoloFLTK/fltk
阅读全文
摘要:https://mariusbancila.ro/blog/2018/03/13/using-curl-library-from-c-on-windows/
阅读全文
摘要:I found my answer, this ".mexw64" cannot be deleted after using clear , but can be deleted after using clear all from https://www.mathworks.com/matlab
阅读全文