代码搜索:self
找到约 10,000 项符合「self」的源代码
代码结果 10,000
www.eeworm.com/read/180892/9281496
cdb c5410_prd.cdb
//! c5410 Base Seed
//# c54xx.cdb 4.60.22
object USERREGS :: MEM {
param iComment :: "This object defines space for the DSP's memory mapped registers and can't be deleted"
param iIsUsed :: 1
www.eeworm.com/read/180892/9281563
cdb c5410_swi.cdb
//! c5410 Base Seed
//# c54xx.cdb 4.60.22
object USERREGS :: MEM {
param iComment :: "This object defines space for the DSP's memory mapped registers and can't be deleted"
param iIsUsed :: 1
www.eeworm.com/read/180892/9281594
cdb tsktest.cdb
//! Generic C54xx Base -- only on-chip memory
//# c54xx.cdb 4.60.22
object USERREGS :: MEM {
param iComment :: "This object defines space for the DSP's memory mapped registers and can't be delet
www.eeworm.com/read/180892/9281629
cdb semtest.cdb
//! Generic C54xx Base -- only on-chip memory
//# c54xx.cdb 4.60.22
object USERREGS :: MEM {
param iComment :: "This object defines space for the DSP's memory mapped registers and can't be delet
www.eeworm.com/read/180734/9296679
txt readme.txt
All of the executables in this directory are self-contained:
They do not read any input.
Note: the 'plain-ptr' program is likely to crash: It attempts
to assign to a dangling pointer.
www.eeworm.com/read/180245/9314711
txt ford.txt
Ford data ObD2
P1000 OBD II Monitor Testing Not Complete
P1001 Key On Engine Running Self-Test Not Completed - Test Aborted
P1100 Mass Airflow Sensor Circuit Intermittent
P1101 Ma
www.eeworm.com/read/376212/9324695
m getspacings.m
function theResult = getspacings(self)
% seagrid/getspacings -- Get default spacings.
% getspacings(self) invokes a dialog to get functions
% of 's' that describe the default positions of grid
%
www.eeworm.com/read/376212/9324728
m dosetup.m
function theResult = dosetup(self)
% seagrid/dosetup -- Dialog for "seagrid" parameters.
% setup(self) presents a dialog for self, a "seagrid"
% object.
% Copyright (C) 1999 Dr. Charles R. Denha
www.eeworm.com/read/376212/9324822
m dohelp.m
function theResult = dohelp(self)
% dohelp -- Show SeaGrid help dialog.
% dohelp(self) displays the "help" dialog
% for self, a "seagrid" object.
% Copyright (C) 1999 Dr. Charles R. Denham, ZYDE
www.eeworm.com/read/376212/9324913
m doquit.m
function theResult = doquit(self, varargin)
% ps/doquit -- Quit a "ps" process.
% doquit(self) deletes the handle associated
% with self, a "ps" object, then returns
% the empty-matrix [].
% C