代码搜索:same
找到约 10,000 项符合「same」的源代码
代码结果 10,000
www.eeworm.com/read/168118/9938108
m samesize.m
function flag = samesize(a,b)
%
% flag = samesize(a,b)
%
% returns 1 if a and b are exactly the same size and zero otherwise
%
flag = prod(size(a)==size(b));
www.eeworm.com/read/363449/9950799
cpp ex6.cpp
// Borland C++ - (C) Copyright 1991 by Borland International
// ex6.cpp: Using the Dictionary class
// from Hands-on C++
#include
#include "diction.h"
main()
{
Dictionary
www.eeworm.com/read/361768/10036564
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/361386/10055372
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/361386/10055431
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/361386/10055478
err lista_tipi.err
/* 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 b = string
t
www.eeworm.com/read/361386/10055495
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/361386/10055547
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/358750/10180533
cpp beads.cpp
/*
ID: dd.ener1
PROG: beads
LANG: C++
*/
#include
using namespace std;
long N;
char* S;
void input(){
ifstream cin("beads.in");
cin>>N;
S=new char[N];
cin.ignore();
fo
www.eeworm.com/read/357527/10207072
1 nm6x.1
.bd B 3
.TH nm6x 1 "Apr 13, 2006" "TI Tools" "TI Code Generation Tools"
.SH NAME
nm6x - Name Utility
.SH SYNOPSIS
.B nm6x
[
.I options
] [
.I file(s)
]
.SH DESCRIPTION
Generates a list of symbol names