代码搜索:patch
找到约 9,523 项符合「patch」的源代码
代码结果 9,523
www.eeworm.com/read/419387/2077586
s tick.s
.globl _start
#
# NOTE: Registers r10-r11 are reserved for the interrupt handler
# while the others can be used by the main loop/start code.
_start:
# patch the external interrupt handlers ent
www.eeworm.com/read/418017/2092977
s tick.s
.globl _start
#
# NOTE: Registers r10-r11 are reserved for the interrupt handler
# while the others can be used by the main loop/start code.
_start:
# patch the external interrupt handlers ent
www.eeworm.com/read/412251/2172408
svn-base opensslv.h.svn-base
#ifndef HEADER_OPENSSLV_H
#define HEADER_OPENSSLV_H
/* Numeric release version identifier:
* MNNFFPPS: major minor fix patch status
* The status nibble has one of the values 0 for development,
www.eeworm.com/read/412251/2172512
h opensslv.h
#ifndef HEADER_OPENSSLV_H
#define HEADER_OPENSSLV_H
/* Numeric release version identifier:
* MNNFFPPS: major minor fix patch status
* The status nibble has one of the values 0 for development,
www.eeworm.com/read/410728/2202191
s tick.s
.globl _start
#
# NOTE: Registers r10-r11 are reserved for the interrupt handler
# while the others can be used by the main loop/start code.
_start:
# patch the external interrupt handlers ent
www.eeworm.com/read/404103/2307170
c pip_for_fb.c
#include "bbs.h"
//#define cuser currentuser
void clrnlines(int n);
enum { STRIP_ALL, ONLY_COLOR, NO_RELOAD };
int //patch for MagicBBS by Magi
clrchyiuan(int st
www.eeworm.com/read/403161/2315118
h websssl.h
/*
* websSSL.h -- SSL Patch header
*
* Copyright (c) GoAhead Software Inc., 1992-2000. All Rights Reserved.
*
* See the file "license.txt" for information on usage and redistribution
*
www.eeworm.com/read/396844/2406771
m patchpoly.m
function hcell = patchpoly(varargin)
%PATCHPOLY Patch polygon.
% PATCHPOLY(X,Y,C) plots polygon.
%
% PATCHPOLY(MAT,C) uses the column vectors in MAT.
% Written by: A. Kim
% Copyright
www.eeworm.com/read/396844/2406782
m patchpolym.m
function hcell = patchpolym(varargin)
%PATCHPOLY Patch polygon.
% PATCHPOLYM(X,Y,C) plots polygon.
%
% PATCHPOLYM(MAT,C) uses the column vectors in MAT.
% Written by: A. Kim
% Copyrigh
www.eeworm.com/read/395296/2439779
pro lib.pro
TEMPLATE = lib
QT += network
TARGET = QtAssistantClient
isEmpty(QT_MAJOR_VERSION) {
VERSION=4.3.0
} else {
VERSION=$${QT_MAJOR_VERSION}.$${QT_MINOR_VERSION}.$${QT_PATCH_VER