代码搜索:Setting
找到约 10,000 项符合「Setting」的源代码
代码结果 10,000
www.eeworm.com/read/164348/5494589
rss rop_other.rss
/*============================================================================*
*
* (c) 1995-2003 RealNetworks, Inc. Patents pending. All rights reserved.
*
*==================================
www.eeworm.com/read/265699/11257520
rss dynamicsettinglist.rss
/*
* ============================================================================
* Name : DynamicSettingList.rss
* Part of : Dynamic Setting List
* Created : 09/21/2005 by Forum Nokia
*
www.eeworm.com/read/294875/8196195
cc examplewindow.cc
#include "ExampleWindow.h"
ExampleWindow::ExampleWindow(
BaseObjectType* base_object,
const Glib::RefPtr& glade_xml)
: Gtk::Window(base_object)
{
// Get the GConf::Client,
www.eeworm.com/read/247925/12612399
rss vncviewer.rss
/*
* ==============================================================================
* Name : VncViewer.rss
* Part of : VncViewer
* Interface :
* Description :
* Version :
www.eeworm.com/read/208222/6961883
bin et21x130c_c_setting_lib.bin
www.eeworm.com/read/153437/12034282
mht m16 - referencing files and setting options - summary.mht
From:
Subject:
Date: Tue, 2 Mar 2004 10:13:14 +0800
MIME-Version: 1.0
Content-Type: multipart/related;
boundary="----=_NextPart_000_0000_01C4003E.F96478
www.eeworm.com/read/153437/12034347
mht m16 - referencing files and setting options - quiz.mht
From:
Subject:
Date: Tue, 2 Mar 2004 10:13:53 +0800
MIME-Version: 1.0
Content-Type: multipart/related;
boundary="----=_NextPart_000_0027_01C4003F.10D3C4
www.eeworm.com/read/127767/14335819
txt e827. setting the size of the divider in a jsplitpane container.txt
A divider can be no less than one pixel in size.
// Create a left-right split pane
JSplitPane pane = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT, leftComponent, rightComponent);
/
www.eeworm.com/read/127767/14336002
txt e721. setting the volume of playing midi audio.txt
// To create a Sequencer object, see e716 Loading and Playing Midi Audio
if (sequencer instanceof Synthesizer) {
Synthesizer synthesizer = (Synthesizer)sequencer;
MidiCha
www.eeworm.com/read/127767/14336019
txt e671. getting and setting pixels in a buffered image.txt
// Get a pixel
int rgb = bufferedImage.getRGB(x, y);
// Get all the pixels
int w = bufferedImage.getWidth(null);
int h = bufferedImage.getHeight(null);
int[] rgbs = new