代码搜索:parameter

找到约 10,000 项符合「parameter」的源代码

代码结果 10,000
www.eeworm.com/read/266527/11221326

xml eshop.xml

www.eeworm.com/read/411926/11222119

asm dsp28_spi.asm

;*************************************************************** ;* TMS320C2000 C/C++ Codegen PC Version 3.03 * ;* Date/Time created: Thu Jul 31 11:01:01 2003 * ;*
www.eeworm.com/read/266505/11222184

xml eshop.xml

www.eeworm.com/read/266487/11223733

cpp imgsimple.cpp

// // Copyright (c) Microsoft Corporation. All rights reserved. // // // Use of this source code is subject to the terms of the Microsoft end-user // license agreement (EULA) under which you lic
www.eeworm.com/read/411096/11256142

ini up14.ini

[PenDriveMP] IC Type=PS2232 Used MPTool=MP2232_F1_B4_V106_0A.exe [Parameter Mark] Parameter Type=F1_MP_21 [Customize Info] USB VID=0x1005 USB PID=0xb113 String Product Name=USB DISK 2.0 Strin
www.eeworm.com/read/265611/11260135

xct trafic.xct

[Compiler Settings] Strategy = Delay Maximum GLB Inputs = 16 Maximum GLB Outputs = 4 Carry Pin Direction = FALSE Perform Timing Analysis = TRUE Ignore Reserved Pins = FALSE Minimize GLB Levels
www.eeworm.com/read/265527/11262172

asm dac42out.asm

;File: dac42out.a51 ;Author: Eckart Hartmann Date:17/10/2003 ;Development progress: Dac842.df ; ;DacOut==========Output a value on DAC. ;C Function prototype: char DacOut(char cChan, int iDac);
www.eeworm.com/read/148385/12469090

v fifo.v

// // Copyright Mentor Graphics Corporation 2005 // // All Rights Reserved. // // THIS WORK CONTAINS TRADE SECRET AND PROPRIETARY INFORMATION WHICH IS THE // PROPERTY OF MENTOR GRAPHICS CORPORAT
www.eeworm.com/read/148157/12488669

m xprime.m

function xdot =xprime(t,x,flag,k) %function xdot =xprime(t,x,flag,k) % k is extra parameter passed from ode45 % flag variable not used but must be in arg list xdot(1)=-k(1).* x(1) - k(2).*x(2);
www.eeworm.com/read/148157/12488681

m regdata.m

function [std,varresid,r2,cor,vcv,varinf]=regdata(param,yfit,ydata,jac) %[std,varresid,r2,cor,vcv,varinf]=regdata(param,yfit,ydata,jac) % Calculate and Plot regression statistics from curvefit.m % OUT