代码搜索:same
找到约 10,000 项符合「same」的源代码
代码结果 10,000
www.eeworm.com/read/102935/6230740
winview readme.winview
Support for the Leadtek WinView 601 TV/FM by Jon Tombs
This card is basically the same as all the rest (Bt484A, Philips tuner),
the main difference is that they have attached a p
www.eeworm.com/read/101082/6243075
2c l4.2c
#print
Does the neqn input
.EQ
~a
over
b~
.EN
produce the same output as the input
.EQ
a~ over ~b
.EN
Answer yes or no.
#copyin
#user
#uncopyin
#match no
#log
#next
4.1d 10
www.eeworm.com/read/101082/6243110
2d l3.2d
#print
Does the equation
x sup pi sub i
produce the same output as
x sub i sup pi
Answer yes or no.
#copyin
#user
#uncopyin
#match no
#log
#next
3.1e 10
www.eeworm.com/read/101082/6243337
1b l50.1b
#print
You can use all the special characters in the
search commands. For example,
/^cat/p
prints the first line that BEGINS with 'cat'.
You can even leave out the 'p':
/^cat/
does the same thing.
www.eeworm.com/read/101042/6258242
s pa-risc2.s
;
; PA-RISC 2.0 implementation of bn_asm code, based on the
; 64-bit version of the code. This code is effectively the
; same as the 64-bit version except the register model is
; slightly different g
www.eeworm.com/read/101015/6262180
inc dlg.inc
;WARNING: This file contains some of the same constants as DLG.H
;WARNING: When making a change to one, make it to both!
isNothing EQU 0ffffh
tmcMake EQU (tmcUserMin+0)
tmcMakeExit EQU (tmcUs
www.eeworm.com/read/100503/6268847
s pa-risc2.s
;
; PA-RISC 2.0 implementation of bn_asm code, based on the
; 64-bit version of the code. This code is effectively the
; same as the 64-bit version except the register model is
; slightly different g
www.eeworm.com/read/100285/6271812
c ecpg.c
/* New main for ecpg, the PostgreSQL embedded SQL precompiler. */
/* (C) Michael Meskes Feb 5th, 1998 */
/* Placed under the same copyright as PostgresSQL */
#include "postgres.h"
www.eeworm.com/read/100133/6273506
sa char_set.sa
class CHAR_SET is
include ARRAY{BOOL};
create ( ba : ARRAY{BOOL} ) : SAME
pre ~void(ba) is
res ::= new( ba.size );
-- copy: expensive
loop
res.set!( ba.elt! );
www.eeworm.com/read/291067/6303006
m dftopm.m
function B = dftopm(N,M)
%DFTOPM generates a DFT operator matrix B such that the discrete 1D-Fourier
% transform of a spatial vector x is given by X = B*x. The DFT is defined
% in the same way as