代码搜索:same

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

代码结果 10,000
www.eeworm.com/read/323403/13341120

v dp_ram.v

//------------------------------------------------------------------ 2 // Dual port memory (one read and one write port, same width) 3 //-------------------------------------------------------------
www.eeworm.com/read/136707/13364527

txt xdouble.txt

/**************************************************************************\ MODULE: xdouble SUMMARY: The class xdouble is used to represent floating point numbers with the same precisi
www.eeworm.com/read/136989/5828916

readme

This is a simple example that would take a number and return the square of the number through the same argument.
www.eeworm.com/read/402666/11530694

txt xdouble.txt

/**************************************************************************\ MODULE: xdouble SUMMARY: The class xdouble is used to represent floating point numbers with the same precisi
www.eeworm.com/read/123955/14604619

txt xdouble.txt

/**************************************************************************\ MODULE: xdouble SUMMARY: The class xdouble is used to represent floating point numbers with the same precisi
www.eeworm.com/read/119084/14839736

txt xdouble.txt

/**************************************************************************\ MODULE: xdouble SUMMARY: The class xdouble is used to represent floating point numbers with the same precision as a '
www.eeworm.com/read/119079/14840159

txt xdouble.txt

/**************************************************************************\ MODULE: xdouble SUMMARY: The class xdouble is used to represent floating point numbers with the same precisi
www.eeworm.com/read/208919/15231051

c l1.overassoc.c

/*---------------------------------------------------------------------------- * * THE EXAMPLE DEMONSTRATING PERFORMANCE DROP * that occurs when processed data hit the same cache line *
www.eeworm.com/read/35675/1059622

greet

#!/bin/bash # Scriptname: greet for name in $* # same as for name in $@ do echo Hi $name done
www.eeworm.com/read/35675/1059858

greet

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