代码搜索: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/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/407756/2258894
greet
#!/bin/bash
# Scriptname: greet
for name in $* # same as for name in $@
do
echo Hi $name
done