代码搜索:REF
找到约 10,000 项符合「REF」的源代码
代码结果 10,000
www.eeworm.com/read/309709/13666019
html set_authorizer.html
Compile-Time Authorization Callbacks
body {
margin: a
www.eeworm.com/read/309709/13666205
html requirements.html
SQLite Requirements
body {
margin: auto;
font-fam
www.eeworm.com/read/309287/13675379
cc tld.cc
//
// LAPACK++ 1.1 Linear Algebra Package 1.1
// University of Tennessee, Knoxvilee, TN.
// Oak Ridge National Laboratory, Oak Ridge, TN.
// Authors: J. J.
www.eeworm.com/read/309088/13682551
m runpf.m
function [MVAbase, bus, gen, branch, success, et] = ...
runpf(casename, mpopt, fname, solvedcase)
%RUNPF Runs a power flow.
%
% [baseMVA, bus, gen, branch, success, et] = ...
% run
www.eeworm.com/read/306970/13734307
s motion_est_mvi_asm.s
/*
* Alpha optimized DSP utils
* Copyright (c) 2002 Falk Hueffner
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify
www.eeworm.com/read/302709/13828321
idl megacosession.idl
// ``The contents of this file are subject to the Erlang Public License,
// Version 1.1, (the "License"); you may not use this file except in
// compliance with the License. You should have received a
www.eeworm.com/read/149321/5701068
java mysqldatasourcefactory.java
/*
Copyright (C) 2002-2004 MySQL AB
This program is free software; you can redistribute it and/or modify
it under the terms of version 2 of the GNU General Public License as
published by the Fre
www.eeworm.com/read/148153/5717169
pl rewrite.pl
#!/usr/bin/perl
#
# Read in the references, and put into an associative array
#
open FILE, "
www.eeworm.com/read/144216/5752557
t exists_sub.t
#!./perl
BEGIN {
chdir 't' if -d 't';
@INC = '../lib';
}
print "1..9\n";
sub t1;
sub t2 : locked;
sub t3 ();
sub t4 ($);
sub t5 {1;}
{
package P1;
sub tmc {1;}
package P2;
@