上一页 1 2 3 4 5 6 7 8 9 10 ··· 34 下一页
摘要: 编辑 → 查找和替换 → 在文件中的查找,打开查找窗口 填入正则表达式 ^b*[^:b#/]+.*$ 查找范围选“整个解决方案”,勾选上“使用正则表达式” 如果要限制文件类型,就填上要查找的文件类型,然后点击查找全部即可。 https://www.cnblogs.com/nicopoiduang/p 阅读全文
posted @ 2020-08-16 22:35 JadeCicada 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 数据结构: struct vec3 { vec3(){} vec3(float x, float y, float z) { mx = x; my = y; mz = z; } float mx; float my; float mz; }; struct quat { quat() {} floa 阅读全文
posted @ 2020-08-16 13:04 JadeCicada 阅读(969) 评论(0) 推荐(0) 编辑
摘要: 买车: 1 4s店铺 原来4s店与汽车品牌对应。 s店提车注意事项: https://jingyan.baidu.com/article/7908e85c3fee86ef491ad20b.html 新车交付验车注意事项 https://www.sohu.com/a/225596824_1001261 阅读全文
posted @ 2020-07-25 19:54 JadeCicada 阅读(97) 评论(0) 推荐(0) 编辑
摘要: <Understanding The Linux Virtual Memory Manager> -- baidu 网盘了 https://pdos.csail.mit.edu/~sbw/links/gorman_book.pdf https://www.kernel.org/doc/gorman/ 阅读全文
posted @ 2020-07-25 19:51 JadeCicada 阅读(79) 评论(0) 推荐(0) 编辑
摘要: https://www.zhihu.com/question/385787685 https://www.wecenter.com/ 阅读全文
posted @ 2020-07-25 18:31 JadeCicada 阅读(192) 评论(0) 推荐(0) 编辑
摘要: https://www.bilibili.com/video/BV1js411b7vg?p=1 阅读全文
posted @ 2020-07-11 18:35 JadeCicada 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 用于 C++ 的 MATLAB 引擎 API 提供 C++ 编程语言与 MATLAB 之间的接口。此 API 使 C++ 程序能够启动 MATLAB、计算带参数的 MATLAB 函数,并在 MATLAB 和 C++ 程序之间交换数据。 https://ww2.mathworks.cn/help/ma 阅读全文
posted @ 2020-07-11 18:27 JadeCicada 阅读(269) 评论(0) 推荐(0) 编辑
摘要: https://git-scm.com/docs/git-gc NAME git-gc - Cleanup unnecessary files and optimize the local repository SYNOPSIS git gc [--aggressive] [--auto] [--q 阅读全文
posted @ 2020-07-11 18:21 JadeCicada 阅读(1504) 评论(0) 推荐(0) 编辑
摘要: physx中的PxTransForm类:https://github.com/NVIDIAGameWorks/PhysX/blob/4.1/pxshared/include/foundation/PxTransform.h PxQuat类 https://github.com/NVIDIAGameW 阅读全文
posted @ 2020-07-09 22:54 JadeCicada 阅读(901) 评论(0) 推荐(0) 编辑
摘要: <c++ concurrency in action> <深入理解c++ 11新特性> by IBM编译器团队 《Effective modern c++》 阅读全文
posted @ 2020-07-08 21:54 JadeCicada 阅读(121) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 34 下一页