代码搜索:常用光耦
找到约 1,539 项符合「常用光耦」的源代码
代码结果 1,539
www.eeworm.com/read/245506/12797152
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解码
www.eeworm.com/read/243021/12968155
h iic.h
#include /*头文件的包含*/
#include
#define uchar unsigned char /*宏定义*/
#define uint unsigned int
#define _Nop() _nop_() /*定义空指令*/
/* 常,变量定义区 */
www.eeworm.com/read/243021/12968196
c iic.c
#include /*头文件的包含*/
#include
#define uchar unsigned char /*宏定义*/
#define uint unsigned int
#define _Nop() _nop_() /*定义空指令*/
/* 常,变量定义区 */
www.eeworm.com/read/307629/13718545
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/407276/11422617
java countdown.java
/*============================
遊戲啟動畫面程式-輔助 (異常)
創建時間:2007.1.13
作者:漫無目的
MSN:capaom@hotmail.com
============================
import java.util.TimerTask;
class CountDown extends TimerTa
www.eeworm.com/read/403661/11513242
c sccb_51.c
#include /*头文件的包含*/
#include
#define uchar unsigned char /*宏定义*/
#define uint unsigned int
#define _Nop() _nop_() /*定义空指令*/
/* 常,变量定义区 */
www.eeworm.com/read/150263/12301545
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/338384/12310580
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/412485/11197876
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/425793/10322703
m decouple.m
function [Gd,K,R]=decouple(G)
% 计算多变量控制系统的解耦网络Gd及状态反馈矩阵
% Copyright 2001-2002 ECUST.
% $Revision: 1.1 $ $Date: 2002/01/26 14:18:26 $
G=ss(G);a=G.a;b=G.b;c=G.c;d=G.d;[m,n]=size(c);D0=c(1,:)