代码搜索:same

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

代码结果 10,000
www.eeworm.com/read/331707/3405481

asm buffers.asm

/**************************************************************************** ** $TITLE: BP-kernel xface$ ** BUFFERS.ASM ** --------- ** Links variables into the same loca
www.eeworm.com/read/331707/3405489

asm buffers.asm

/**************************************************************************** ** $TITLE: BP-kernel xface$ ** BUFFERS.ASM ** --------- ** Links variables into the same loca
www.eeworm.com/read/322306/3526031

h file.h

/* This is the same as sys/fcntl.h for now. */ #include
www.eeworm.com/read/320652/3545576

c s_scalblnf.c

/* Nothing to do. This function is the same as scalbnf. So we define an alias. */
www.eeworm.com/read/320652/3545577

c s_scalbln.c

/* Nothing to do. This function is the same as scalbn. So we define an alias. */
www.eeworm.com/read/320652/3545682

c s_scalblnl.c

/* Nothing to do. This function is the same as scalbnl. So we define an alias. */
www.eeworm.com/read/320652/3545740

implies

# The PPro and PII cores are mostly the same. i386/i686
www.eeworm.com/read/298657/3860969

h file.h

/* This is the same as sys/fcntl.h for now. */ #include
www.eeworm.com/read/279968/4130060

h file.h

/* This is the same as sys/fcntl.h for now. */ #include
www.eeworm.com/read/407756/2258894

greet

#!/bin/bash # Scriptname: greet for name in $* # same as for name in $@ do echo Hi $name done