代码搜索:performs
找到约 4,693 项符合「performs」的源代码
代码结果 4,693
www.eeworm.com/read/248541/12554055
f irr_rch.f
subroutine irr_rch
!! ~ ~ ~ PURPOSE ~ ~ ~
!! this subroutine performs the irrigation operation when the water
!! source is a reach
!! ~ ~ ~ INCOMING VARIABLES ~ ~ ~
!! na
www.eeworm.com/read/248541/12554520
f noqual.f
subroutine noqual
!! ~ ~ ~ PURPOSE ~ ~ ~
!! this subroutine performs in-stream nutrient calculations. No transformations
!! are calculated. New concentrations of the nutrients are
www.eeworm.com/read/248541/12554754
f hhnoqual.f
subroutine hhnoqual
!! ~ ~ ~ PURPOSE ~ ~ ~
!! this subroutine performs in-stream nutrient calculations. No trans-
!! formations are calculated
!! ~ ~ ~ INCOMING VARIABLES ~ ~
www.eeworm.com/read/106468/15635954
asm bcd_add2.asm
;******************* Unsigned BCD Addition ***************
;
; This routine performs a 2 Digit Unsigned BCD Addition
; It is assumed that the two BCD numbers to be added are in
; location
www.eeworm.com/read/106468/15635961
asm bcd_add.asm
;******************* Unsigned BCD Addition ***************
;
; This routine performs a 2 Digit Unsigned BCD Addition
; It is assumed that the two BCD numbers to be added are in
; location
www.eeworm.com/read/106468/15635971
asm add_bcd.asm
;******************* Unsigned BCD Addition ***************
;
; This routine performs a 2 Digit Unsigned BCD Addition
; It is assumed that the two BCD numbers to be added are in
; location
www.eeworm.com/read/106468/15635973
asm bcd_sub.asm
;******************* Unsigned BCD Subtraction ***************
;
; This routine performs a 2 Digit Unsigned BCD Subtraction.
; It is assumed that the two BCD numbers to be subtracted are in
www.eeworm.com/read/431013/8713384
c travel.c
/*
Travel Accounting Program
Dwayne Phillips
November 1992
Command Line:
travel [return]
Purpose:
This program performs the same function as the
travel
www.eeworm.com/read/431013/8713800
c travel15.c
/*
Travel Accounting Program
Dwayne Phillips
November 1992
Command Line:
travel [return]
Purpose:
This program performs the same function as the
travel
www.eeworm.com/read/373187/9470414
asm calculator.asm
; --------------------------------------------------------------
; Calculator Example
;
; This program performs calculations of the form:
; operand1 operator operand2
; where the operator can b