代码搜索:same
找到约 10,000 项符合「same」的源代码
代码结果 10,000
www.eeworm.com/read/408174/11402937
po de_de.po
# VDR plugin language source file.
# Copyright (C) 2007 somebody
# This file is distributed under the same license as the VDR package.
#
msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.9\n"
"Report-Ms
www.eeworm.com/read/406910/11432775
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/406786/11435679
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/405927/11455007
m normalize.m
function angles = normalize(angles)
% Normalizes angles to interval (-pi,pi]
%angles = pi - mod(pi-angles, 2*pi);
% Same result, more efficiently:
angles = angles + (2*pi)*floor((pi-angles)/(2
www.eeworm.com/read/403164/11521291
c main.c
/*
** Example of using PGO session IDs to indicate different builds of
** the same file.
*/
#include
#include
#include
#include
#include "glob
www.eeworm.com/read/401494/11556917
m persistent_fft.m
function f=persistent_fft(x)
% F = persistent_fft( X )
% Calculates the fft of a column vector x
% results are, theoretically, same as matlab's fft
% but you can expect discrepancies ~ 1e8 in no
www.eeworm.com/read/400742/11569686
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/400577/11572674
m matchlab.m
%MATCHLAB Compare two labellings and rotate the labels for an optimal match
%
% LABELS = MATCHLAB(LAB1,LAB2)
%
% INPUT
% LAB1,LAB2 Label lists of the same objects
%
% OUTPUT
% LABELS A ro
www.eeworm.com/read/261198/11659819
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/261198/11659846
c colmult.c
#include
#include "mex.h"
/*
out = colop(M, v)
Apply binary operator to a vector v and to each column of M in turn
to produce a matrix the same size as M.
This is equivalent to
out = zer