代码搜索:usage
找到约 10,000 项符合「usage」的源代码
代码结果 10,000
www.eeworm.com/read/158793/5594792
c setportrait.c
/*
* A simple utility to set the portrait mode of the display.
* Copyright (c) Alex Holden 2002.
*/
#include
#include
#include
#include
www.eeworm.com/read/158793/5594961
c args.c
/*
* Copyright (C) 1997, 1998 Olivetti & Oracle Research Laboratory
*
* This is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as pu
www.eeworm.com/read/158106/5598649
c args.c
/*
* Copyright (C) 1997, 1998 Olivetti & Oracle Research Laboratory
*
* This is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as pu
www.eeworm.com/read/155960/5617476
c chgtpmauth.c
/****************************************************************************/
/* */
/* Change TPM
www.eeworm.com/read/155960/5617495
c createkey.c
/****************************************************************************/
/* */
/* Create a T
www.eeworm.com/read/153996/5643816
txt authortag.txt
Inserts the name of the last author of the current page.
----
!Usage
!Parameters
None.
!Example
{{{
}}}
www.eeworm.com/read/153996/5643826
txt usernametag.txt
Returns the current user name, or empty, if the user has not been validated.
----
!Usage
!Parameters
None.
!Example
{{{
}}}
www.eeworm.com/read/474195/6816195
fct try3.fct
main DSTACK_USAGE:0 DSTACK_LEVEL:0 FILE:"main.c" LINE:4
www.eeworm.com/read/295595/8150882
m backfittingval.m
function [ypred,y]=backfittingval(kernelmatrix,C)
% USAGE
%
% ypred=backfittingval(kernelmatrix,C)
%
[n,n1,nbspace]=size(kernelmatrix);
%keyboard
y=zeros(n,nbspace);
y(:,1)=kernelmatrix(:
www.eeworm.com/read/395456/8172722
lua globals.lua
-- reads luac listings and reports global variable usage
-- lines where a global is written to are marked with "*"
-- typical usage: luac -p -l file.lua | lua globals.lua | sort | lua table.lua
while