代码搜索:same
找到约 10,000 项符合「same」的源代码
代码结果 10,000
www.eeworm.com/read/113651/15452024
h sa1100jtag.h
//JFLASH V0.2
//built from the sa1110jtag.h from Nicolas Pitre and the SA1100 BSDL file from Intel by steve@steves-house.org.uk
#define SA1100_CHAIN_LENGTH 279 //was 292
#define ROM_SEL_IN 0 /
www.eeworm.com/read/111344/15514327
txt ctlseq2.txt
Date: 12 Sep 89 17:44:43 GMT
From: crdgw1!montnaro@uunet.uu.net (Skip Montanaro)
Organization: GE Corporate Research & Development, Schenectady, NY
Subject: XTerm Escape Sequences (X11 Version)
To: x
www.eeworm.com/read/111254/15515938
txt testspbi-output.txt
updating 'same name' tel# 23456 to new tel# 12345(index 5)
deleting 'Nummer 3' tel# 3333333 (index #2)
deleting 'Nummer 4' tel# 4444444 (index #4)
inserting 'Nummer 4' tel# 4444444 (index #1)
inse
www.eeworm.com/read/106468/15635959
asm half_dup.asm
; RS-232 Communication With PIC16C54
;
; Half Duplex Asynchronous Communication
;
; This program has been tested at Bauds from 1200 to 19200 Baud
; ( @
www.eeworm.com/read/100996/15858498
txt testspbi-output.txt
updating 'same name' tel# 23456 to new tel# 12345(index 5)
deleting 'Nummer 3' tel# 3333333 (index #2)
deleting 'Nummer 4' tel# 4444444 (index #4)
inserting 'Nummer 4' tel# 4444444 (index #1)
inse
www.eeworm.com/read/100559/15872269
txt testspbi-output.txt
updating 'same name' tel# 23456 to new tel# 12345(index 5)
deleting 'Nummer 3' tel# 3333333 (index #2)
deleting 'Nummer 4' tel# 4444444 (index #4)
inserting 'Nummer 4' tel# 4444444 (index #1)
insertin
www.eeworm.com/read/387560/8665162
m mlem_deconv.m
From fessler@eecs.umich.edu Thu Jun 1 16:56 EDT 2000
To: millsk@engin.umich.edu
Subject: ml-em
Cc: fessler@eecs.umich.edu
Content-Type: text
Content-Length: 539
function f = mlem(f, g, h)
if nargi
www.eeworm.com/read/430031/8771600
m sinc.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% sinc.m
% same as Matlab's sinc function
% sinc(x) = sin(pi*x)/(pi*x)
% Last updated 8/31/00 by K. Bell
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
function y=sinc(x)
y=
www.eeworm.com/read/430031/8771665
m sinc.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% sinc.m
% same as Matlab's sinc function
% sinc(x) = sin(pi*x)/(pi*x)
% Last updated 8/31/00 by K. Bell
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
function y=sinc(x)
y=
www.eeworm.com/read/285975/8797228
038_prob ch12.038_prob
##############################################################################
## Code fragment (NOT RECOMMENDED) from Chapter 12 of "Perl Best Practices" ##
## Copyright (c) O'Reilly & Associates