代码搜索:REF
找到约 10,000 项符合「REF」的源代码
代码结果 10,000
www.eeworm.com/read/279234/10453929
pl fig13_10.pl
#!/usr/bin/perl
# Figure 13.10: fig13_10.pl
# Demonstrates the return values of the ref function
use strict;
my @array = qw( hello world );
my %hash = ( key => "data" );
print( 'ref(10) =
www.eeworm.com/read/160490/10526862
m cp0801_pamcorrmask.m
%
% FUNCTION 8.6 : "cp0801_PAMcorrmask"
%
% Evaluates the correlation mask ('mask') for
% receiving 2PAM UWB signals.
% 'ref' is the reference signal (with no modulation)
% which is produced by
www.eeworm.com/read/276402/10741670
m cp0801_pamcorrmask.m
%
% FUNCTION 8.6 : "cp0801_PAMcorrmask"
%
% Evaluates the correlation mask ('mask') for
% receiving 2PAM UWB signals.
% 'ref' is the reference signal (with no modulation)
% which is produced by
www.eeworm.com/read/276402/10741765
m cp0801_pamcorrmask.m
%
% FUNCTION 8.6 : "cp0801_PAMcorrmask"
%
% Evaluates the correlation mask ('mask') for
% receiving 2PAM UWB signals.
% 'ref' is the reference signal (with no modulation)
% which is produced by
www.eeworm.com/read/275877/10788278
log generation.log
Database Generation
Generation: Check model starting...
Generation: Check model successful.
Generation starting...
Sorting objects...
Sort completed.
Dropping References...
Dropping Keys...
www.eeworm.com/read/275194/10830083
bat mdifftest.bat
@mdiff ref-files/test1 ref-files/test1 >log
@mdiff ref-files/test1 ref-files/test2 >>log
@mdiff ref-files/test1 ref-files/test3 >>log
@mdiff ref-files/test1 ref-files/test4 >>log
@mdiff ref-files/
www.eeworm.com/read/348705/10872654
txt refcounting.txt
The Reference Counting Scheme of GDK an GTK+
============================================
Each data structure that provides reference counting offers a bunch of
functions that follow these convention
www.eeworm.com/read/470389/6909602
vbs 密码生成.vbs
dim pwd
pwd=inputbox("请输入新密码:","更改密码","yulv.net")
if pwd"" then
pwd=PwdConv(pwd)
inputbox "您的新密码编码是:" & vbcrlf & "请将新的编码替换到程序中的密码项!","密码编码",pwd
else
msgbox "您没有输入新密码,系统无法帮您转换!"
end if
fun
www.eeworm.com/read/465911/7048820
m subsref.m
function b=subsref(obj,s)
b=mt_ref1(obj,s);
if length(s)>1
b=mt_ref2(b,s(2:end));
end