代码搜索:patch

找到约 9,523 项符合「patch」的源代码

代码结果 9,523
www.eeworm.com/read/221738/4826997

patchme

# master confi.mk echo "CROSS_COMPILE = powerpc-linux-" >>include/config.mk # patch the examples/Makefile to ignore return value from OBJCOPY sed -e 's/$(OBJCOPY)/-&/' < examples/Makefile > examples
www.eeworm.com/read/221464/4831835

news

23 October 2003 Fixed bug where a class would appear more than one in the generated code. 6 October 2003 Fixed bug reported by Niall Douglas (using his patch) about UniqueInt not appearing corre
www.eeworm.com/read/221272/4834431

patchme

# master confi.mk echo "CROSS_COMPILE = powerpc-linux-" >>include/config.mk # patch the examples/Makefile to ignore return value from OBJCOPY sed -e 's/$(OBJCOPY)/-&/' < examples/Makefile > examples
www.eeworm.com/read/217381/4873026

patchme

# master confi.mk echo "CROSS_COMPILE = powerpc-linux-" >>include/config.mk # patch the examples/Makefile to ignore return value from OBJCOPY sed -e 's/$(OBJCOPY)/-&/' < examples/Makefile > examples
www.eeworm.com/read/209584/4958742

patchme

# master confi.mk echo "CROSS_COMPILE = powerpc-linux-" >>include/config.mk # patch the examples/Makefile to ignore return value from OBJCOPY sed -e 's/$(OBJCOPY)/-&/' < examples/Makefile > examples
www.eeworm.com/read/209559/4970245

h sfnt_info.h

#ifndef __SOUND_SFNT_INFO_H #define __SOUND_SFNT_INFO_H /* * Patch record compatible with AWE driver on OSS * * Copyright (C) 1999-2000 Takashi Iwai * * This program is free software; you ca
www.eeworm.com/read/206983/5003959

patchme

# master confi.mk echo "CROSS_COMPILE = powerpc-linux-" >>include/config.mk # patch the examples/Makefile to ignore return value from OBJCOPY sed -e 's/$(OBJCOPY)/-&/' < examples/Makefile > examples
www.eeworm.com/read/205824/5017360

txt ipv6.txt

IPv6 support in rdesktop ======================== The IPv6 support was developed by Mike Dawson : Attached is a patch to tcp.c to enable IPv6 support. Build with 'I
www.eeworm.com/read/202075/5056200

java multilayerperceptronoperatorresult.java

package eti.bi.alphaminer.patch.standard.operation.result; import java.util.ArrayList; import javax.swing.JTable; import javax.swing.table.TableColumnModel; import weka.classifiers.Classifier;
www.eeworm.com/read/202075/5056241

java linearregressionoperator.java

package eti.bi.alphaminer.patch.standard.operation.operator; import java.util.Vector; import com.prudsys.pdm.Core.MiningException; import eti.bi.alphaminer.operation.operator.ModelOperator; im