代码搜索:same
找到约 10,000 项符合「same」的源代码
代码结果 10,000
www.eeworm.com/read/470917/1442316
c s_scalblnf.c
/* Nothing to do. This function is the same as scalbnf. So we define an
alias. */
www.eeworm.com/read/470917/1442317
c s_scalbln.c
/* Nothing to do. This function is the same as scalbn. So we define an
alias. */
www.eeworm.com/read/470917/1442422
c s_scalblnl.c
/* Nothing to do. This function is the same as scalbnl. So we define an
alias. */
www.eeworm.com/read/459517/1569100
asm buffers.asm
/****************************************************************************
** $TITLE: BP-kernel xface$
** BUFFERS.ASM
** ---------
** Links variables into the same loca
www.eeworm.com/read/459517/1569106
asm buffers.asm
/****************************************************************************
** $TITLE: BP-kernel xface$
** BUFFERS.ASM
** ---------
** Links variables into the same loca
www.eeworm.com/read/459517/1569114
asm buffers.asm
/****************************************************************************
** $TITLE: BP-kernel xface$
** BUFFERS.ASM
** ---------
** Links variables into the same loca
www.eeworm.com/read/239312/4602432
greet
#!/bin/bash
# Scriptname: greet
for name in $* # same as for name in $@
do
echo Hi $name
done
www.eeworm.com/read/239312/4602611
greet
#!/bin/sh
# Scriptname: greet
for name in $* # Same as for name in $@
do
echo Hi $name
done
www.eeworm.com/read/237551/4626428
c s_scalblnf.c
/* Nothing to do. This function is the same as scalbnf. So we define an
alias. */