-
程序用于产生0到1之间均匀分布的随机数序列,程序例子中产生50个...
程序用于产生0到1之间均匀分布的随机数序列,程序例子中产生50个-Procedures used to produce between 0-1 uniformly distributed random number sequence, the program generated 50 examples
- 2023-09-05 15:15:03下载
- 积分:1
-
在直接模拟Monte kalro微管的空气流,我们可以用不同的…
直接蒙特卡洛方法计算微管气体流动,主程序所选择的分子数及模拟单元可以修改,包含7个子程序,和一个随机数函数。-The air flow in micropipe with direct simulation mente kalro, we can use different simulation, fortran90
- 2022-04-15 15:46:28下载
- 积分:1
-
大名鼎鼎的海洋数值计算模型
大名鼎鼎的海洋数值计算模型-pom模型源代码及说明书和示例,推荐一下,-famous marine numerical model-pom model specification and the source code and examples, recommended that huh
- 2022-01-25 18:31:12下载
- 积分:1
-
Well
著名的开源仿真软件yale,功能与matlab完全有得比-Well-known open source simulation software yale, function and matlab completely than has
- 2022-08-19 11:02:51下载
- 积分:1
-
模糊聚类分析
模糊聚类分析是一类算法为
- 2022-02-26 04:27:00下载
- 积分:1
-
c语言编写数学常用算法
c语言编写数学常用算法--commonly math algorithm written in C language
- 2023-08-05 00:35:04下载
- 积分:1
-
智能家居程序
基于STM32单片机的智能家居控制系统,本作品有单片机控制模块、GSM模块、继电器控制家电开关模块、传感器模块等,嵌入了uc/os II实时操作系统,使得系统运行更加稳定、高效和可靠,体现了当今“绿色环保”的理念,“人性化”的设计更给用户一个舒适的感觉。
- 2022-08-23 20:25:29下载
- 积分:1
-
On the procedure for matrix rank, using Gauss
关于求矩阵秩的程序,用高斯―约当消元法实现-On the procedure for matrix rank, using Gauss- Jordan elimination method to achieve
- 2023-05-04 20:15:02下载
- 积分:1
-
The Kalman filter30 is a minimum
The Kalman filter30 is a minimum-variance filter in
which time-series measurements are incorporated recursively
into estimates of state variables it is the
optimal, Bayesian least-squares estimator for linear
dynamic systems.-The Kalman filter30 is a minimum-variance filter in
which time-series measurements are incorporated recursively
into estimates of state variables it is the
optimal, Bayesian least-squares estimator for linear
dynamic systems.
- 2023-04-25 23:25:03下载
- 积分:1
-
telnet,common telnet
import java.io.InputStream;
import java.io.PrintStream;
import org.apache.commons.net.telnet.TelnetClient;
public class TelnetTest
{
private TelnetClient telnet = new TelnetClient();
private InputStream in;
private PrintStream out;
- 2022-03-16 19:54:43下载
- 积分:1