代码搜索:Patterson

找到约 209 项符合「Patterson」的源代码

代码结果 209
www.eeworm.com/read/333961/12650626

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/103854/15459637

bas compfile.bas

Attribute VB_Name = "CompFile" '* Module to Compress AND Encrypt in Tandem '* Copyright 1999 Patterson Programming DefInt A-Z Const N = 4096 Const F = 18 Const NIL = N Const THRESHOLD = 2
www.eeworm.com/read/429467/8807417

asm mat_mat4.asm

; ; calculates c = a x b ; ; float a[4][4] ; float b[4][4] ; float c[4][4] ; ; void mat_mat4( c, a, b ) ; ; ; James M. Patterson ; Texas Instruments ; 370
www.eeworm.com/read/429467/8807422

asm mat_mat3.asm

; ; calculates c = a x b ; ; float a[3][3] ; float b[3][3] ; float c[3][3] ; ; void mat_mat3( c, a, b ) ; ; ; James M. Patterson ; Texas Instruments ; 370
www.eeworm.com/read/285721/8822013

asm mat_mat4.asm

; ; calculates c = a x b ; ; float a[4][4] ; float b[4][4] ; float c[4][4] ; ; void mat_mat4( c, a, b ) ; ; ; James M. Patterson ; Texas Instruments ; 370
www.eeworm.com/read/285721/8822018

asm mat_mat3.asm

; ; calculates c = a x b ; ; float a[3][3] ; float b[3][3] ; float c[3][3] ; ; void mat_mat3( c, a, b ) ; ; ; James M. Patterson ; Texas Instruments ; 370
www.eeworm.com/read/282159/9116766

asm mat_mat4.asm

; ; calculates c = a x b ; ; float a[4][4] ; float b[4][4] ; float c[4][4] ; ; void mat_mat4( c, a, b ) ; ; ; James M. Patterson ; Texas Instruments ; 370
www.eeworm.com/read/282159/9116772

asm mat_mat3.asm

; ; calculates c = a x b ; ; float a[3][3] ; float b[3][3] ; float c[3][3] ; ; void mat_mat3( c, a, b ) ; ; ; James M. Patterson ; Texas Instruments ; 370
www.eeworm.com/read/180748/9296173

copyright

This package was debianized by Patrick Patterson on Mon, 18 Feb 2002 19:49:14 -0500. It was downloaded from http://open.nit.ca/ Upstream Author: Network Integration Technologies In
www.eeworm.com/read/177686/9440655

asm mat_mat4.asm

; ; calculates c = a x b ; ; float a[4][4] ; float b[4][4] ; float c[4][4] ; ; void mat_mat4( c, a, b ) ; ; ; James M. Patterson ; Texas Instruments ; 370