代码搜索:construct

找到约 6,584 项符合「construct」的源代码

代码结果 6,584
www.eeworm.com/read/360839/2957538

js item-min.js

/* * Ext JS Library 2.0 Beta 1 * Copyright(c) 2006-2007, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ Ext.menu.Item=function(A){Ext.menu.Item.superclass.construct
www.eeworm.com/read/360437/2961441

testout testconstruct01.testout

(0/1) construct01 running: Running test 1: finished. Running test 2: finished. Running test 3: finished. Running test 4: finished. Running test 5: finished. Running test 6: fin
www.eeworm.com/read/260963/4326627

js item-min.js

/* * Ext JS Library 2.0 Beta 1 * Copyright(c) 2006-2007, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ Ext.menu.Item=function(A){Ext.menu.Item.superclass.construct
www.eeworm.com/read/113135/15469657

txt npc_mrsmile.txt

alberta.gat,113,53,3 script Smile Assistance 92,{ mes "Hi."; mes "This is Smile Assistance."; mes "How may I help you?"; next; menu "Mr. Smile?",MrSmile,"Construct Mr. Smile",ConstructMrSmil
www.eeworm.com/read/111083/15519189

h bins.h

/* Bins.h Possible bin array for RadixSort */ #define TYPE int typedef struct t_bins *Bins; Bins ConsBins( int n_bins, int items_per_bin ); /* Construct an array of n_bins bins, each with item
www.eeworm.com/read/391275/8412963

m gm_cpoly.m

function b = gm_cpoly(verts, codes) % GM_CPOLY: Construct a 2D brep given boundary paths. % Matlab: newbrep = gm_cpoly(vtxlist, codelist) % This routine creates a 2D polygon. The argument vtxlist i
www.eeworm.com/read/366144/9828030

m gm_cpoly.m

function b = gm_cpoly(verts, codes) % GM_CPOLY: Construct a 2D brep given boundary paths. % Matlab: newbrep = gm_cpoly(vtxlist, codelist) % This routine creates a 2D polygon. The argument vtxlist i
www.eeworm.com/read/366065/9835170

changes

Recent user-visible changes to Tcl: RCS: @(#) $Id: changes,v 1.79 2003/03/03 20:04:50 hobbs Exp $ 1. No more [command1] [command2] construct for grouping multiple commands on a single command line.
www.eeworm.com/read/168118/9937299

m event_polyh.m

function amat=event_polyh(amat,t,x,v,xhyp,zhyp,ahyp,flag,dx,noversamp) % EVENT_DIPH: construct a dipping event by diffraction superposition % % amat=event_polyh(amat,t,x,v,xhyp,zhyp,ahyp,flag,dx,no
www.eeworm.com/read/280576/10313030

m opt1.m

% Construct the Kernel matrix X=rand(150,2); Y=ones(150,1); figure(1); hold on plot(X(:,1),X(:,2),'*'); plot(-1,-1,2,2); C=Inf; n=size(X,1); ker='poly'; glo