代码搜索:parameter
找到约 10,000 项符合「parameter」的源代码
代码结果 10,000
www.eeworm.com/read/340289/12167633
asm prog15a.asm
; PROG15A - Passing Subroutine Parameters Via the Stack
;
; This Application Increments a 16 bit value in a subroutine. The value
; to be incremented is passed and returned on the stack.
;
;
www.eeworm.com/read/151708/12179813
m isreadable.m
function result=isreadable(cc,address,datatype,count)
%ISREADABLE Check if specified memory block can be read.
% ISREADABLE(CC,ADDRESS,DATATYPE,COUNT) returns logical true if the
% memory blo
www.eeworm.com/read/151708/12179827
m write.m
function dummy = write(cc,address,data,timeout)
%WRITE Puts a block of data values into the DSP processor's memory.
% WRITE(CC,ADDRESS,DATA,TIMEOUT) writes a block of DATA values into the
% me
www.eeworm.com/read/151708/12179837
m iswritable.m
function result=iswritable(cc,address,datatype,count)
%ISWRITABLE Check if specified memory block can be written.
% ISWRITABLE(CC,ADDRESS,DATATYPE,COUNT) returns logical true if the
% memory
www.eeworm.com/read/151704/12181046
m isreadable.m
function result=isreadable(cc,address,datatype,count)
%ISREADABLE Check if specified memory block can be read.
% ISREADABLE(CC,ADDRESS,DATATYPE,COUNT) returns logical true if the
% memory blo
www.eeworm.com/read/151704/12181069
m iswritable.m
function result=iswritable(cc,address,datatype,count)
%ISWRITABLE Check if specified memory block can be written.
% ISWRITABLE(CC,ADDRESS,DATATYPE,COUNT) returns logical true if the
% memory
www.eeworm.com/read/253789/12200260
sh noinfor.sh
#!/bin/sh
i=1
for param
do
echo 'parameter #$I is $param'
i=$i+1
done
www.eeworm.com/read/151143/12233099
m mywindow.m
function h=mywindow(N,name,param,param2);
%WINDOW Window generation.
% H=MYWINDOW(N,NAME,PARAM,PARAM2)
% yields a window of length N with a given shape.
%
% N : length of the window
% NAME : na
www.eeworm.com/read/150905/12248901
m get.m
%GET Get dataset parameter fields
%
% [VALUE1,VALUE2,...] = GET(A,FIELD1,FIELD2,...)
%
% INPUT
% A Dataset
% FIELDx Field names (strings)
%
% OUTPUT
% VALUEx Field values
%
% DESCRIP
www.eeworm.com/read/338911/12273188
h zigbeetasks.h
/*********************************************************************
ZigBee Tasks Header File
This file specifies data structures and constants that go between the stack l