代码搜索:Local
找到约 10,000 项符合「Local」的源代码
代码结果 10,000
www.eeworm.com/read/100018/15889522
pl hpux-lib.pl
# hpux-lib.pl
# Functions for hpux-style printer management
$hpux_iface_path = "/usr/spool/lp/interface";
# list_printers()
# Returns an array of known printer names
sub list_printers
{
local(@rv, $
www.eeworm.com/read/100018/15889525
pl freebsd-lib.pl
# linux-lib.pl
# Functions for printcap-style printer management
# list_printers()
# Returns a list of known printer names
sub list_printers
{
local($l, @rv);
foreach $l (&list_printcap()) {
$l->{'n
www.eeworm.com/read/100018/15889532
pl linux-lib.pl
# linux-lib.pl
# Functions for printcap-style printer management
# list_printers()
# Returns a list of known printer names
sub list_printers
{
local($l, @rv);
foreach $l (&list_printcap()) {
$l->{'n
www.eeworm.com/read/100018/15889542
pl unixware-lib.pl
# unixware-lib.pl
# Functions for UnixWare style printer management
$default_interface = "/usr/lib/lp/model/standard";
# list_printers()
# Returns an array of known printer names
sub list_printers
{
www.eeworm.com/read/100018/15889545
pl solaris-lib.pl
# solaris-lib.pl
# Functions for solaris/hpux-style printer management
# list_printers()
# Returns an array of known printer names
sub list_printers
{
local(@rv, $_);
open(STAT, "lpstat -p |");
while
www.eeworm.com/read/100018/15889556
pl lprng-lib.pl
# linux-lib.pl
# Functions for lprng-style printer management
# list_printers()
# Returns a list of known printer names
sub list_printers
{
local($l, @rv);
foreach $l (&list_printcap()) {
$l->{'name
www.eeworm.com/read/386582/8736940
mk android.mk
#
# Copyright (C) 2008 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may
www.eeworm.com/read/170474/9804830
txt rfc1998.txt
组织:中国互动出版网(http://www.china-pub.com/)
RFC文档中文翻译计划(http://www.china-pub.com/compters/emook/aboutemook.htm)
E-mail:ouyang@china-pub.com
译者:kevin73(kevin73 panzy@bit-way.com)
译文发布时间:2001-04-12
版权:本
www.eeworm.com/read/366434/9814378
txt rfc1998.txt
组织:中国互动出版网(http://www.china-pub.com/)
RFC文档中文翻译计划(http://www.china-pub.com/compters/emook/aboutemook.htm)
E-mail:ouyang@china-pub.com
译者:kevin73(kevin73 panzy@bit-way.com)
译文发布时间:2001-04-12
版权:本
www.eeworm.com/read/271244/11002043
m localmin.m
function [local_min_x,local_min_y,num_extrema] = localmin(data_x, data_y)
% The function LOCALMIN returns local minimum points, their coordinates and the number of values.
%
% Calling sequence-