代码搜索:syntax

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

代码结果 10,000
www.eeworm.com/read/116775/14955471

c filter.c

/*++ Upper filter driver to disable the sleep/standby key on keyboards This is a modified filter.c from the windows 2000 ddk created by: Matthew Snead contact: syntax53@hotmail.com
www.eeworm.com/read/217557/14958472

m transform.m

function POLY = transform(POLY,T,v) % Apply affine transformation Tx + v to a polyhedron object, where T is % an invertible n by n matrix and v is a constant vector % % Syntax: % "P = transfo
www.eeworm.com/read/217557/14958485

m feasible_point.m

function result = feasible_point(con,p) % Check the feasibility of the point "p" with respect to "con" % % Syntax: % "result = feasible_point(con,p)" % % Description: % "feasible_point(co
www.eeworm.com/read/217557/14958489

m linearcon.m

function con = linearcon(CE,dE,CI,dI) % Linear constraint object class constructor % % Syntax: % "con = linearcon(CE,dE,CI,dI)" % % "con = linearcon(C)" % % "con = linearcon" % % De
www.eeworm.com/read/217557/14958516

m intersect.m

function CON = intersect(CONfeas,CONadd,clean_up_flag) % Compute the intersection of two linear constraint sets % % Syntax: % "C = intersect(a,b,clean_up_flag)" % % Description: % "inters
www.eeworm.com/read/217557/14958542

m transform.m

function u = transform(v,A,b) % Apply affine transformation Tx + v to a vertices object, where T is an % n by n invertible matrix and v is a constant vector % % Syntax: % "V = transform(vtcs
www.eeworm.com/read/217557/14958570

m sf_tool.m

function fig = sf_tool() % Enumerate states in a Stateflow chart % % Syntax: % "sf_tool" % % Description: % "sf_tool" provides controls which can be used to enumerate states in % a Sta
www.eeworm.com/read/217557/14958578

m trace_scsb_input.m

function fsmbH = trace_scsb_input(scsbH,port) % Find handles and order of finite state machine blocks (FSMBs) % connected to a switched continuous system block (SCSB) % % Syntax: % "fsmbH = t
www.eeworm.com/read/217557/14958717

m get_auto_state.m

function val = get_auto_state(whichauto,st,param) % Get a parameter of the specified state in the specified `approximating % automaton`. % % Syntax: % "val = get_auto_state(whichauto,st,param
www.eeworm.com/read/217557/14958763

m set_auto_state.m

function set_auto_state(whichauto,st,param,val) % Set a parameter of the specified state in the specified `approximating % automaton`. % % Syntax: % "set_auto_state(whichauto,st,param,val)"