代码搜索:syntax

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

代码结果 10,000
www.eeworm.com/read/300705/13898551

c matcreat.c

/* * MAT-file creation program * * See the MATLAB API Guide for compiling information. * * Calling syntax: * * matcreat * * Create a MAT-file which can be loaded into MATLAB. *
www.eeworm.com/read/135526/13923861

java ckeywords.java

package syntax; public class CKeyWords { public static final int SY_BASE = 0; //define the type of tokens,include the keywords and some special symbols. public static
www.eeworm.com/read/300090/13935214

cpp scintillamfcview.cpp

/* @doc * @module scintillamfcView.cpp | Implementation of a Scintilla syntax coloring view for MFC */ #include "stdafx.h" #include "scintillamfc.h" #include "scintillamfcDoc.h" #include "
www.eeworm.com/read/300090/13935274

h scintillawnd.h

/* @doc * @module ScintillaWnd.h | Definition of a Scintilla syntax coloring edit control for MFC * This program is an example how to use the excellent scintilla edit control of Neil Hodgson.
www.eeworm.com/read/237354/13967512

m hill.m

function [x,fval,gfx,output]=hill(fitnessfun,x0,options,varargin) %Syntax: [x,fval,gfx,output]=hill(fitnessfun,x0,options,varargin) %________________________________________________________________
www.eeworm.com/read/205036/15328804

m mldivide.m

function Z = mldivide(X,Y) %MLDIVIDE Slash left division for tensors. % % MLDIVIDE(A,B) is called for the syntax 'A \ B' when A is a scalar and B % is a tensor. % % Example % X = tenr
www.eeworm.com/read/205036/15328807

m mrdivide.m

function Z = mrdivide(X,Y) %MRDIVIDE Slash right division for tensors. % % MRDIVIDE(A,B) is called for the syntax 'A / B' when A is a tensor and B % is a scalar. % % Example % X = tenr
www.eeworm.com/read/205036/15328814

m mtimes.m

function C = mtimes(A,B) %MTIMES tensor-scalar multiplication. % % C = MTIMES(A,B) is called for the syntax 'A * B' when A or B is a % tensor and the other argument is a scalar. % % For tensor
www.eeworm.com/read/201818/15395330

m gf2dec.m

%================================================================= %gf2dec.m %Convert a Galois Field Array into a Decimal Array. %The calling syntax is: % [DecOutput] = gf2dec(GFInput,m,prim_poly
www.eeworm.com/read/112429/15485817

mak t3_led.mak

# # Makefile for some examples for the 196NT eval board # # This Makefile must be used with Tasking's make utility. # Not every make utility will understand the syntax. # # These options are f