代码搜索:Henry
找到约 1,170 项符合「Henry」的源代码
代码结果 1,170
www.eeworm.com/read/183001/5259610
c regexec.c
/*
* re_*exec and friends - match REs
*
* Copyright (c) 1998, 1999 Henry Spencer. All rights reserved.
*
* Development of this software was funded, in part, by Cray Research Inc.,
* UUNET Commun
www.eeworm.com/read/167185/5464689
h hsgetopt.h
/*
* The function definitions for Henry Spencer's getopt code
*/
extern int hs_getopt();
extern int hs_resetopt();
extern int hs_optind;
extern char * hs_optarg;
www.eeworm.com/read/334125/3373878
c libnet_join.c
/*
Unix SMB/CIFS implementation.
Copyright (C) Stefan Metzmacher 2004
Copyright (C) Andrew Bartlett 2005
Copyright (C) Brad Henry 2005
This program is free s
www.eeworm.com/read/334125/3373898
c libnet_vampire.c
/*
Unix SMB/CIFS implementation.
Extract the user/system database from a remote server
Copyright (C) Stefan Metzmacher 2004-2006
Copyright (C) Brad Henry 2005
Copyright (C) Andrew
www.eeworm.com/read/377359/2701924
java chatclient.java
package com.henry.networkings;
import java.io.*;
import java.net.*;
public class ChatClient {
public static void main(String[] args) {
if (args.length != 2 ) {
System
www.eeworm.com/read/377359/2701932
java fileforos.java
package com.henry.filestream;
import java.io.*;
public class FileForOS {
/**
* @param args
*/
public static void main(String[] args) {
// TODO Auto-generated method stub
FileFo
www.eeworm.com/read/160303/5573357
setup
# shell file setting up environment for freeswan CVS access
# This is here, rather than in .profiles, because Henry has local access
# and doesn't want to duplicate this stuff.
PATH=$PATH:/sandel/bin
www.eeworm.com/read/100119/15883621
h regexp.h
/* vi:set ts=8 sts=4 sw=4:
* NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE
*
* This is NOT the original regular expression code as written by
* Henry Spencer. This code
www.eeworm.com/read/183994/9126841
makefile
# Makefile for Cross Interleaved Reed Solomon encoder/decoder
#
# (c) Henry Minsky, Universal Access 1991-1996
#
RANLIB = ranlib
AR = ar
VERSION = 1.0
DIRNAME= rscode-$(VERSION)
CC = gcc
# OPTIMI
www.eeworm.com/read/183994/9126851
c crcgen.c
/*****************************
*
* CRC-CCITT generator simulator for byte wide data.
*
*
* CRC-CCITT = x^16 + x^12 + x^5 + 1
*
*
* Henry Minsky (1991)
*
* CRC code lifted from "C Programme