代码搜索:itself

找到约 5,630 项符合「itself」的源代码

代码结果 5,630
www.eeworm.com/read/490761/6442134

m acyclic.m

function b = acyclic(adj_mat, directed) % ACYCLIC Returns true iff the graph has no (directed) cycles. % b = acyclic(adj_mat, directed) adj_mat = double(adj_mat); if nargin < 2, directed = 1; en
www.eeworm.com/read/339483/12231763

sh self-source.sh

#!/bin/bash # self-source.sh: a script sourcing itself "recursively." # From "Stupid Script Tricks," Volume II. MAXPASSCNT=100 # Maximum number of execution passes. echo -n "$pass_count " # At
www.eeworm.com/read/162614/5531043

c macro11.c

/* Copyright (C) 2001 Free Software Foundation, Inc. */ /* { dg-do preprocess } */ /* Source: Neil Booth, 2 Oct 2001. Tests that we clear the disabled flag that is set by the macro-defined-t
www.eeworm.com/read/202486/15381529

cpp ex0213.cpp

// Programming with C++, Second Edition, by John R. Hubbard // Copyright McGraw-Hill, 2000 // Example 2.13 on page 27 // Floating-point Overflow #include using namespace std;
www.eeworm.com/read/104056/15711154

into-self

#!/bin/sh # Confirm that copying a directory into itself gets a proper diagnostic. # In 4.0.35 and earlier, `mkdir dir && cp -R dir dir' would produce this: # cp: won't create hard link `dir/dir/dir
www.eeworm.com/read/180544/9303116

symbol shift_proc.exe.symbol

< THE SYMBOL TABLE > shift_proc.exe -- emu8086 assembler version: 4.02 =================================================================================================== Name
www.eeworm.com/read/180544/9303117

symbol shift_macro.exe.symbol

< THE SYMBOL TABLE > shift_macro.exe -- emu8086 assembler version: 4.02 =================================================================================================== Name
www.eeworm.com/read/442749/7645688

py using_name.py

#!/usr/bin/env python # Filename: using_name.py if __name__=='__main__': print 'This program is being run by itself' else: print 'I am being imported from another module'
www.eeworm.com/read/440253/7691558

symbol 模拟枪声.com.symbol

< SYMBOL TABLE > ======================================= Name Offset Size Type Segment ======================================= CODE 00000 -5 SEGMENT (ITSELF) GUN 00000 -1 FAR CODE START 00000 -1
www.eeworm.com/read/435264/7794824

py using_name.py

#!/usr/bin/env python # Filename: using_name.py if __name__=='__main__': print 'This program is being run by itself' else: print 'I am being imported from another module'