- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
数字计算机是一个离散系统。那么,是否就不能在数字计算机上模拟连续模型呢?似乎只能通过离散模拟来近似连续模型。从我读到的内容来看,情况似乎是这样,但我想从其他人那里获得关于该主题的一些反馈/意见。
我在搜索有关此主题的更多信息时确实发现了这一点:
Continuous simulation is something that can only really be accomplished with an analog computer. Using a digital computer one can approximate a continuous simulation by making the time step of the simulation sufficiently small so there are no transitions within the system between time steps. The premise for a continuous simulation is that there is a continuous time flow and the simulation is stepped in time increments. 1
我还认为这对通过离散模拟进行近似提出了一个很好的观点:
In some systems the state changes all the time, not just at the time of some discrete events. For example, the water level in a reservoir with given in and outflows may change all the time. In such cases "continuous simulation" is more appropriate, although discrete event simulation can serve as an approximation. 2
1 连续模拟 - http://www.systems-thinking.org/simulation/contsim.htm
2 建模与仿真 - http://home.ubalt.edu/ntsbarsh/simulation/sim.htm
感谢您的输入。
最佳答案
你可能无法使用数字计算机完美地模拟连续系统,但我对建模或模拟连续系统的想法有两个想法:
关于model - 计算机上的连续模拟,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9058199/
我是一名优秀的程序员,十分优秀!