代码搜索:patch
找到约 9,523 项符合「patch」的源代码
代码结果 9,523
www.eeworm.com/read/137365/13326197
exe patch.exe
www.eeworm.com/read/137181/13341366
exe patch.exe
www.eeworm.com/read/137181/13341367
dsp patch.dsp
# Microsoft Developer Studio Project File - Name="patch" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Con
www.eeworm.com/read/137181/13341369
cpp patch.cpp
// patch.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include
int main(int argc, char* argv[])
{
FILE *h = fopen( "xdsfast1.sys", "rb+");
www.eeworm.com/read/137181/13341370
dsw patch.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/321126/13411893
murphytalk-patch
--- MurphyPinyin/PinyinEngine.cpp 2004-07-19 01:48:01.000000000 +0800
+++ mpy/PinyinEngine.cpp 2004-07-28 23:20:25.000000000 +0800
@@ -26,7 +26,7 @@
PinyinEngine::PinyinEngine(const char *table_fi
www.eeworm.com/read/314529/13564910
exe patch.exe
www.eeworm.com/read/310556/13649213
c patch.c
/*ident "@(#)cfront:patch/patch.c 1.3"*/
/*patch: Patch an a.out to ensure that static constructors are called.
Currently this is in good-old-C.
This code uses -lld, the Unix system V functions for
www.eeworm.com/read/309167/13680414
patch memory.patch
118d117
<
144c143
< buf = (int_t *) SUPERLU_MALLOC(n * sizeof(int_t));
---
> buf = (int_t *) SUPERLU_MALLOC( SUPERLU_MAX(1, n) * sizeof(int_t));
152c151
< buf = (int_t *) SUPERLU_MALLOC(n
www.eeworm.com/read/309167/13680417
patch dmemory.patch
132c132
< buf = (double *) SUPERLU_MALLOC(n * sizeof(double));
---
> buf = (double *) SUPERLU_MALLOC( SUPERLU_MAX(1, n) * sizeof(double) );
141c141
< buf = (double *) SUPERLU_MALLOC(n *