代码搜索:Complete

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

代码结果 10,000
www.eeworm.com/read/217632/14956949

vhd complete.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity complete is port (v : in std_logic_vector(4 downto 0); m : out std_logic_vector(4 downto 0)); end e
www.eeworm.com/read/217371/14968270

c complete.c

/* * complete.c -- the writers awake the readers * * Copyright (C) 2003 Alessandro Rubini and Jonathan Corbet * Copyright (C) 2003 O'Reilly & Associates * * The source code in this file can be f
www.eeworm.com/read/213813/15124466

c complete.c

/* ** 2001 September 15 ** ** The author disclaims copyright to this source code. In place of ** a legal notice, here is a blessing: ** ** May you do good and not evil. ** May you find forgiven
www.eeworm.com/read/212528/15154950

c complete.c

/* * complete.c -- the writers awake the readers * * Copyright (C) 2003 Alessandro Rubini and Jonathan Corbet * Copyright (C) 2003 O'Reilly & Associates * * The source code in this file can be f
www.eeworm.com/read/209015/15229108

png complete.png

www.eeworm.com/read/14591/395046

wav complete.wav

www.eeworm.com/read/16793/690741

c complete.c

/* complete.c -- filename completion for readline. */ /* Copyright (C) 1987-2011 Free Software Foundation, Inc. This file is part of the GNU Readline Library (Readline), a library for reading
www.eeworm.com/read/16793/691016

ianmac complete.ianmac

##### #To: chet@po.cwru.edu, sarahmckenna@lucent.com #Message-Id: #Posted-To: comp.unix.shell, gnu.bash.bug #Subject: bash 2.04 programmable completion exam
www.eeworm.com/read/16793/691020

freebsd complete.freebsd

#Date: Wed, 31 Jan 2001 12:53:56 -0800 #From: Aaron Smith #To: freebsd-ports@freebsd.org #Subject: useful bash completion function for pkg commands #Message-ID:
www.eeworm.com/read/16793/691022

complete-examples

# # Completion examples # # # This encapsulates the default bash completion code # call with the word to be completed as $1 # # Since programmable completion does not use the bash default completions