代码搜索:Difference

找到约 3,389 项符合「Difference」的源代码

代码结果 3,389
www.eeworm.com/read/344907/11853016

cpp differ.cpp

// differ.cpp // // C++ code by Kevin Harmon and Leonid Reyzin // // Finds the symmetric difference of two sets given their // PinSketch BCH-based secure sketches, // or given the sketch of the first
www.eeworm.com/read/155593/11861808

cpp 星期算法.cpp

#include #include void main() { int Ydiff,Ddiff,Mdiff; char *DAY[7]={"Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"}; int cd,cm,
www.eeworm.com/read/154760/11929051

m dtsim.m

function [yt,yzs,yzi] = dtsim(b,a,u,ic) % DTSIM Recursive solution of difference equation. % % [YT,YZS,YZI]= DTSIM(B,A,U,IC) Recursive solution of difference eqs % B, A contain the coefficient arrays
www.eeworm.com/read/343751/11930511

m ctp6.m

function [c, A] = ctp6(x, ctrl) %Call: [c A]=ctp6(x,ctrl) %Evaluate both the constraints and the corresponding %Jacobian if ctrl>0, for the problem below at x %The problem is defined as c(x)>=0 %
www.eeworm.com/read/256521/11991242

frm frmgeometry.frm

VERSION 5.00 Object = "{9BD6A640-CE75-11D1-AF04-204C4F4F5020}#2.0#0"; "Mo20.ocx" Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "TABCTL32.OCX" Begin VB.Form Form1 Caption =
www.eeworm.com/read/152112/12139144

m newpoly.m

function [C,D]=newpoly(X,Y) %Input - X is a vector that contains a list of abscissas % - Y is a vector that contains a list of ordinates %Output - C is a vector that contains the coefficien
www.eeworm.com/read/233850/14131188

m compsupergaps.m

function supergaps = compsupergaps(gaps) % Computes the angular difference between two consecutive gaps global N supergaps for i = 1: N if i == 1 %This handles the case for the compu
www.eeworm.com/read/129378/14248425

cpp cc.cpp

#include #include void main() { int Ydiff,Ddiff,Mdiff; char *DAY[7]={"Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"}; int cd,cm,
www.eeworm.com/read/126957/14391769

man m_convex.man

.SH "CONVEX DIFFERENCES" The size field may be smaller then that of ps. I believe the difference is due to mmap memory. The Convex OS 11.X port was done by William L. Jones. Most of it was was t
www.eeworm.com/read/124283/14578725

c fcmp.c

/* sys/gsl_compare.c * * Copyright (C) 2002 Gert Van den Eynde * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as