代码搜索:self

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

代码结果 10,000
www.eeworm.com/read/153878/12001085

s 24xinit.s

;========================================= ; NAME: 24XINIT.S ; DESC: C start up codes ; Configure memory, ISR ,stacks ; Initialize C-variables ; HISTORY: ; 2001.02.06:purnnamu: draft ver 0
www.eeworm.com/read/342301/12031257

s keyboard.s

/* * linux/kernel/keyboard.S * * (C) 1991 Linus Torvalds */ /* * Thanks to Alfred Leung for US keyboard patches * Wolfgang Thiel for German keyboard patches * Marc Corsini for the French keyboard */
www.eeworm.com/read/255766/12056875

s keyboard.s

/* * keyboard.s */ .text .globl keyboard_interrupt /* * these are for the keyboard read functions */ size = 1024 /* must be a power of two ! And MUST be the same as in tty_io.c !!!! */ he
www.eeworm.com/read/255755/12058355

m plotsom.m

function h = plotsom(W) %PLOTSOM Plot the Self-Organizing Map in 2D % % plotsom(W) % % Plot the Self-Organizing Map W, trained by som.m. This is only % possible if the map is 2D. % % See al
www.eeworm.com/read/255742/12060600

h eoesstandardxover.h

/** -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*- //----------------------------------------------------------------------------- // eoEsLocalXover.h : ES glob
www.eeworm.com/read/153044/12064116

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/153044/12064131

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/153044/12064195

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/153044/12064287

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
www.eeworm.com/read/153044/12064372

m psbind.m

function theResult = psbind(self) % psbind -- Bind a "ps" object to its handle. % psbind(self) binds self, a "ps" object, to % its handle. % Copyright (C) 1999 Dr. Charles R. Denham, ZYDECO. %