代码搜索:itself
找到约 5,630 项符合「itself」的源代码
代码结果 5,630
www.eeworm.com/read/157653/11676621
awk mkopcodec.awk
#!/usr/bin/awk -f
#
# This AWK script scans the opcodes.h file (which is itself generated by
# another awk script) and uses the information gleaned to create the
# opcodes.c source file.
#
# Opcodes.c
www.eeworm.com/read/154760/11928471
m system_res.m
function varargout = system_res(varargin)
% SYSTEM_RES M-file for system_res.fig
% SYSTEM_RES, by itself, creates a new SYSTEM_RES or raises the existing
% singleton*.
%
% H = SYST
www.eeworm.com/read/153580/12025624
asm st_ext32.asm
* PROGRAM TO DEMONSTRATE THE SELF-TEST MODE IN 24x/240xA CAN *
* Simple loop back test: the CAN sends a message to itself.
; MAILBOX 3 for TRANSMISSION / MAILBOX 2 for RECEPTION
.include "2
www.eeworm.com/read/255284/12090180
m kalman_gui.m
function varargout = kalman_gui(varargin)
% KALMAN_GUI M-file for kalman_gui.fig
% KALMAN_GUI, by itself, creates a new KALMAN_GUI or raises the existing
% singleton*.
%
% H = KALM
www.eeworm.com/read/207651/15266368
html sec-manipulatingthelistitself.html
Manipulating the list itself
www.eeworm.com/read/488838/1227184
js calendar-en.js
// ** I18N
// Calendar EN language
// Author: Mihai Bazon,
// Encoding: any
// Distributed under the same terms as the calendar itself.
// For translators: please use UTF-8 if p
www.eeworm.com/read/476745/1367212
js calendar-de.js
// ** I18N
// Calendar DE language
// Author: Jack (tR),
// Encoding: any
// Distributed under the same terms as the calendar itself.
// For translators: please use UTF-8 if pos
www.eeworm.com/read/475770/1382348
js calendar-en.js
// ** I18N
// Calendar EN language
// Author: Mihai Bazon,
// Encoding: any
// Distributed under the same terms as the calendar itself.
// For translators: please use UTF-8 if p
www.eeworm.com/read/470720/1451564
c 20020605-1.c
/* This testcase caused on IA-32 -O2 endless loop in
merge_blocks when trying to merge a basic block
with itself. */
void f (void)
{
char *c;
do
{
if (c)
break;
}
while (1
www.eeworm.com/read/470720/1451852
c sibcall-1.c
/* Simple check that sibling calls are performed from a
void non-leaf-function taking one int argument calling itself.
Copyright (C) 2002 Free Software Foundation Inc.
Contributed by Hans-Pe