Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lmj01 committed Nov 8, 2023
1 parent 1eb05c2 commit b82c8da
Show file tree
Hide file tree
Showing 100 changed files with 67 additions and 20 deletions.
2 changes: 1 addition & 1 deletion cg/canvas.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
*/
CanvasRenderingContext2D.isPointInPath()
```
[Applying winding rules to a path](https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/CocoaDrawingGuide/Art/winding_path_crossing_2x.png)
![Applying winding rules to a path](https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/CocoaDrawingGuide/Art/winding_path_crossing_2x.png)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
19 changes: 19 additions & 0 deletions html/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Mathjax Latex Article</title>
<script src="./html.config.js" defer></script>
</head>
<body class="mj-body">
<section class="side-menu d-flex flex-column">
<p><a href="./transform.html">Transform</a></p>
<p></p><a href="./pbr3ed.html">PBR -- Physically Based Rendering online book</a></p>
<p></p><a href="./pbr.html">PBR -- Physically Based Rendering</a></p>
<p></p><a href="./algebra.html">algebra</a></p>
<p></p><a href="./gpu.html">GPU</a></p>
<p></p><a href="./personal.html">个人</a></p>
</section>
</body>
</html>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
11 changes: 11 additions & 0 deletions math/pbr3ed.html → html/pbr3ed.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,17 @@ <h5>7.4 The Halton Sampler</h5>
</pre>
</p>
<p></p>
</div>
<div>
<h5>7.5 (0,2)-Sequence Sampler</h5>
<p>
7.5.1 Sampling with Generator Matrics
<pre>
inline uint32_t GrayCode(uint32_t n) {
return (n >> 1) ^ n;
}
</pre>
</p>
</div>
</div>
</div>
Expand Down
29 changes: 29 additions & 0 deletions html/personal.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<!DOCTYPE html>
<html>
<head>
<title>Depth to View</title>
<script src="./html.config.js" defer></script>
</script>
</head>
<body>
<div class="container-xl">
<h1>个人信息</h1>
<div class="d-flex flex-column">
<ol>
<li><a href="#section1">生日</a></li>
</ol>
</div>
<div>
<h4 id="section1">生日</h4>
<div>
<label>幺儿生日<input id="input20220828" type="text" disabled value="2022-08-28"></label>
</div>
</div>
<div></div>
<script type="module">
const birthdayLiduruo = document.getElementById('input20220828').value
console.log('', )
</script>
</div>
</body>
</html>
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions index/online.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@

### 在线工具
- [在线计算器及工具](https://www.rapidtables.org/zh-CN/)
- [图形计算器GeoGebra--在线绘制图形](https://www.geogebra.org/graphing?lang=zh_CN)

### 其他

Expand Down
18 changes: 0 additions & 18 deletions math/index.html

This file was deleted.

7 changes: 6 additions & 1 deletion web/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,9 @@
- [PDF-LIB可写可修改](https://pdf-lib.js.org/) 字体必须内嵌,这样文件非常大,拷贝合并pdf时,内嵌字体还没法删除
- [github](https://github.com/Hopding/pdf-lib)

- [jspdf只能写](https://github.com/parallax/jsPDF)
- [jspdf只能写](https://github.com/parallax/jsPDF)

### 数学
- [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)

0 comments on commit b82c8da

Please sign in to comment.