代码搜索:Command
找到约 10,000 项符合「Command」的源代码
代码结果 10,000
www.eeworm.com/read/366065/9834952
n puts.n
'\"
'\" Copyright (c) 1993 The Regents of the University of California.
'\" Copyright (c) 1994-1996 Sun Microsystems, Inc.
'\"
'\" See the file "license.terms" for information on usage and redistribut
www.eeworm.com/read/366065/9834978
n update.n
'\"
'\" Copyright (c) 1990-1992 The Regents of the University of California.
'\" Copyright (c) 1994-1996 Sun Microsystems, Inc.
'\"
'\" See the file "license.terms" for information on usage and redist
www.eeworm.com/read/169790/9838150
h cmdoptns.h
// Copyright (C) 2001-2005 Gianni Mariani
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free
www.eeworm.com/read/365797/9846630
c scsilib.c
/* scsiLib.c - Small Computer System Interface (SCSI) library */
/* Copyright 1989-1995 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01h,09jul9
www.eeworm.com/read/365783/9847492
tk menu1.tk
#!/usr/bin/wish
# First, we will create the main window components, including a text widget, with an
# associated scrollbar, and a status widget, to display menu traversal and error messages.
# We arr
www.eeworm.com/read/168753/9898423
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
BorderStyle = 1 'Fixed Single
Caption = "虚拟光驱系统"
ClientHeight = 5145
ClientLeft = 45
ClientTop = 330
Cli
www.eeworm.com/read/168534/9908333
modemu quickstart.modemu
Getting started quickly with modemu
===================================
Prepared for the Debian package by John Goerzen
Here are a few brief hints on getting started with mode
www.eeworm.com/read/167987/9942616
filecheck
#!/bin/ksh
# Scriptname: filecheck
# Example 10.92
# Usage: filecheck filename
# Purpose: Check to see if a file exists,what type it is,
# and its permissions
if [[ $# = 0 ]] ; then
print "Usage:
www.eeworm.com/read/167987/9942812
sedding2
# This script demonstrates the use of curly braces to nest addresses and com-
# mands. Comments are preceded by a pound sign (#) and must be on a line
# by themselves. Commands are terminated with a
www.eeworm.com/read/363372/9953136
cpp dxutil.cpp
//-----------------------------------------------------------------------------
// File: DXUtil.cpp
//
// Desc: Shortcut macros and functions for using DX objects
//-------------------------------