Computational fluid dynamics. The basics with applications (Anderson J.D) 比较适合入门级的,中文版也不错,买了一本。请支持正版吧!
1
Fluid Simulation for Computer Graphics
2021-11-24 17:32:48 1.38MB Fluid Simulation for Computer
1
(解压密码 share.weimo.info)A practical introduction, the second edition of Fluid Simulation for Computer Graphics shows you how to animate fully three-dimensional incompressible flow. It covers all the aspects of fluid simulation, from the mathematics and algorithms to implementation, while making revisions and updates to reflect changes in the field since the first edition.Highlights of the Second Edition        ,解压密码 share.weimo.info
2021-11-19 09:05:59 8.77MB 英文
1
unity流水特效插件Obi Fluid ,2017.4.10亲测可用
2021-11-18 18:12:21 10.44MB unity 水流
1
Contact mechanics
2021-11-16 17:35:53 172KB Contact mechanics
1
goldstein 的经典力学,经典力学的经典之作。本书主要通过分析的方法(Lagrange 方程,变分法)去处理力学问题,是理论力学的入门级教材。本书处理的范围非常广泛。
2021-11-15 11:28:43 11.28MB 经典力学 classical mechanics
1
问题解决:AttributeError: module ‘paddle.fluid’ has no attribute ‘EndStepEvent’问题描述解决思路问题解决 问题描述 在使用paddle.fluid导入EndStepEvent过程中 global step if isinstance(event, fluid.EndStepEvent): if event.step == 0: plot_cost.append('Train Cost', step, event.metrics[0]) plot
2021-11-11 00:36:44 56KB add AS att
1
computational fluid dynamics,很经典的CFD外文教程,内容清晰。
2021-11-09 19:02:31 4.59MB CFD
1
windows平台下已经编译好的,直接可以使用了。 文件列表: example //实例 fltk.pdf //开发手册 fluidd.exe //fltk的界面编程图形工具 include //头文件 lib //库文件 首先编译环境加入:include和lib目录,并加入需要的lib库文件fltkd.lib wsock32.lib comctl32.lib runtime labrary 要设置为:multi-threaded dll 接下来就可以编译实例中的小例子看看运行效果了。 也可以使用相对路径,更方便一点,实例中Button的例子: #include #include #include "../../../include/fl.h" #include "../../../include/Fl_Window.H" #include "../../../include/Fl_Button.H" #pragma comment(lib, "../../../lib/fltkd.lib"); #pragma comment(lib, "wsock32.lib"); #pragma comment(lib, "comctl32.lib"); void beepcb(Fl_Widget *, void *) { printf("\007"); fflush(stdout); } void exitcb(Fl_Widget *, void *) { exit(0); } int main(int argc, char ** argv) { Fl_Window *window = new Fl_Window(320,65); Fl_Button *b1 = new Fl_Button(20, 20, 40, 25, "&Beep"); b1->callback(beepcb,0); /*Fl_Button *b2 =*/ new Fl_Button(120,20, 80, 25, "&no op"); Fl_Button *b3 = new Fl_Button(220,20, 80, 25, "E&xit"); b3->callback(exitcb,0); window->end(); window->show(argc,argv); return Fl::run(); }
2021-11-06 00:32:29 1.98MB fltk_fluid_windows 1.1.10
1
2017版机器人入门书籍MODERN ROBOTICS MECHANICS, PLANNING, AND CONTROL
2021-11-04 23:28:06 6.67MB 机器人入门
1