代码搜索:diff

找到约 8,375 项符合「diff」的源代码

代码结果 8,375
www.eeworm.com/read/394409/2457553

c diff_ti.c

/* * Copyright 2002 by Texas Instruments Incorporated. * All rights reserved. Property of Texas Instruments Incorporated. * Restricted rights to use, duplicate or disclose this code are *
www.eeworm.com/read/388638/2548777

h diff_ti.h

/* * Copyright 2002 by Texas Instruments Incorporated. * All rights reserved. Property of Texas Instruments Incorporated. * Restricted rights to use, duplicate or disclose this code are *
www.eeworm.com/read/388638/2548779

c diff_ti.c

/* * Copyright 2002 by Texas Instruments Incorporated. * All rights reserved. Property of Texas Instruments Incorporated. * Restricted rights to use, duplicate or disclose this code are *
www.eeworm.com/read/388478/2550411

v diff_code.v

module diff_code(a,clk,b); input a,clk; output b; wire b; wire bt; xor (bt, a, b); my_dff (.clk(clk),.d(bt),.q(b),.qb()); //always @(posedge clkt) //begin //b=bt; //end endmodule
www.eeworm.com/read/388478/2550519

vwf diff_code.vwf

/* WARNING: Do NOT edit the input and output ports in this file in a text editor if you plan to continue editing the block that represents it in the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/384950/2596095

m sin_diff.m

%sin_diff.m %正弦函数的导数 x=0:0.1:10; %自变量 y=sin(x); %正弦函数 y_der=diff(y)./diff(x); %导数等于有限差分之比(dy/dx) hold on; x_der=x(1:(end-1));
www.eeworm.com/read/380709/2652776

h diff_sink.h

/*****************************************************************/ /* diff_sink.h : Header file for sink agent */ /* By : Chalermek Intanagonwiwat (USC/ISI)
www.eeworm.com/read/380709/2652778

h diff_prob.h

/****************************************************************/ /* diff_prob.h : Chalermek Intanagonwiwat (USC/ISI) 08/16/99 */ /****************************************************************/
www.eeworm.com/read/380709/2652782

cc diff_sink.cc

/********************************************************************/ /* diff_sink.cc : Chalermek Intanagonwiwat (USC/ISI) 08/21/99 */ /*********************************************************
www.eeworm.com/read/380709/2652783

cc diff_rate.cc

/****************************************************************/ /* diff_rate.cc : Chalermek Intanagonwiwat (USC/ISI) 05/18/99 */ /****************************************************************/