代码搜索:Setting

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

代码结果 10,000
www.eeworm.com/read/329352/3432834

vc makefile.vc

# Usage: # C:\TRAYICON> VCVARS32 # Setting environment for using Microsoft Visual C++ tools. # C:\TRAYICON> NMAKE /f Makefile.vc # ... making # C:\TRAYICON> NMAKE /f Makefile.vc CLEAN # ... remo
www.eeworm.com/read/326710/3470190

h cfg_sunplus_release.h

#define VERSION_STRING "mid-000" //version: xxx-yyy, 20030422 #define SUPPORT_MIDI #ifdef SUPPORT_MIDI #define SDRAM_128Mx1 // for midi GPIO setting, mimitsai add 20
www.eeworm.com/read/324920/3491334

c ubd_kern.c

/* * Copyright (C) 2000 Jeff Dike (jdike@karaya.com) * Licensed under the GPL */ /* 2001-09-28...2002-04-17 * Partition stuff by James_McMechan@hotmail.com * old style ubd by setting UBD_SHIFT
www.eeworm.com/read/320652/3546084

in configure.in

GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory. # GNU libc on the Hurd is always reentrant. DEFINES="$DEFINES -D_LIBC_REENTRANT" dnl We need this setting because of the need for
www.eeworm.com/read/306248/3744282

dox mainpage.dox

/*! \mainpage Setting List Example * * \ref intro_sec * \n\ref Pre_sec * \n\ref Design_sec * \n\ref Hierarchy_sec * * * * \section intro_sec 1. About this Example * * This
www.eeworm.com/read/305204/3779842

h jmorecfg.h

#ifndef _JMORECFG_H_ #define _JMORECFG_H_ /* * Define BITS_IN_JSAMPLE as either * 8 for 8-bit sample values (the usual setting) * 12 for 12-bit sample values */ #define BITS_IN_JSAMPLE 8
www.eeworm.com/read/304935/3783929

vc makefile.vc

# Usage: # C:\TRAYICON> VCVARS32 # Setting environment for using Microsoft Visual C++ tools. # C:\TRAYICON> NMAKE /f Makefile.vc # ... making # C:\TRAYICON> NMAKE /f Makefile.vc CLEAN # ... remo
www.eeworm.com/read/302839/3822174

rcs nat-netperf-maerts-client.rcs

#!/bin/sh SERVER=192.168.0.1 CLIENT=10.0.0.2 echo "setting up network..." ifconfig lo 127.0.0.1 ifconfig eth0 $CLIENT txqueuelen 1000 echo "modifying route table..." route add default gw 10.0.0.1 e
www.eeworm.com/read/302417/3825912

java setup.java

package setting; import java.awt.BorderLayout; import java.awt.Dimension; import java.awt.FlowLayout; import java.awt.Font; import java.awt.GridBagConstraints; import java.awt.GridBagLayout;
www.eeworm.com/read/302417/3825913

java config.java

package setting; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import java.io.UnsupportedEncodingEx