代码搜索:Local
找到约 10,000 项符合「Local」的源代码
代码结果 10,000
www.eeworm.com/read/281673/9142239
cpp local.cpp
//: C10:Local.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Static members & local classes
#i
www.eeworm.com/read/380486/9145094
c is_local.c
/* is_local.c */
/* Copyright 2004 Oswaldo Morizaki */
/* This file is part of ga-nn-ag.
ga-nn-ag is free software; you can redistribute it and/or modify
it under the terms of the GNU Gen
www.eeworm.com/read/377298/9281785
exe local.exe
www.eeworm.com/read/178951/9380694
h local.h
#ifdef _S_LIBGXX
# include
# include
# include
#else
# include
# include
# include
#endif
EXTERN_C_BEGIN
#ifdef HAVE_STRING_H
# inc
www.eeworm.com/read/374502/9401763
local_vars
ABOUT LOCAL VARIABLES (The EPIC4 goal)
--------------------------------------
Im just putting down in writing what i think local variables should
be all about. I intend to make the implementation as
www.eeworm.com/read/374502/9402129
examp local.examp
/* This file is supposed to be configured to your needs.
* Go ahead, change everything you want! :)
* This should never be overwritten by "make installscript"
*/
echo ***
eval echo *** You are run
www.eeworm.com/read/374494/9402665
local useradd.local
#!/bin/bash
#
# Here you can add your own stuff, that should be done for every user who
# was new created.
#
# When you create a user with useradd, this script will be called
# with the login name as
www.eeworm.com/read/374494/9402670
local groupadd.local
#!/bin/bash
#
# Here you can add your own stuff, that should be done for every
# group which was new created.
#
# When you create a group with groupadd, this script will be called
# with the group nam
www.eeworm.com/read/178378/9405136
cpp local.cpp
//: C10:Local.cpp {O}
// From Thinking in C++, 2nd Edition
// at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Static members & local classes
#include