代码搜索:syntax
找到约 10,000 项符合「syntax」的源代码
代码结果 10,000
www.eeworm.com/read/270919/4231588
extra baud.extra
#-*-Makefile-*- vim:syntax=make
#$Id: baud.extra,v 1.1 2005/03/28 09:24:52 cssharp Exp $
PFLAGS += -DDEFAULT_BAUDRATE=$(BAUD)
www.eeworm.com/read/270919/4231591
extra debugopt.extra
#-*-Makefile-*- vim:syntax=make
#$Id: debugopt.extra,v 1.2 2005/09/06 18:22:11 radler Exp $
OPTFLAGS += -O3 -g
www.eeworm.com/read/270919/4231598
target clean.target
#-*-Makefile-*- vim:syntax=make
#$Id: clean.target,v 1.1 2004/01/08 03:45:55 cssharp Exp $
clean: FORCE
rm -rf build
www.eeworm.com/read/270919/4232226
py multirun.py
# This script is in the public domain and has no copyright
#
# This script is just a syntax example for scripting multiple runs of
# a simulation. It doesn't do anything real.
from simcore import *
i
www.eeworm.com/read/268664/4250786
properties defaultconfig.properties
# For the general syntax of property based configuration files see the
# documenation of org.apache.log4j.PropertyConfigurator.
# The root category uses the appender called A1. Since no priority is
#
www.eeworm.com/read/268254/4254748
c arymimai.c
/* $Revision: 1.19 $ */
/*
* ARYMIMAI array minimum/maximum index computation.
*
* Syntax: [sys, x0] = arymimai(t,x,u,flag,Func)
* where Func is the string w
www.eeworm.com/read/448675/1685781
in config.in
#
# For a description of the syntax of this configuration file,
# see _LINUX_SOURCE_DIR/Documentation/kbuild/config-language.txt.
#
mainmenu_name "SkyEye Configuration"
# system wide options
mainme
www.eeworm.com/read/432926/1886094
pde arrayobjects.pde
/**
* Array Objects.
*
* Demonstrates the syntax for creating an array of custom objects.
*/
int unit = 40;
int num;
Module[] mods;
void setup()
{
size(200, 200);
background(176);
no