2D_CARFIVE 多相五方程模型的2D笛卡尔四叉树自适应网格细化(AMR)。 此源代码是基于QTAdaptive 开发的,以编译此源代码,您需要将QTAdaptive和2D_CARFIVE下载到同一文件夹中。 笛卡尔自适应五方程模型 作者:VAN-DAT THANG 电子邮件: 电子邮件: 源代码链接: : 参考: [1]“用于Serre–Green–Naghdi方程的四叉树自适应多重网格求解器” [2]“一种适用于表面张力驱动的界面流动的精确自适应求解器” [3]“ Gerris:复杂几何中不可压缩的Euler方程的基于树的自适应求解器” [4]“用于可压缩多相流的自适应接口锐化方法” [5]“四叉树网格在裂纹扩展建模的比例边界有限元方法中的适应性” [6]“基于四叉树网格有限体积法的溃坝二维水动力和泥沙输送模型” [7]“用于Serre
2021-10-14 19:50:18 27KB fortran design-patterns quadtree multiphase-flow
1
Real-Time Design Patterns
2021-10-13 13:26:56 6.67MB
1
这是一本关于介绍LEGO NXT 搭建技巧类书籍(英文原版)
2021-10-08 16:44:08 14.6MB LEGO NXT
1
Design.Patterns.Elements.of.Reusable.Object-Oriented.Software一书的epub版本
2021-10-06 15:03:08 10.57MB Design.Patterns
1
深入浅出设计模式, 非常适合入门阅读, 英文浅显易读, 图文并茂, PDF版本,可以在手机上进行阅读.一本适合学习使用的书籍.
2021-10-01 18:43:20 50.21MB Head First 设计模式 Design
1
英文资料,2019最新版设计模式深入理解指南,作者:Alexander Shvets
2021-09-29 19:40:32 32.26MB Design Patterns
1
Go Design Patterns will provide readers with a reference point to software design patterns and CSP concurrency design patterns to help them build applications in a more idiomatic, robust, and convenient way in Go. The book starts with a brief introduction to Go programming essentials and quickly moves on to explain the idea behind the creation of design patterns and how they appeared in the 90's as a common "language" between developers to solve common tasks in object-oriented programming languages. You will then learn how to apply the 23 GoF design patterns in Go and also learn about CSP concurrency patterns, the "killer feature" in Go that has helped Google develop software to maintain thousands of servers. Thus the book will enable you to understand and apply design patterns in an idiomatic way that will produce concise, readable, and maintainable software. What you will learn All basic syntax and tools needed to start coding in Go. Encapsulate the creation of complex objects in an idiomatic way in Go. Create unique instances that cannot be duplicated within a program. Understand the importance of object encapsulation to provide clarity and maintainability. Prepare cost-effective actions so that different parts of the program aren't affected by expensive tasks. Deal with channels and GoRoutines within the Go context to build concurrent application in Go in an idiomatic way.
2021-09-25 07:34:18 5.27MB GO设计模式 GO Design Patterns
1
Head-First 设计模式-源码
2021-09-24 14:01:59 354KB HeadFirst 设计模式 Design-pattern
1
书名: 设计模式可复用面向对象软件的基础 英文原书名: Design Patterns:Elements of Reusable Object-Oriented software 作者: Erich Gamma 等 译者: 李英军 马晓星 蔡敏 刘建中 书号: 7-111-07575-7 页码: 254 定价: ¥35.00 会员价: ¥31.50 币值: 315 出版日期: 2000-9-1 本书设计实例从面向对象的设计中精选出23个设计模式,总结了面向对象设计中最有价值的经验,并且用简洁可复用的形式表达出来。本书分类描述了一组设计良好,表达清楚的软件设计模式,这些模式在实用环境下有特别有用。
2021-09-23 14:28:00 10.09MB 设计模式 面向对象 软件
1