代码搜索:patch
找到约 9,523 项符合「patch」的源代码
代码结果 9,523
www.eeworm.com/read/38039/1096779
mnu rndtrdftyp.mnu
DFLTRANS#TYPE
#
Corner#Sphere
Default corner transition is a sphere with radius of largest round set.
#
Corner#Sweep
Default corner transtion is two round sets swept around largest round set.
#
Patch
www.eeworm.com/read/492252/1177556
s bugfix.s
/* bugfix.s - Motorola 68040 FP miscellaneous patch routines (EXC) */
/* Copyright 1991-1993 Wind River Systems, Inc. */
.data
.globl _copyright_wind_river
.long _copyright_wind_river
/*
modifica
www.eeworm.com/read/480930/1311476
changelog 3270.changelog
ChangeLog for the UTS Global 3270-support patch
Feb 6, 2001:
* This changelog is new
* tub3270 now supports 3270 console:
Specify y for CONFIG_3270 and y for CONFIG_3270_CONSOLE.
Support for 32
www.eeworm.com/read/480682/1314883
s bugfix.s
/* bugfix.s - Motorola 68040 FP miscellaneous patch routines (EXC) */
/* Copyright 1991-1993 Wind River Systems, Inc. */
.data
.globl _copyright_wind_river
.long _copyright_wind_river
/*
modifica
www.eeworm.com/read/480145/1321643
s bugfix.s
/* bugfix.s - Motorola 68040 FP miscellaneous patch routines (EXC) */
/* Copyright 1991-1993 Wind River Systems, Inc. */
.data
.globl _copyright_wind_river
.long _copyright_wind_river
/*
modifica
www.eeworm.com/read/474814/1389484
in readme.in
README.TXT: Oracle Berkeley DB @DB_VERSION_MAJOR@.@DB_VERSION_MINOR@ Release v@DB_VERSION_MAJOR@.@DB_VERSION_MINOR@.@DB_VERSION_PATCH@
Information on known problems, changes introduced with the
curre
www.eeworm.com/read/224327/4803859
s bugfix.s
/* bugfix.s - Motorola 68040 FP miscellaneous patch routines (EXC) */
/* Copyright 1991-1993 Wind River Systems, Inc. */
.data
.globl _copyright_wind_river
.long _copyright_wind_river
/*
modifica
www.eeworm.com/read/209211/4984496
c util.c
/* utility functions for `patch' */
/* $Id: util.c,v 1.24 1997/07/10 08:16:12 eggert Exp $ */
/*
Copyright 1986 Larry Wall
Copyright 1992, 1993, 1997 Free Software Foundation, Inc.
This program is
www.eeworm.com/read/208399/4993284
cpp bezier_loft.cpp
#include "..\..\lib\Fly3D.h"
#include "bezobj.h"
void bezier_loft::init()
{
patch.reset();
if (sfmesh)
delete sfmesh;
sfmesh=0;
if (shape && path && source)
{
pos=path->pivot;
www.eeworm.com/read/204643/5032029
pl convert-sha1.pl
#!/usr/bin/perl -w
use strict;
# This is public domain code. Do whatever you want with it.
# It was originally included in Clinton Wong's Apache 1.3.6 SHA1/ldif
# patch distribution as sample code f