搜索结果
找到约 646 项符合
seg-y 的查询结果
编译器/解释器 seg数据的各种转换代码
seg数据的各种转换代码,比较全,总共四个,为了凑5个,能下载原吗,忍痛3啊
其他 M值曲线即控制理论中的补灵敏度系数模的最大值。本例模型为:y=w+s
M值曲线即控制理论中的补灵敏度系数模的最大值。本例模型为:y=w+s
matlab例程 扩频同步时频域二维分布 R=[x,y] surf(R) x:-5:0.1:5 y:-0.01:0.005:0.1
扩频同步时频域二维分布
R=[x,y]
surf(R)
x:-5:0.1:5
y:-0.01:0.005:0.1
电子书籍 x,y,z的值不是非递增的
x,y,z的值不是非递增的,要求实现其为非递增。
其他行业 cmac 训练简单线性函数程序,z = sin(x + y),为c++程序
cmac 训练简单线性函数程序,z = sin(x + y),为c++程序
数据结构 对于给定的n个元素的数组X[0:n-1]和Y[0:n-1],试设计一个O(logn)时间算法,计算X和Y的中位数.
对于给定的n个元素的数组X[0:n-1]和Y[0:n-1],试设计一个O(logn)时间算法,计算X和Y的中位数.
教育系统应用 打印函数x=y*y曲线 不使用数组来打印正弦曲线 不使用数组来打印余弦曲线 不使用数组同时打印正弦和余弦曲线
打印函数x=y*y曲线
不使用数组来打印正弦曲线
不使用数组来打印余弦曲线
不使用数组同时打印正弦和余弦曲线,交点处用 “+”号表示,其余处用”*”表示
其他行业 % A 2D homogeneous convection-diffusion case (u=exp(-ex*deta*x-ex*deta*y) with a square with % all
% A 2D homogeneous convection-diffusion case (u=exp(-ex*deta*x-ex*deta*y) with a square with
% all Dirichlet boundary, note that reaction coefficient is not zero
% by indirect BKM
其他行业 A 2D homogeneous Helmholtz case (u=sin(x)cos(y) with a square) with % two Dirichlet edges (x=1,y=1
A 2D homogeneous Helmholtz case (u=sin(x)cos(y) with a square) with
% two Dirichlet edges (x=1,y=1) and two Neumann edges (x=0,y=0)
% by indirect symmetric BKM
matlab例程 To estimate the input-output mapping with inputs x % and outputs y generated by the following nonli
To estimate the input-output mapping with inputs x
% and outputs y generated by the following nonlinear,
% nonstationary state space model:
% x(t+1) = 0.5x(t) + [25x(t)]/[(1+x(t))^(2)]
% + 8cos(1.2t) + process noise
% y(t) = x(t)^(2) / 20 + 6 squareWave(0.05(t-1)) + 3
% + time varying measur ...