代码搜索:self
找到约 10,000 项符合「self」的源代码
代码结果 10,000
www.eeworm.com/read/225531/4794826
into-self
#! /bin/sh
# Demonstrate how mv fails when it tries to move a directory into itself.
if test "$VERBOSE" = yes; then
set -x
mv --version
fi
dir=toself-dir
file=toself-file
test_failure=0
rm -rf
www.eeworm.com/read/225531/4795253
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/104056/15711110
into-self
#! /bin/sh
# Demonstrate how mv fails when it tries to move a directory into itself.
if test "$VERBOSE" = yes; then
set -x
mv --version
fi
dir=toself-dir
file=toself-file
test_failure=0
rm -rf
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/192426/8382172
dbg self.dbg
IMAGECRAFT DEBUG FORMAT
VERSION 1.1
CPU AVR
DIR E:\icc\iccavr\mega8\mega8\boot\
FILE main.c
FUNC sendchar 1C6E fV
BLOCK 18 1C6E
DEFREG c 16 c
LINE 18 1C6E
LINE 19 1C6E
LINE 19 1C6E
LINE 20
www.eeworm.com/read/192426/8382181
mp self.mp
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
----------
www.eeworm.com/read/192426/8382183
mak self.mak
CC = iccavr
CFLAGS = -Ie:\ICC\include\ -e -l -g -Mavr_enhanced_small -Wa-W
ASFLAGS = $(CFLAGS) -Wa-g
LFLAGS = -Le:\ICC\lib\ -g -ucrtboot.o -Wl-W -bvector:0x1c00.0x2000 -bfunc_lit:0x1c26.0x2000
www.eeworm.com/read/192426/8382186
_h self._h
//芯片代码
#define device 0x77
//信号字节
#define sig_byte1 0x1E
#define sig_byte2 0x93
#define sig_byte3 0x07
//IAP编程页面
#define PAGESIZE 64 //Size in Bytes
#define APP_PAGES ((8192/PAGESIZE)-
www.eeworm.com/read/192426/8382188
h self.h
//芯片代码
#define device 0x77
//信号字节
#define sig_byte1 0x1E
#define sig_byte2 0x93
#define sig_byte3 0x07
//IAP编程页面
#define PAGESIZE 64 //Size in Bytes
#define APP_PAGES ((8192/PAGESIZE)-