代码搜索:Lab

找到约 10,000 项符合「Lab」的源代码

代码结果 10,000
www.eeworm.com/read/199271/7871667

dfm child_lab.dfm

object frm_YQ_Lab: Tfrm_YQ_Lab Left = 316 Top = 271 AutoScroll = False Caption = '仪器库维护' ClientHeight = 409 ClientWidth = 479 Color = clBtnFace Constraints.MinHeight = 305 C
www.eeworm.com/read/199271/7871671

dcu child_lab.dcu

www.eeworm.com/read/199271/7871685

dcu prt_lab.dcu

www.eeworm.com/read/199271/7871710

pas child_lab.pas

unit child_lab; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, ComCtrls, DBTables, DBCtrls, ExtCtrls, Db, StdCtrls, Mask, Buttons, Grids, DBGri
www.eeworm.com/read/198725/7915650

asm lab09.asm

ORG 0000H LJMP STRT ORG 000BH LJMP T0IN ORG 0013H LJMP ININ ORG 0040H STRT: MOV IE,#10000110B SETB IT0 MOV TMOD,#00000010B MOV TH0,#206 MOV TL0,#206 MOV R0,#0 MOV R1,#100 MOV R3
www.eeworm.com/read/298874/7928571

m lab24a.m

function [ber, numBits] = bertooltemplate(EbNo, maxNumErrs, maxNumBits) % Import Java class for BERTool. import com.mathworks.toolbox.comm.BERTool; % Initialize variables related to exit criteria
www.eeworm.com/read/298874/7928574

m lab2.m

close all; SNR_db=[15,20,25]; N_symbols = 10000; % Number of symbols in the calculation M=32; N_samples_per_symbol=8; %genere donn閑s dans l,alphabet M-aire x=randsrc(N_symbols,1,0:M-1); y=qammo
www.eeworm.com/read/298874/7928580

m lab24.m

function [ber, numBits] = bertooltemplate(EbNo, maxNumErrs, maxNumBits) % Import Java class for BERTool. import com.mathworks.toolbox.comm.BERTool; % Initialize variables related to exit criteria
www.eeworm.com/read/298874/7928582

m lab1.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%% Laboratoire 1 Communications Num閞iques %%% %%% Alejandro Florez Perez
www.eeworm.com/read/198527/7931180

c lab3.c

/* 声明点积运算子函数DP() */ short DP(short *m, short *n, short count) ; /* 参与点积运算的两数组 a[], x[] 初始化 */ short a[30] = { 1, 3, 5, 7, 9, 11, 13, 15, 17, 19, 21, 23, 25, 27,