代码搜索:Patterson
找到约 209 项符合「Patterson」的源代码
代码结果 209
www.eeworm.com/read/103854/15459624
bas misc.bas
Attribute VB_Name = "Misc"
'Copyright 1999 Patterson Programming - All Rights Reserved
'Various small Subs and Functions
Sub SWAP(A%, B%)
Hold% = A%: A% = B%: B% = Hold%
End Sub
Fu
www.eeworm.com/read/429467/8807406
asm mat_vec4.asm
;
; calculates c = a x b
;
; float a[4][4]
; float b[4]
; float c[4]
;
; void mat_vec4( c, a, b )
;
;
; James M. Patterson
; Texas Instruments
; 370 South
www.eeworm.com/read/429467/8807425
asm mat_vec3.asm
;
; calculates c = a x b
;
; float a[3][3]
; float b[3]
; float c[3]
;
; void mat_vec3( c, a, b )
;
;
; James M. Patterson
; Texas Instruments
; 370 South
www.eeworm.com/read/285721/8822001
asm mat_vec4.asm
;
; calculates c = a x b
;
; float a[4][4]
; float b[4]
; float c[4]
;
; void mat_vec4( c, a, b )
;
;
; James M. Patterson
; Texas Instruments
; 370 South
www.eeworm.com/read/285721/8822020
asm mat_vec3.asm
;
; calculates c = a x b
;
; float a[3][3]
; float b[3]
; float c[3]
;
; void mat_vec3( c, a, b )
;
;
; James M. Patterson
; Texas Instruments
; 370 South
www.eeworm.com/read/282159/9116756
asm mat_vec4.asm
;
; calculates c = a x b
;
; float a[4][4]
; float b[4]
; float c[4]
;
; void mat_vec4( c, a, b )
;
;
; James M. Patterson
; Texas Instruments
; 370 South
www.eeworm.com/read/282159/9116774
asm mat_vec3.asm
;
; calculates c = a x b
;
; float a[3][3]
; float b[3]
; float c[3]
;
; void mat_vec3( c, a, b )
;
;
; James M. Patterson
; Texas Instruments
; 370 South
www.eeworm.com/read/177686/9440647
asm mat_vec4.asm
;
; calculates c = a x b
;
; float a[4][4]
; float b[4]
; float c[4]
;
; void mat_vec4( c, a, b )
;
;
; James M. Patterson
; Texas Instruments
; 370 South
www.eeworm.com/read/177686/9440661
asm mat_vec3.asm
;
; calculates c = a x b
;
; float a[3][3]
; float b[3]
; float c[3]
;
; void mat_vec3( c, a, b )
;
;
; James M. Patterson
; Texas Instruments
; 370 South
www.eeworm.com/read/372189/9518125
asm mat_vec4.asm
;
; calculates c = a x b
;
; float a[4][4]
; float b[4]
; float c[4]
;
; void mat_vec4( c, a, b )
;
;
; James M. Patterson
; Texas Instruments
; 370 South