代码搜索:参数速查
找到约 10,000 项符合「参数速查」的源代码
代码结果 10,000
www.eeworm.com/read/151418/12213117
frm frmlossrate4line.frm
VERSION 5.00
Begin VB.Form frmLossRate4Line
Caption = "设置线状设施评估参数"
ClientHeight = 4125
ClientLeft = 60
ClientTop = 450
ClientWidth = 7485
www.eeworm.com/read/151418/12213374
frm frmlossrate4line.frm
VERSION 5.00
Begin VB.Form frmLossRate4Line
Caption = "设置线状设施评估参数"
ClientHeight = 4125
ClientLeft = 60
ClientTop = 450
ClientWidth = 7485
www.eeworm.com/read/150090/12315651
~dfm uxtcswh.~dfm
inherited frmXTCSWH: TfrmXTCSWH
Left = 183
Top = 11
Caption = '系统参数设置'
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 12
inherited pnlTitle: TPanel
inherited lblTitle: T
www.eeworm.com/read/230529/14282586
m msk_noise_c_xf.m
%MSK调制,解调
clear all
close all
%--------------------------------------------------------------------------
%参数设置
data_len = 60000; %码元个数
sample_number = 8; %采样个数
Rb = 24000;
www.eeworm.com/read/230529/14282588
m msk_noise_c3.m
%MSK调制,解调
clear all
close all
%--------------------------------------------------------------------------
%参数设置
data_len = 30000; %码元个数
sample_number = 8; %采样个数
Rb = 24000;
www.eeworm.com/read/230529/14282598
m msk_noise_c_pp.m
%MSK调制,解调
clear all
close all
%--------------------------------------------------------------------------
%参数设置
data_len = 30000; %码元个数
sample_number = 8; %采样个数
Rb = 24000;
www.eeworm.com/read/230529/14282612
m msk_noise_c_dj.m
%MSK调制,解调
clear all
close all
%--------------------------------------------------------------------------
%参数设置
data_len = 30000; %码元个数
sample_number = 8; %采样个数
Rb = 24000;
www.eeworm.com/read/128176/14312664
dfm ydpbcs.dfm
object Fpbcs: TFpbcs
Left = 139
Top = 144
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = '配变参数设置'
ClientHeight = 287
ClientWidth = 445
Color = clBtnF
www.eeworm.com/read/228878/14358391
c time.c
//time.c
#include "time.h"
/******************************************************************************
函数:Delay_ms()
功能:以毫秒(ms)为单位延时
参数:
uchDly:延时长度
返回:
****************
www.eeworm.com/read/227964/14405095
c common.c
////////////////////////////////////////////////////////////////////
// 主要实现软件延时,延时单位us
// 参数:usinged int
#include "common.h"
void DelayUs(unsigned int time)
{
unsigned int i;
unsigned i