代码搜索:same
找到约 10,000 项符合「same」的源代码
代码结果 10,000
www.eeworm.com/read/436946/7758436
m imcantosharris.m
function [ptCantos, R, binMaxR] = imCantosHarris(I, KK, TaxaMaximo, ...
PxBorde, Nmax, EspPxl)
% Parametro de sintonia da medida proposta por Harris
www.eeworm.com/read/436633/7766769
m sinc.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% sinc.m
% same as Matlab's sinc function
% sinc(x) = sin(pi*x)/(pi*x)
% Last updated 8/31/00 by K. Bell
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
function y=sinc(x)
y=
www.eeworm.com/read/299368/7865023
c gpifpio0.c
//
// This program configures the General Purpose Interface (GPIF) for Fx2.
// Parts of th
www.eeworm.com/read/299368/7865082
c gpifpio4.c
//
// This program configures the General Purpose Interface (GPIF) for Fx2.
// Parts of th
www.eeworm.com/read/197077/8031956
txt 多边形切割.txt
//多边形切割
//可用于半平面交
#define MAXN 100
#define eps 1e-8
#define zero(x) (((x)>0?(x):-(x))
www.eeworm.com/read/397366/8054344
v cu.v
`timescale 1ns / 1ps
////////////////////////////////////////////////////////////////////////////////
// Company:
// Engineer:
//
// Create Date: 20:08:46 12/19/06
// Design Name:
// Mo
www.eeworm.com/read/196560/8075098
diffs
diff olddata/cg.d newdata/cg.d
63c63
< Q 0 .070 SAME 0 .122 0 .070 SAME 0 .122
---
> Q 0 .039 SAME 0 .128 0 .039 SAME 0 .128
65,73c65,73
<
www.eeworm.com/read/296068/8125208
h opcodes.h
/* Automatically generated. Do not edit */
/* See the mkopcodeh.awk script for details */
#define OP_VNext 1
#define OP_Column 2
#define O
www.eeworm.com/read/245849/12778012
m cell2num.m
function x=cell2num(cx)
% Convert a cell array of numbers into a numeric array
%
% Written by: E. R.: March 1, 2006
% Last updated:
%
%
% x=cell2num(cx)
% INPUT
% cx cell array whos enr