代码搜索:same
找到约 10,000 项符合「same」的源代码
代码结果 10,000
www.eeworm.com/read/271760/10981560
m clip.m
function in=clip(x,y,area)
%CLIP Indicate which points lie outside the area.
% CLIP(X,Y,AREA) returns a logical column vector the same
% length as X with 1's for the (x,y) pairs which
www.eeworm.com/read/271693/10983685
m nans.m
function n = nans(varargin)
% DESCRIPTION n = nans(r,c,...)
% Creates a NaN matrix of size siz.
% INPUT
% Of the same type as i.e. ones.
% OUTPUT
% A matrix of size according to input containing o
www.eeworm.com/read/270992/11013550
m match.m
%match.m/created by PJNahin for "Duelling Idiots"(6/3/98)
%This m-file computes the probability that N people,
%flipping fair coins n times, will each get the same
%number of heads.
%
%
n=input(
www.eeworm.com/read/416039/11043844
h errno.h
#ifndef _ERRNO_H
#define _ERRNO_H
/*
* ok, as I hadn't got any other source of information about
* possible error numbers, I was forced to use the same numbers
* as minix.
* Hopefully these are p
www.eeworm.com/read/416039/11043928
s system_call.s
/*
* system_call.s contains the system-call low-level handling routines.
* This also contains the timer-interrupt handler, as some of the code is
* the same. The hd-interrupt is also here.
*
*
www.eeworm.com/read/470795/6908412
cpp program_2_8.cpp
// Program 2.8: Illustrate different forms of
// floating-point constants that have the same value
#include
using namespace std;
int main() {
cout
www.eeworm.com/read/469416/6976299
m rectintsparse.m
function [overlap, normoverlap] = rectintSparse(A,B)
%
% A(i,:) = [x y w h]
% B(j,:) = [x y w h]
% overlap(i,j) = area of intersection
% normoverla(i,j)
%
% Same as built-in rectint, but uses l
www.eeworm.com/read/469281/6980057
h errno.h
#ifndef _ERRNO_H
#define _ERRNO_H
/*
* ok, as I hadn't got any other source of information about
* possible error numbers, I was forced to use the same numbers
* as minix.
* Hopefully these are posix
www.eeworm.com/read/467198/7019994
m modsig.m
function y = modsig(x, parameter)
%SIG_MF Sigmoidal membership function with two parameters.
% SIG_MF(x, [a, c]) returns a matrix y with the same size
% as x; each element of y is a grade of membershi
www.eeworm.com/read/466230/7041252
m example_ms_ar_simul_3_states.m
% Example Script for MS_AR_Simul.m (run it in the same directory - just press f5)
% This script will simulate a 3 states MS autoregressive model with some pre defined parameters
% You can change t