代码搜索:composition

找到约 1,051 项符合「composition」的源代码

代码结果 1,051
www.eeworm.com/read/178378/9404778

cpp combined.cpp

//: C14:Combined.cpp // From Thinking in C++, 2nd Edition // at http://www.BruceEckel.com // (c) Bruce Eckel 1999 // Copyright notice in Copyright.txt // Inheritance & composition class A {
www.eeworm.com/read/360379/10099627

ttx shipmentsinvoices.ttx

ContractNo String 20 Composition String 50 YarnCount String 20 Construstion String 20 tWidth String 20 Remarks String 100
www.eeworm.com/read/122175/7143662

js edit.js

var WBTB = new Object(); WBTB.yToolbars = new Array(); WBTB.YInitialized = false; WBTB.filterScript = false; WBTB.Charset="UTF-8"; WBTB.ShowGridlines=false; WBTB.XhtmlEnabled=false; //-----
www.eeworm.com/read/136697/13365439

m maxproco.m

function B=maxproco(A,M) % B=maxproco(A,B) Kosko (1992) pp.308 % % max-product composition % % FSTB - Fuzzy Systems Toolbox for MATLAB % Copyright (c) 1993-1996 by Olaf Wolkenhauer % Control Systems
www.eeworm.com/read/131315/5936992

h conf.h

/* * Copyright 1986, Xerox Corporation * * the structure to define a composition system */ struct CompositionSwitch { char *cs_systemName; /* string name of the composition system */ int cs_re
www.eeworm.com/read/127087/6008344

h unicode.h

/* $Id: unicode.h,v 1.1.1.1 2003/06/04 00:25:43 marka Exp $ */ /* * Copyright (c) 2000,2001 Japan Network Information Center. * All rights reserved. * * By using this file, you agree to the term
www.eeworm.com/read/486343/6540040

h vistaenhancements.h

#pragma once #define DWM_EC_DISABLECOMPOSITION 0 #define DWM_EC_ENABLECOMPOSITION 1 typedef DECLSPEC_IMPORT HRESULT (STDAPICALLTYPE *DwmIsCompositionEnabledFn) (__out BOOL* pfE
www.eeworm.com/read/119093/14839595

js edit.js

var bodyID,htmlableID; var WBTB_yToolbars = new Array(); var WBTB_YInitialized = false; var WBTB_filterScript = false; var WBTB_charset="UTF-8"; //------------------- var WBTB_global
www.eeworm.com/read/473622/6847327

m j2comp.m

%J2COMP Second Jacobian of the compound operator. % J = J2COMP(XI,XJ) returns the Jacobian matrix of the 2D composition % of XI and XJ derived with respect to the second operand. All X's are % 3
www.eeworm.com/read/432289/8613534

cpp compose.cpp

//: C14:Compose.cpp // From Thinking in C++, 2nd Edition // at http://www.BruceEckel.com // (c) Bruce Eckel 1999 // Copyright notice in Copyright.txt // Reuse code with composition #include "Use