代码搜索:patch
找到约 9,523 项符合「patch」的源代码
代码结果 9,523
www.eeworm.com/read/142097/12962381
txt patch.txt
@0220
31 40 1A 02 09 43 B0 12 2A 0E B0 12 BA 0D 55 42
0B 02 75 90 12 00 1F 24 B0 12 BA 02 55 42 0B 02
75 90 16 00 16 24 75 90 14 00 11 24 B0 12 84 0E
06 3C B0 12 94 0E 03 3C 21 53 B0 12 8C 0E B2 4
www.eeworm.com/read/142096/12962466
txt patch.txt
@0220
31 40 1A 02 09 43 B0 12 2A 0E B0 12 BA 0D 55 42
0B 02 75 90 12 00 1F 24 B0 12 BA 02 55 42 0B 02
75 90 16 00 16 24 75 90 14 00 11 24 B0 12 84 0E
06 3C B0 12 94 0E 03 3C 21 53 B0 12 8C 0E B2 4
www.eeworm.com/read/327021/13103543
h patch.h
#ifndef PATCH_H
#define PATCH_H
// Depth of variance tree: should be near SQRT(PATCH_SIZE) + 1
#define VARIANCE_DEPTH (9)
// Predefines...
class Landscape;
//
// TriTreeNode Struct
//
www.eeworm.com/read/240317/13224540
cod patch.cod
; File : $PATCH.COD$
;
; Description :
;
; Original Author : DIGITAL RESEARCH
;
; Last Edited By : $CALDERA$
;
;--------------------------------------------
www.eeworm.com/read/240317/13224753
cod patch.cod
; File : $PATCH.COD$
;
; Description :
;
; Original Author : DIGITAL RESEARCH
;
; Last Edited By : $CALDERA$
;
;--------------------------------------------
www.eeworm.com/read/138105/13260034
2 patch.2
*** iter0.c Mon Jun 20 15:22:36 1994
--- iter0.c.orig Fri Oct 28 01:49:19 1994
***************
*** 103,111 ****
if (lenx > 0) ip->x = v_get(lenx);
else ip->x = (VEC *)NULL;
! ip
www.eeworm.com/read/138105/13260038
3 patch.3
*** zmatrix.h Tue Mar 8 15:50:26 1994
--- zmatrix.h.orig Fri Oct 28 01:52:48 1994
***************
*** 34,39 ****
--- 34,41 ----
/* Type definitions for complex vectors and matri
www.eeworm.com/read/138105/13260052
1 patch.1
*** err.h Thu Jan 13 16:38:12 1994
--- err.h.orig Wed Oct 26 17:56:36 1994
***************
*** 129,135 ****
{ jmp_buf _save; int _err_num, _old_flag; \
_old_flag = set_err_flag(EF_SILENT);