代码搜索:patch
找到约 9,523 项符合「patch」的源代码
代码结果 9,523
www.eeworm.com/read/127689/14340275
c ospfh_main.c
#include "ospfh.h"
#include "ospfh_patch.h"
void main()
{
struct thread thread;
struct thread_master *master;
struct ospf *ospf_top;
char * config_file; //path to the configuration file
www.eeworm.com/read/127689/14340299
c ospfh_vector.c
/*ospf_vector.c*/
#include "ospfh.h"
#include "ospfh_patch.h"
struct vector*
vector_init (unsigned int size)
{
struct vector *v = XMALLOC (1, sizeof (struct vector));
/* allocate at lea
www.eeworm.com/read/127689/14340314
c ospfh_socket.c
/*ospfh_socket.c*/
#include "ospfh.h"
#include "ospfh_patch.h"
void
ospf_sock_init ()
{
// int ospf_sock;
WSADATA WSAData;
if (WSAStartup(MAKEWORD(2,2), &WSAData)!=0)
{
www.eeworm.com/read/127689/14340319
c ospfh_packet.c
/* The receiving and sending of the ospfh packet */
#include "ospfh.h"
#include "ospfh_patch.h"
struct ospf_packet *
ospf_packet_new (size_t size)
{
struct ospf_packet *new;
ne
www.eeworm.com/read/127689/14340331
c ospfh_main.c
#include "ospfh.h"
#include "ospfh_patch.h"
void main()
{
struct thread thread;
struct thread_master *master;
struct ospf *ospf_top;
char * config_file; //path to the configuration file
www.eeworm.com/read/127689/14340358
c ospfh_vector.c
/*ospf_vector.c*/
#include "ospfh.h"
#include "ospfh_patch.h"
struct vector*
vector_init (unsigned int size)
{
struct vector *v = XMALLOC (1, sizeof (struct vector));
/* allocate at lea
www.eeworm.com/read/207874/15260166
in config.h.in
/* config.h.in. Generated from configure.ac by autoheader. */
#include "xorg-server.h"
/* Major version */
#undef ATI_VERSION_MAJOR
/* Minor version */
#undef ATI_VERSION_MINOR
/* Patch version
www.eeworm.com/read/13887/285301
m eeg_plot_surf.m
function p = eeg_plot_surf(p)
% EEG_PLOT_SURF - Plot a patch surface with voltage colourmap
%
% p = eeg_plot_surf(p)
%
% fields of p struct used:
%
% p.rangeMethod - initialised by e
www.eeworm.com/read/13887/285356
m eeg_colormap_script.m
% EEG_COLORMAP_Script to play with colour mapping
clear all, close all
Map = eeg_colormap('Red/Blue/White'); colormap(Map);
for i = 1:size(Map,1)
c = Map(i,:); % define patch color
www.eeworm.com/read/34867/1045434
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