首页
学习
活动
专区
工具
TVP
发布

javascript趣味编程

js编程在工科课程中的简单应用
专栏作者
157
文章
231223
阅读量
30
订阅数
Computational Geometry in Python
This post is a simplified version of the accompanying notebook to chapter 6 of my upcoming book Mastering SciPy. Click anywhere on this box for more information.
周星星9527
2020-11-03
1.1K0
Palabos Tutorial 1/3: First steps with Palabos
The following tutorial provides an overview of the C++ programmer interface of the Palabos library. If instead you are interested in the Python interface, have a look at the Palabos-Python tutorial from DSFD 2010 (PDF). As for the Java interface, no tutorial is available at this moment. The user’s guide provides however installation instructions, and you can then have a look at the provided example applications.
周星星9527
2020-11-03
1.4K0
Palabos Tutorial 2/3:Understanding the multi-block structure
The code structure of Palabos programs is driven by the duality between atomic-blocks, which represent regular data-arrays, and complex multi-blocks. Thanks to a practically identical interface, they appear to the user on a seemingly equal footing. In reality, however, there exists a hierarchical relationship bewteen them. The multi-block is actually a composite construct of several adjacent blocks and uses itself atomic-blocks for its internal implementation. Atomic- and multi-blocks come in three flavors: the (multi-) block-lattice which holds lattice Boltzmann variables, the (multi-) scalar-field for scalar data-arrays, and the (multi-) tensor-field for vector- or tensor-valued data-arrays.
周星星9527
2020-11-03
7780
[python从入门到放弃]手边没稿纸推公式sympy
sympy是一个非常好用的基于python的符号计算库,科技做微分、积分、极限等一系列高等数学运算。
周星星9527
2019-08-14
1.1K0
[python从入门到放弃]用pyautogui批量输入表单
STEP2:安装pyautogui,命令行输入pip install pyautogui
周星星9527
2019-08-06
1.6K0
自动输入表单-以录入学生平时成绩到教务系统为例
STEP2:安装pyautogui,命令行输入pip install pyautogui
周星星9527
2019-07-30
7230
6 工程流体力学
计算流体力学(CFD=Computational Fluid Dynamics)可以实现对流体的数值模拟,是一门跨越多个领域的学科,在国计民生和国防领域有着不可替代的作用,根据“巴*统#委员会”,一些商业软件在过去被限制在国内销售。
周星星9527
2019-04-26
7530
7 小型制冷设计轻应用程序开发
[题引]:都9012年了,你还在按着计算器做制冷设计?这里我们介绍使用javascript编程在小型制冷设计中的应用,远离重复烦躁的手工计算。此处选取了吴业正《小型制冷设计》中的案例,以便比较。
周星星9527
2019-04-26
6800
没有更多了
社区活动
RAG七天入门训练营
鹅厂大牛手把手带你上手实战
Python精品学习库
代码在线跑,知识轻松学
博客搬家 | 分享价值百万资源包
自行/邀约他人一键搬运博客,速成社区影响力并领取好礼
技术创作特训营·精选知识专栏
往期视频·千货材料·成员作品 最新动态
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档