代码搜索:syntax
找到约 10,000 项符合「syntax」的源代码
代码结果 10,000
www.eeworm.com/read/300573/3846062
c asn1_enc.c
/**
* @file
* Abstract Syntax Notation One (ISO 8824, 8825) encoding
*
* @todo not optimised (yet), favor correctness over speed, favor speed over size
*/
/*
* Copyright (c) 2006 Axon Digital D
www.eeworm.com/read/299717/3851056
m subsasgn.m
function a = subsasgn(a,s,b)
% A = SUBSASGN(A,S,B) is called for the syntax A(I)=B, A{I}=B, or
%
% A.I=B when A is an object. S is a structure array with the fields:
% type -- string con
www.eeworm.com/read/299717/3851131
m subsasgn.m
function a = subsasgn(a,s,b)
% A = SUBSASGN(A,S,B) is called for the syntax A(I)=B, A{I}=B, or
%
% A.I=B when A is an object. S is a structure array with the fields:
% type -- string con
www.eeworm.com/read/299717/3851162
m subsasgn.m
function a = subsasgn(a,s,b)
% A = SUBSASGN(A,S,B) is called for the syntax A(I)=B, A{I}=B, or
%
% A.I=B when A is an object. S is a structure array with the fields:
% type -- string con
www.eeworm.com/read/294445/3916853
c asn1_dec.c
/**
* @file
* Abstract Syntax Notation One (ISO 8824, 8825) decoding
*
* @todo not optimised (yet), favor correctness over speed, favor speed over size
*/
/*
* Copyright (c) 2006 Axon Digital D
www.eeworm.com/read/294445/3916856
c asn1_enc.c
/**
* @file
* Abstract Syntax Notation One (ISO 8824, 8825) encoding
*
* @todo not optimised (yet), favor correctness over speed, favor speed over size
*/
/*
* Copyright (c) 2006 Axon Digital D
www.eeworm.com/read/292705/3942348
in config.in
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/config-language.txt.
#
mainmenu_name "Linux/SuperH Kernel Configuration"
define_bool CONFIG_SUPERH y
define
www.eeworm.com/read/291441/3966964
c trigwksp.c
/* $Revision: 1.21 $ */
/*
* TRIGWKSP A Simulink triggered read from workspace
*
* Syntax: [sys, x0] = TRIGWKSP(t,x,u,flag,var, thd, cycl_flag, ini)
* This function is for t
www.eeworm.com/read/289854/3987681
h snmp_asn1.h
/**
* @file
* Abstract Syntax Notation One (ISO 8824, 8825) codec.
*/
/*
* Copyright (c) 2006 Axon Digital Design B.V., The Netherlands.
* All rights reserved.
*
* Redistribution and
www.eeworm.com/read/289734/3989255
txt questionchoice-431393074.txt
Which is the correct syntax for a main method?
public static main(String[] args)
public static void main(String args)
public main(String[] args)
*public static void main(String[] args)