Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
例如,我想使用一个为 C 语言中的特定数学计算编写的带有渲染脚本的库。我想知道是否可以像 include <'math.h'> 一样添加它们。更具体地说,该库是关于常微分方程的(在 matlab 中用 ode23 众所周知)。
不,您不能在您的渲染脚本文件中包含 C 代码。