代码搜索:third
找到约 4,828 项符合「third」的源代码
代码结果 4,828
www.eeworm.com/read/277287/10648038
file teststream.file
####
Fifth insertion--at pos. 1.
####
first entry
####
second entry
####
Sixth insertion--at current pos.
####
Replacement text for 2nd insertion.
####
third entry
####
fourth entry
####
First inserti
www.eeworm.com/read/277287/10648106
new teststream.new
####
Fifth insertion--at pos. 1.
####
first entry
####
second entry
####
Sixth insertion--at current pos.
####
Replacement text for 2nd insertion.
####
third entry
####
fourth entry
####
First inserti
www.eeworm.com/read/417309/10995867
txt 07-03.txt
% exchange the value of two numbers without the third variable
function [a,b] = exchange(a,b)
disp('step1:a = a + b');
a = a + b
disp('step2:b = a - b');
b = a - b
disp('step3:a = a - b');
a =
www.eeworm.com/read/458360/7298602
h ftw.h
/* @(#) ftw.h 1.3 1/27/86 17:46:42 */
/*ident "@(#)cfront:incl/ftw.h 1.3"*/
/*
* Codes for the third argument to the user-supplied function
* which is passed as the second argument to ftw
*/
#defi
www.eeworm.com/read/446857/7563853
xml rich_iii.xml
The Tragedy of Richard the Third
Text placed in the public domain by Moby Lexical Tools, 1992.
SGML marku
www.eeworm.com/read/329183/12971791
c delay.c
#include "delay_h.h"
/*-----------------------------------------
5uS延时
MODE 1
16BIT
Third GROUP REGISTER R7 R6
------------------------------------------*/
void delay5us(uint utim
www.eeworm.com/read/310556/13649277
h ftw.h
/* @(#) ftw.h 1.3 1/27/86 17:46:42 */
/*ident "@(#)cfront:incl/ftw.h 1.3"*/
/*
* Codes for the third argument to the user-supplied function
* which is passed as the second argument to ftw
*/
#defi
www.eeworm.com/read/147766/5722372
c joystick.c
/*
* Atari Joystick Driver for Linux
* by Robert de Vries (robert@and.nl) 19Jul93
*
* 16 Nov 1994 Andreas Schwab
* Support for three button mouse (shamelessly stolen from MiNT)
* third button wi
www.eeworm.com/read/136786/5863362
c joystick.c
/*
* Atari Joystick Driver for Linux
* by Robert de Vries (robert@and.nl) 19Jul93
*
* 16 Nov 1994 Andreas Schwab
* Support for three button mouse (shamelessly stolen from MiNT)
* third button wi
www.eeworm.com/read/131315/5938508
c coff-msym.c
/* BFD support to byte-swap a symbol table in MIPS (Third-Eye, `ecoff') format.
Copyright 1992 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
This pr