代码搜索:Setting
找到约 10,000 项符合「Setting」的源代码
代码结果 10,000
www.eeworm.com/read/205824/5018749
h bitops.h
#ifndef _I386_BITOPS_H
#define _I386_BITOPS_H
/*
* Copyright 1992, Linus Torvalds.
*/
/*
* These have to be done with inline assembly: that way the bit-setting
* is guaranteed to be ato
www.eeworm.com/read/200952/5063593
txt test-stringbimethods.txt
${x?string["0.00"]}
${x?string("0.00")}
---
${multi}
${a?string} ${b?string}
${a?string("yes", "no")} ${b?stri
www.eeworm.com/read/200288/5068694
mk config.mk
#
# This config file is used for compilation of IMX sources
#
# You might change location of U-Boot in memory by setting right TEXT_BASE.
# This allows for example having one copy located at the end o
www.eeworm.com/read/200288/5068779
mk config.mk
#
# This config file is used for compilation of scb93328 sources
#
# You might change location of U-Boot in memory by setting right TEXT_BASE.
# This allows for example having one copy located at the
www.eeworm.com/read/192958/5148590
txt test-stringbimethods.txt
${x?string["0.00"]}
${x?string("0.00")}
---
${multi}
${a?string} ${b?string}
${a?string("yes", "no")} ${b?stri
www.eeworm.com/read/184370/5249672
makefile
#Depending on your system, you will need to modify this makefile.
#If you do not have gcc, change the setting for CC, but you must
#use an ANSI standard C compiler (NOT the old SunOS 4.1.3 cc
#compil
www.eeworm.com/read/184367/5249750
makefile
#Depending on your system, you will need to modify this makefile.
#If you do not have gcc, change the setting for CC, but you must
#use an ANSI standard C compiler (NOT the old SunOS 4.1.3 cc
#compil
www.eeworm.com/read/183001/5258837
out dblink.out
-- Adjust this setting to control where the objects get created.
SET search_path = public;
--
-- Define the functions and test data
-- therein.
--
-- Turn off echoing so that expected file does not de
www.eeworm.com/read/183001/5258838
sql dblink.sql
-- Adjust this setting to control where the objects get created.
SET search_path = public;
--
-- Define the functions and test data
-- therein.
--
-- Turn off echoing so that expected file does not d
www.eeworm.com/read/176157/5339118
java simpleinternalframe.java
// SimpleInternalFrame.java
// A quick demonstration of setting up an Internal Frame in an application.
//
package jswing.ch09;
import java.awt.*;
import javax.swing.*;
public class SimpleInternalF