代码搜索:syntax
找到约 10,000 项符合「syntax」的源代码
代码结果 10,000
www.eeworm.com/read/461382/7228284
c depuncture.c
/* file: Depuncture.c
Description: Depuncture bits by zero-padding deleted bits.
The calling syntax is:
[output] = Depuncture(input, pun_pattern, tail_pattern )
output = U
www.eeworm.com/read/461382/7228298
c somap.c
/* File: Somap.c
Description: Soft demapper (M-ary to binary LLR conversion)
The calling syntax is:
[output] = Somap( input, [demod_type], [extrinsic_info] )
Where:
out
www.eeworm.com/read/461382/7228302
c modulate.c
/* File: Modulate.c
Description: Complex K-dimensional M-ary modulator
The calling syntax is:
[output] = Modulate( input, S_matrix )
Where:
output = K by N vector of
www.eeworm.com/read/460770/7240910
djo makefile.djo
# host: dos
# target: dos 16bit and 32bit
# Makefile for the Netwide Assembler
#
# This is a modification (by John Fine) of makefile.dj
#
# It uses the syntax of "Opus Make", which is the make program
www.eeworm.com/read/452862/7431693
c analyze.c
#include "globals.h"
#include "symtab.h"
#include "analyze.h"
/* counter for variable memory locations */
static int location = 0;
/* Procedure traverse is a generic recursive
* syntax tre
www.eeworm.com/read/449679/7498161
txt dielec.txt
! Dielectric constant for different materials
! Syntax: =
Al-oxide = 10
Cu-oxide = 18
Nylon = 3.4
Paper = 2.2
Pertinax = 4.9
Plexiglas = 3.1
Polycarb. = 3.2
www.eeworm.com/read/449504/7502480
m td_print.m
function []=td_print(res,file_sal,op1)
% PURPOSE: Generate output of temporal disaggregation methods
% ------------------------------------------------------------
% SYNTAX: td_print(res,file_sal,o
www.eeworm.com/read/441332/7671765
m dist.m
function z = dist(w,p)
%DIST Euclidean distance weight function.
%
% Syntax
%
% Z = dist(W,P)
% df = dist('deriv')
% D = dist(pos)
%
% Description
%
% DIST is the Euclidean distance
www.eeworm.com/read/439815/7701266
c trigwksp.c
/* $Revision: 1.21 $ */
/*
* TRIGWKSP A Simulink triggered read from workspace
*
* Syntax: [sys, x0] = TRIGWKSP(t,x,u,flag,var, thd, cycl_flag, ini)
* This function is for t
www.eeworm.com/read/438846/7725255
m getproperdim.m
function proper_dim = getProperDim(lambda, dim_para)
% getProperDim transform the dim_para to the required dimension.
%
% Syntax
%
% proper_dim = getProperDim(lambda, dim_para)
%
%