代码搜索:常用光耦
找到约 1,539 项符合「常用光耦」的源代码
代码结果 1,539
www.eeworm.com/read/192606/5152365
cs timeset.cs
using System;
using System.Text;
using System.Data;
using System.Data.SqlClient;
using System.Configuration;
///
/// 设置工作时间
///
public class TimeSet
{
//SQL语句设置为常
www.eeworm.com/read/192606/5152460
cs timeset.cs
using System;
using System.Text;
using System.Data;
using System.Data.SqlClient;
using System.Configuration;
///
/// 设置工作时间
///
public class TimeSet
{
//SQL语句设置为常
www.eeworm.com/read/280222/4127457
cs timeset.cs
using System;
using System.Text;
using System.Data;
using System.Data.SqlClient;
using System.Configuration;
///
/// 设置工作时间
///
public class TimeSet
{
//SQL语句设置为常
www.eeworm.com/read/280222/4127552
cs timeset.cs
using System;
using System.Text;
using System.Data;
using System.Data.SqlClient;
using System.Configuration;
///
/// 设置工作时间
///
public class TimeSet
{
//SQL语句设置为常
www.eeworm.com/read/187412/8640774
txt 5-4-2.txt
!注意:两个常力产生的最大位移比一个常力产生的两倍还要大。
!当单元数目为50,100,200时计算得到的跨中最大位移是一样的,所以单元数目对位移响应没有多大的影响。
/config,nres,2000
/PREP7 !建模
ET,1,BEAM3 !梁单元
MP,EX,1,207E9
www.eeworm.com/read/187412/8640785
txt 5-4-1.txt
!注意:两个常力产生的最大位移比一个常力产生的两倍还要大。
!当单元数目为50,100,200时计算得到的跨中最大位移是一样的,所以单元数目对位移响应没有多大的影响。
/config,nres,2000
/PREP7 !建模
ET,1,BEAM3 !梁单元
MP,EX,1,207E9
www.eeworm.com/read/162313/10315759
m ekf_3dcv_filter.m
%参考文献
%Decoupling joint probabilistic data association algorithm for multiple target tracking
%杂波环境下多传感器的数据融合
%三维常速CV模型
clear all;
clc;
T=1;
www.eeworm.com/read/272822/10943007
m ekf.m
%参考文献
%Decoupling joint probabilistic data association algorithm for multiple target tracking
%杂波环境下多传感器的数据融合
%三维常速CV模型
clear all;
clc;
T=1;
www.eeworm.com/read/439857/7700265
m m06_dpcm.m
n=20; %码常
k=12; %信元长度
msg=randint(1200,1,2); %信号码元
code = encode(msg, n, k, 'hamming'); %Hamming编码
msg = decode(code, n, k, 'hamming') %Hamming解码