代码搜索:same
找到约 10,000 项符合「same」的源代码
代码结果 10,000
www.eeworm.com/read/435378/7792753
java morpion.java
package GameImplement;
import Framework.IGame;
public class Morpion implements IGame{
int chessBoard[][]; //chessBoard;
int len; //chessBoard length
String gameName="Morpion"; //g
www.eeworm.com/read/434208/7881923
html timeseriesdemo11.html
TimeSeriesDemo11
Four charts showing different views of the same dataset.
www.eeworm.com/read/198546/7928868
m gedcdf.m
function cdf = gedcdf(x,nu)
% PURPOSE:
% Evaluates the Probabiliy a vector of observations x(Nx1)
% has if drawn from a Generalzed Error Dist'n with parameter nu
%
%
% USAGE:
% cdf = gedcd
www.eeworm.com/read/397967/8012496
m findenergy.m
function Emean=findEnergy(x)
% FINDENERGY creates an gradient img from a given RGB or grayscale image.
% The vertical and horizontal gradients are found using a Sobel operator
% and the gradient ma
www.eeworm.com/read/397112/8067005
m~ kldivergence.m~
%KLDIVERGENCE redundancy measure for categorical-discrete data
% KL = KLDIVERGENCE(X,Y) returns the redundancy between the two column
% vectors X and Y containing categorical measures.
%
% KLDIV
www.eeworm.com/read/331444/12828273
m pixelaxes.m
% [ZOOM] = pixelAxes(DIMS, ZOOM)
%
% Set the axes of the current plot to cover a multiple of DIMS pixels,
% thereby eliminating screen aliasing artifacts when displaying an
% image of size DIMS.
%
www.eeworm.com/read/331439/12828937
m isocomplex.m
function z = isocomplex(q, a)
% ISOCOMPLEX Construct a complex number from a quaternion, with the same
% modulus and argument as those of the quaternion. The result
% wi
www.eeworm.com/read/143587/12859024
tig test39.tig
/* This is illegal, since there are two functions with the same name
in the same (consecutive) batch of mutually recursive functions.
See also test48 */
let
function g(a:int):int = a
function
www.eeworm.com/read/143587/12859103
tig test38.tig
/* This is illegal, since there are two types with the same name
in the same (consecutive) batch of mutually recursive types.
See also test47 */
let
type a = int
type a = string
in
0
end
www.eeworm.com/read/143387/12879421
awk mkopcodeh.awk
#!/usr/bin/awk -f
#
# Generate the file opcodes.h.
#
# This AWK script scans a concatenation of the parse.h output file from the
# parser and the vdbe.c source file in order to generate the opcodes nu