代码搜索:Local

找到约 10,000 项符合「Local」的源代码

代码结果 10,000
www.eeworm.com/read/118628/14861410

c ftp.c

/* * Copyright (c) 1985, 1989 Regents of the University of California. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted
www.eeworm.com/read/118194/14882357

orig title.py.orig

#!/usr/local/bin/python import sys import re p = r'(.*?)' p = r'((.|\n)*?)' filename = sys.argv[1] data = open(filename).read() m = re.search(p,da
www.eeworm.com/read/218331/14926280

install

### This is the INSTALL script for the the stuff in the linux directory. ### (2-22-98) DIR=$PWD cp -p modemu /usr/bin cp -p mtelnet /usr/bin cp -p lrz /usr/bin cp -p lsz /usr/bin if [ -d /usr/man/
www.eeworm.com/read/117357/14928463

readme

******************************************************************************** * * * Copyright J.R. Quinlan, 1987, 1988, 1989, 1990, 1991, 1992. This software * * may not be distr
www.eeworm.com/read/217407/14965712

hh gishelp.hh

#define Contents 1 #define layer 4 #define local 7 #define pose 8 #define Preface 2 #define query 5 #define toolbar 6 #define view 3
www.eeworm.com/read/217182/14975106

cpp symbol.cpp

#include #include #include int NUMBER; int main(void) { int NUMBER; clrscr(); NUMBER=1; printf("\n-*-*-*- Before changing the NUMBER -*-*-*-"); printf
www.eeworm.com/read/116388/14976097

cpp pr05004.cpp

//////////////////////////////////////// // File Name: pr05004.cpp //////////////////////////////////////// #include // A global variable. int amount = 123; //////////////////////
www.eeworm.com/read/216443/15006871

m findmaxima.m

function [maximaout,yout] = findmaxima(x,F) %FINDMAXIMA Find location of local maxima % Usage: [maximaout,yout] = findmaxima(x,F); % % F is number of maxima to find. % % Google for local maxima
www.eeworm.com/read/115583/15008504

java accounthome.java

package examples; import javax.ejb.*; import java.util.Collection; import java.rmi.RemoteException; /** * This is the home interface for Account. This * interface is implemented by the EJB conta
www.eeworm.com/read/115583/15008514

java accountlocalhome.java

package examples; import javax.ejb.*; import java.util.Collection; /** * This is the local home interface for Account. This * interface is implemented by the EJB container's tools - the * implem