代码搜索:usage

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

代码结果 10,000
www.eeworm.com/read/242732/4540879

man chklib.man

[]===============================[chklib.exe]================================[] Purpose: Check a Dynamic Link Library (DLL) for loading Author: Emanuele Aliberti License: GPL Usage: chkl
www.eeworm.com/read/235940/4645247

properties coldfusion.properties

# # Properties for optimal usage in ColdFusion # # Automagically pulled in if "autoConfigureForColdFusion" is "true" # which is the default configuration of the driver # # # CF uses a _lot_ o
www.eeworm.com/read/232341/4703534

c spyglasstest.c

//***************************************************************************** // File Name : spyglasstest.c // // Title : example usage of the Spyglass I2C-controller user interface // Revisio
www.eeworm.com/read/231546/4715035

ref

#!/bin/sh # # ref - Check spelling of the arguments # # Usage: ref word .. # # can be used for the K command of Vim # spell
www.eeworm.com/read/229812/4739534

h ctrldarr.h

/**************************************************************************** File: CtrldArray.h Description: class JAM_ControlledArray Usage: Notes: move() can be redefined for bu
www.eeworm.com/read/229812/4740692

cmd test.cmd

@echo off echo # =========================== echo # Start INLINE File Test echo # =========================== if .%2 == . goto usage echo # --------------------------- echo # Inline File T
www.eeworm.com/read/229812/4740784

cmd test.cmd

@echo off echo # =========================== echo # Start Macro Test echo # =========================== if .%2 == . goto usage echo # --------------------------- echo # Macro Test 1 echo
www.eeworm.com/read/222917/4816721

readme

Purpose ======= This extension is basically a wrapper for the FriBidi implementation of the Unicode Bidi algorithm. The need for such an algorithm rises from the bidirectional language usage
www.eeworm.com/read/222388/4820032

m connecttosocket.m

function moteIF = connectToSocket(socket) %CONNECTTOSOCKET % % usage: moteIF = connectToSocket('localhost:9000') % %This function takes a string and connects to that socket. % %If the connectio
www.eeworm.com/read/221464/4828374

jamfile

project lib1 : usage-requirements include ; lib lib1 : lib1.cpp ;