-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
38 lines (36 loc) · 1.97 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<html>
<head>
<title>Xu Zhongxing's homepage</title>
<link rel="stylesheet" href="assets/main.css">
</head>
<body>
<header class="site-header" role="banner">
<div class="wrapper">
<a class="site-title" rel="author" href="/">许中兴的主页</a>
</div>
</header>
<main class="page-content" aria-label="Content">
<div class="wrapper">
<div class="home">
<ul class="post-list">
<li><a href="three_point_circle.pdf">空间中通过三点的圆</a></li>
<li><a href="https://github.com/xuzhongxing/egltest">一个最小的Wayland EGL client例子</a></li>
<li><a href="curvature.pdf">参数曲面片曲率连续的条件</a></li>
<li><a href="freestyle.pdf">自由曲面造型思想概述</a></li>
<li><a href="2022_summary.pdf">2022年开发总结</a></li>
<li><a href="approx.pdf">用NURBS曲面逼近一般光滑曲面的技术路线</a></li>
<li><a href="tps.pdf">OpenCascade中的Thin Plate Spline插值</a></li>
<li><a href="bspline.pdf">B样条曲线及其导数的高效计算</a></li>
<li><a href="dynamics.pdf">动力学仿真笔记</a></li>
<li><a href="robotics.pdf">机器人学笔记</a></li>
<li><a href="multifrontal.pdf">Multifrontal算法原理及实现</a></li>
<li><a href="2021overview.pdf">TenonStudio开发概述</a></li>
<li><a href="201806fuchsia.pdf">Fuchsia简介</a></li>
<li><a href="https://github.com/xuzhongxing/fuchsia-notes">Fuchsia源码阅读笔记</a></li>
<li><a href="memorymodel.pdf">A Memory Model for Static Analysis of C Programs</a></li>
<li><a href="thesis.pdf">C程序的静态分析</a></li>
</ul>
</div></div>
</main>
</body>
</html>