代码搜索:same

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

代码结果 10,000
www.eeworm.com/read/174990/5352878

js popupwin.js

// (c) dynarch.com 2003-2004 // Distributed under the same terms as HTMLArea itself. function PopupWin(editor, title, handler, initFunction) { this.editor = editor; this.handler = handler; var dlg
www.eeworm.com/read/174804/5357036

c write.c

/* write.c -- write bytes to an output device. */ extern int outbyte(char); /* * write -- write bytes to the serial port. Ignore fd, since * stdout and stderr are the same. Since we hav
www.eeworm.com/read/174804/5357122

c write.c

/* write.c -- write bytes to an output device. */ extern int outbyte(char); /* * write -- write bytes to the serial port. Ignore fd, since * stdout and stderr are the same. Since we hav
www.eeworm.com/read/173155/5376199

m qam.m

% QAM.m compares OFDM (multicarrier) to multi-level QAM (single carrier) % when they transmit the same # of bits in a given time period setup read % read data for QAM - does not affect OFDM dat
www.eeworm.com/read/173155/5376209

asv qam.asv

% QAM.m compares OFDM (multicarrier) to multi-level QAM (single carrier) % when they transmit the same # of bits in a given time period setup read % read data for QAM - does not affect OFDM dat
www.eeworm.com/read/173155/5376267

m qam.m

% QAM.m compares OFDM (multicarrier) to multi-level QAM (single carrier) % when they transmit the same # of bits in a given time period setup read % read data for QAM - does not affect OFDM dat
www.eeworm.com/read/173155/5376277

asv qam.asv

% QAM.m compares OFDM (multicarrier) to multi-level QAM (single carrier) % when they transmit the same # of bits in a given time period setup read % read data for QAM - does not affect OFDM dat
www.eeworm.com/read/173141/5379038

sql floattypes.sql

-- ** insert decimal.sql -- -- Test DECIMAL and NUMERIC. Note that we -- know that DECIMAL and NUMERIC are pretty much the -- same thing, so we don't do much testing with -- the two types other than
www.eeworm.com/read/170577/5403409

tcl mutex.tcl

#Init the ticket variable. Resources is the amount of processes #that can run the given command at same time proc init_ticket { ticket { resources 1 }} { upvar #0 ${ticket}_inputs ticket_inputs up
www.eeworm.com/read/168763/5436724

h bitops.h

#ifndef _LINUX_BITOPS_H #define _LINUX_BITOPS_H /* * ffs: find first bit set. This is defined the same way as * the libc and compiler builtin ffs routines, therefore * differs in spirit from the