代码搜索:usage
找到约 10,000 项符合「usage」的源代码
代码结果 10,000
www.eeworm.com/read/249411/4452088
pas usagesinfo.pas
unit UsagesInfo;
interface
uses
Hid, HidUsage;
procedure UsageAndUsagePageText(UsagePage, Usage: TUsage; var UsagePageText, UsageText: string);
implementation
uses
SysUtils;
pro
www.eeworm.com/read/243166/4531926
xcl rtosdemo_lnk.xcl
// Generated : 06/01/06 20:29:52
//**********************************************************************
// XLINK template command file to be used with the ICCARM C/C++ Compiler
//
// Usage: xli
www.eeworm.com/read/237137/4631650
m pngen.m
function [PnSeqOut, ShiftRegState] = PnGen(CharPoly,ShiftRegState, NumChips)
% Usage: [PnSeqOut, ShiftRegState] = PnGen(CharPoly,ShiftRegState, NumChips)
%
% This function acts as a shift register seq
www.eeworm.com/read/232874/4696013
m randomsphericalmatrix.m
function A = RandomSphericalMatrix(n,p)
% RandomSphericalMatrix: creates random (Gaussian) spherical matrix
% Usage
% A = RandomSphericalMatrix(n,p)
% Input
% n number of columns
% p
www.eeworm.com/read/232874/4696015
m partialhadamardmatrix.m
function A = PartialHadamardMatrix(n,p)
% PartialHadamardMatrix: creates random Hadamard matrix
% Usage
% A = PartialHadamardMatrix(n,p)
% Input
% n number of columns
% p num
www.eeworm.com/read/232874/4696016
m partialfouriermatrix.m
function A = PartialFourierMatrix(n,p)
% PartialFourierMatrix: creates random fourier matrix
% Usage
% A = PartialFourierMatrix(n,p)
% Input
% n number of columns
% p number
www.eeworm.com/read/232341/4703542
c i2ctest.c
//*****************************************************************************
// File Name : i2ctest.c
//
// Title : example usage of I2C library functions
// Revision : 1.0
// Notes :
//
www.eeworm.com/read/231942/4708468
xcl rtosdemo_lnk.xcl
// Generated : 06/01/06 20:29:52
//**********************************************************************
// XLINK template command file to be used with the ICCARM C/C++ Compiler
//
// Usage: xli
www.eeworm.com/read/231705/4711692
xcl rtosdemo_lnk.xcl
// Generated : 06/01/06 20:29:52
//**********************************************************************
// XLINK template command file to be used with the ICCARM C/C++ Compiler
//
// Usage: xli
www.eeworm.com/read/231546/4714127
pl abbrev.pl
;# Usage:
;# %foo = ();
;# &abbrev(*foo,LIST);
;# ...
;# $long = $foo{$short};
#
# This library is no longer being maintained, and is included for backward
# compatibility with Perl 4 programs which