From 6a23aafd581e370c079bdcee7086e956b35a6ca3 Mon Sep 17 00:00:00 2001 From: lmj01 Date: Sun, 19 Nov 2023 19:36:20 +0800 Subject: [PATCH] update --- cpl/cplusplus.md | 4 ++++ index/computerScience.md | 1 + web/index.md | 6 +++++- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/cpl/cplusplus.md b/cpl/cplusplus.md index e498c56..611bae6 100644 --- a/cpl/cplusplus.md +++ b/cpl/cplusplus.md @@ -126,3 +126,7 @@ int main() { 在一些数据范围小答案可以枚举,且时间上较为苛刻的,使用暴力枚举得出答案,将答案写入数组中。是指先生成一些数据可直接使用,减少运行的时间,对计算量大的可以这样优化。别人把特定计算放在一些文件中,部署出去的程序就跑得飞快,其他人还好奇为什么你的就这么快。 +## 其他 + +### Fiber +React中引入Fiber,其概念来自C++,[C++ Fiber的基本知识](https://agraphicsguynotes.com/posts/fiber_in_cpp_understanding_the_basics/) \ No newline at end of file diff --git a/index/computerScience.md b/index/computerScience.md index 557d457..75a1bdd 100644 --- a/index/computerScience.md +++ b/index/computerScience.md @@ -78,6 +78,7 @@ - [Iolite a modern,portable game engine with an embedded editor. Completely scriptable in Lua, Free for personal](https://iolite-engine.com/) - [babylonjs](../babylonjs/index.md) - [The-Forge](https://github.com/ConfettiFX/The-Forge) +- [腾讯开源替换Skia的渲染器](https://github.com/Tencent/tgfx) #### threejs diff --git a/web/index.md b/web/index.md index a8a438e..2614596 100644 --- a/web/index.md +++ b/web/index.md @@ -53,4 +53,8 @@ ### 数学 - [regression-js是JS库,包含了linear least-squares filting methods对的数据分析方法,支持linear、exponential、logarithmic、power、polynomial几种常见的](https://github.com/Tom-Alexander/regression-js) -- [ever polate -- Javascript Numerical Inerpolation library](https://github.com/BorisChumichev/everpolate) \ No newline at end of file +- [ever polate -- Javascript Numerical Inerpolation library](https://github.com/BorisChumichev/everpolate) + +## 参考 + +- [Draggable objects可拖动的对象网页实现](https://www.redblobgames.com/making-of/draggable/) \ No newline at end of file