代码搜索:Routine
找到约 10,000 项符合「Routine」的源代码
代码结果 10,000
www.eeworm.com/read/382895/8991603
html ftpoptions.html
FtpOptions
FtpOptions
Set connection options.
SYNOPSIS
#include <ftplib.h>
int FtpOptions(int opt, long val, netbuf *nContr
www.eeworm.com/read/426756/9001664
c sngks32ctimer.c
/************************************************
* modify : hugang hgxxx@51eda.com *
* data : 2004-05-03 *
************************************************/
/* sngks32cTimer.c - Samsung
www.eeworm.com/read/283498/9015970
txt conv.txt
Conversion Routines
-------------------
The stdlib conversion routines follow a uniform format of storing the data
to be converted and returned. Most routines accept input and return data
of
www.eeworm.com/read/283498/9016357
asm geti.asm
; GETI.ASM
;
; This module contains the integer input routine for the matrix
; example in Chapter Eight
.nolist
include stdlib.a
.list
include matrix.a
InpSeg segment para publi
www.eeworm.com/read/283498/9016364
asm getarray.asm
; GETARRAY.ASM
;
; This module contains the GetArray input routine. This routine reads a
; set of values for a row of some array.
.386
option segment:use16
.nolist
include stdlib.a
www.eeworm.com/read/283498/9016546
asm pro6_4.asm
; PROJ6_4.ASM-
;
; A PutString routine. You are to write a subroutine that outputs the
; zero terminated string pointed at by the ES:DI register pair. Your
; subroutine should preserve all regis
www.eeworm.com/read/283498/9017046
asm delay18.asm
; Delay18.asm
;
; Software/Hardware based Delay Subroutine
.xlist
include stdlib.a
includelib stdlib.lib
.list
; PPI_B is the I/O address of the keyboard/speaker control
; port.