代码搜索:itself
找到约 5,630 项符合「itself」的源代码
代码结果 5,630
www.eeworm.com/read/443245/7635667
build-process readme.build-process
During memory testing memtest86+ relocates itself in memory so it can test the
memory it was previously running from. memtest86+ is compiled as position mostly
independent code. Some relocations r
www.eeworm.com/read/442630/7648672
h xgate_vectors.h
#ifndef __XGATE_H_
#define __XGATE_H_
#pragma CODE_SEG XGATE_CODE
typedef struct {
void (*isr)(void); /* address of the routine itself */
/* unsigned int *const data; */ /* private data of
www.eeworm.com/read/440145/7693442
m wavelet_thresh_traditional.m
function varargout = wavelet_thresh_traditional(varargin)
% WAVELET_THRESH_TRADITIONAL M-file for wavelet_thresh_traditional.fig
% WAVELET_THRESH_TRADITIONAL, by itself, creates a new WAVELET_THR
www.eeworm.com/read/436920/7758848
c boot.c
/*
* File: boot.c
*
* rrload moves itself from flash to RAM
*
* Copyright (C) 2002 RidgeRun, Inc.
* Author: RidgeRun, Inc
*
* This program is free software; you can red
www.eeworm.com/read/435547/7790682
m stretch_gui.m
function varargout = stretch_gui(varargin)
% STRETCH_GUI M-file for stretch_gui.fig
% STRETCH_GUI, by itself, creates a new STRETCH_GUI or raises the existing
% singleton*.
%
% H =
www.eeworm.com/read/434781/7802037
java ex19.java
// innerclasses/Ex19.java
// TIJ4 Chapter Innerclasses, Exercise 19, page 366
/* Create a class containing an inner class that itself contains an inner
* class. Repeat this using nested classes. No
www.eeworm.com/read/433768/7910633
m myjet.m
function J = myjet(m)
%function J = myjet(m)
%MYJET: Variant of
%{
%JET Variant of HSV.
% JET(M), a variant of HSV(M), is the colormap used with the
% NCSA fluid jet image.
% JET, by itself, is the s
www.eeworm.com/read/297846/7992301
m capped_wedge_gui.m
function varargout = Capped_Wedge_GUI(varargin)
% CAPPED_WEDGE M-file for Capped_Wedge.fig
% CAPPED_WEDGE, by itself, creates a new CAPPED_WEDGE or raises the existing
% singleton*.
%
www.eeworm.com/read/297846/7992349
m stretch_gui.m
function varargout = stretch_gui(varargin)
% STRETCH_GUI M-file for stretch_gui.fig
% STRETCH_GUI, by itself, creates a new STRETCH_GUI or raises the existing
% singleton*.
%
% H =
www.eeworm.com/read/333003/12712343
java ex19.java
// innerclasses/Ex19.java
// TIJ4 Chapter Innerclasses, Exercise 19, page 366
/* Create a class containing an inner class that itself contains an inner
* class. Repeat this using nested classes. No