代码搜索:same
找到约 10,000 项符合「same」的源代码
代码结果 10,000
www.eeworm.com/read/424916/10398607
pas uxlssst1.pas
//This unit is now obsoleted by UXlsSST.
//It does the same, but using objects instead of records.
unit UXlsSST;
interface
uses UXlsBaseRecordLists, UXlsBaseRecords, UXlsOtherRecords, XLSMessa
www.eeworm.com/read/161429/10413632
c coder.c
/**
todo : if (!coder->encodeBand)
provide a generic stub which calls encodeBandBP several times
(same for BandZT)
this is a pain in the ass, and perhaps obsolete; the calls to encodeBan
www.eeworm.com/read/278235/10555138
paper copying.paper
(For more information about the GNU project and free software,
look at the files `GNU', `COPYING', and `DISTRIB', in the same
directory as this file.)
Why Software Should Be Fr
www.eeworm.com/read/351732/10614640
m setfieldindexnumbers.m
function setfieldindexnumbers(block)
%SETFIELDINDEXNUMBERS Set index numbers in the callers workspace.
%
% The field numbers will have the same name (and case) as the mask variable
% names, BUT t
www.eeworm.com/read/467642/7006480
tig test37.tig
/* redeclaration of variable; this is legal, there are two different
variables with the same name. The second one hides the first. */
let
var a := 0
var a := " "
in
0
end
www.eeworm.com/read/466518/7026216
m setfieldindexnumbers.m
function setfieldindexnumbers(block)
%SETFIELDINDEXNUMBERS Set index numbers in the callers workspace.
%
% The field numbers will have the same name (and case) as the mask variable
% names, BUT t
www.eeworm.com/read/458682/7291415
sh ex71a.sh
#!/bin/bash
# Same as previous example, but...
# The - option to a here document
www.eeworm.com/read/457711/7318985
m eigsvdshow.m
function eigsvdshow(arg)
%eigsvdshow Graphical demonstration of eigenvalues and singular values.
%
% This is the same MATLAB's eigshow utility, except that more information
% is displayed on t
www.eeworm.com/read/455115/7377715
m testfundoctave.m
% Demonstration of feature matching via simple correlation, and then using
% RANSAC to estimate the fundamental matrix and at the same time identify
% (mostly) inlying matches
% Peter Kovesi
% Scho