代码搜索:patch

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

代码结果 9,523
www.eeworm.com/read/187283/8836304

fixcpp

#!/bin/sh # # NAME: # fixcpp - fix CPP errors # # SYNOPSIS: # fixcpp [-c][-p patch_file][-b bak_dir][-n new_dir] files(s) # # DESCRIPTION: # For each named file, use sed(1) to fixup any descriptive #
www.eeworm.com/read/179813/9335875

sun5 makefile.sun5

# -*- makefile -*- # Makefile for Solaris/SunOS with Sun C++ 5.1 compiler (Forte6 patch 109490-01) CC=CC # Debug version #CFLAGS = -c -w -g -DDEBUG_LEVEL=DEBUG_TRACE -D__sun__ # Optimized
www.eeworm.com/read/374506/9401561

sh wrapper.sh

#! /bin/sh # # This is a super-duper do-it-all SFX-install script for uudeview. # $Id: wrapper.sh,v 1.21 2004/03/01 23:06:18 fp Exp $ # VERSION=0.5 PATCH=20 # echo echo -------------------------------
www.eeworm.com/read/358903/10176371

m m_vec.m

function [hp, ht] = mvec(s, x, y, varargin) % and color, etc % M_VEC Draws fancy arrows/quiverplots on a map. % [HP, HT]=M_VEC(S,LONG,LAT,VARARGIN) draws arrows as a patch % object on a map cr
www.eeworm.com/read/349739/10801511

txt readme.txt

Date: May 7, 2007 File Name: Spartan3A_v136_Speeds_Files.zip Description: Spartan3A_v136_Speeds_Files.zip is a zip file that contains the latest speeds files for Spartan-3A. This patch c
www.eeworm.com/read/471041/6904444

cmd link_nobios.cmd

/* user linker command file */ -c -heap 0x2000 -stack 0x4000 /* link with the C67x+ rts library */ -l rts67plus.lib /* link the software system patch into the application */ /* required
www.eeworm.com/read/471056/6904596

cmd link_nobios_dsplib_rom.cmd

/* user linker command file */ -c -heap 0x2000 -stack 0x4000 /* link with the C67x+ rts library */ -l rts67plus.lib /* link the software system patch into the application */ /* required
www.eeworm.com/read/471056/6904666

cmd link_nobios.cmd

/* user linker command file */ -c -heap 0x2000 -stack 0x4000 /* link with the C67x+ rts library */ -l rts67plus.lib /* link the software system patch into the application */ /* required
www.eeworm.com/read/379352/6957846

m getsegmentsedge.m

function resp = getSegmentsEdge(im,maskOrig) %resp = getSegmentsColEdge(im,patch) %Useful debugging %im = zeros(200,100,3); %im(100:130,30:40,:) = 255; %im = uint8(im); currAngles = 15:15:360; %curr
www.eeworm.com/read/296774/7114376

fixcpp

#!/bin/sh # # NAME: # fixcpp - fix CPP errors # # SYNOPSIS: # fixcpp [-c][-p patch_file][-b bak_dir][-n new_dir] files(s) # # DESCRIPTION: # For each named file, use sed(1) to fixup any descriptive #