Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lmj01 committed Nov 19, 2023
1 parent 0ff36e2 commit 6a23aaf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions cpl/cplusplus.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,7 @@ int main() {
在一些数据范围小答案可以枚举,且时间上较为苛刻的,使用暴力枚举得出答案,将答案写入数组中。是指先生成一些数据可直接使用,减少运行的时间,对计算量大的可以这样优化。别人把特定计算放在一些文件中,部署出去的程序就跑得飞快,其他人还好奇为什么你的就这么快。
## 其他
### Fiber
React中引入Fiber,其概念来自C++,[C++ Fiber的基本知识](https://agraphicsguynotes.com/posts/fiber_in_cpp_understanding_the_basics/)
1 change: 1 addition & 0 deletions index/computerScience.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 5 additions & 1 deletion web/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
- [ever polate -- Javascript Numerical Inerpolation library](https://github.com/BorisChumichev/everpolate)

## 参考

- [Draggable objects可拖动的对象网页实现](https://www.redblobgames.com/making-of/draggable/)

0 comments on commit 6a23aaf

Please sign in to comment.