代码搜索:Setting
找到约 10,000 项符合「Setting」的源代码
代码结果 10,000
www.eeworm.com/read/395184/8191240
h comm.h
/*
Comm.h
Include file for port setting.
*/
#ifndef _COMM_H
#define _COMM_H
typedef struct tagCOMMDATA{
int Port;
int BaudRate,Parity,ByteSize,StopBits;
int ibaudrat
www.eeworm.com/read/269755/11079122
h controlw.h
/// \ingroup newmat
///@{
/// \file controlw.h
/// Control word class.
/// Manipulate bits used for setting options.
#ifndef CONTROL_WORD_LIB
#define CONTROL_WORD_LIB 0
/// Organise an
www.eeworm.com/read/414697/11105668
m view_system.m
%View control system setting
if not_save_yet
temp=[datadir,NAMEFILE,'*]'];
else
temp=[datadir,NAMEFILE,']'];
end
[f]=crfig(20,20,600,400,['SISO System information - [',temp],'w','none','of
www.eeworm.com/read/266777/11213036
h dlgcustom.h
/*++
Copyright (c) 2004-2005 Micro-soft
Module Name:
DlgCustom.h
Abstract:
the class of Dialog for setting user's favor-config
Author:
Microsoft's Engineer - Unknown Na
www.eeworm.com/read/147311/12566805
html orient.html
Setting the Orientation of a Print Job -- Portrait or Landscape
(Java Developers Almanac Example)
www.eeworm.com/read/147311/12567218
html gridbag_pos.html
Setting the Location of a Component in a GridBagLayout
(Java Developers Almanac Example)
www.eeworm.com/read/147311/12567233
html gridbag_stretch.html
Setting the Stretchyness of Rows and Columns in a GridBagLayout Using Layout Weights
(Java Developers Alman
www.eeworm.com/read/147311/12567318
html gridbag_anchor.html
Setting the Location of a Component Within the Cell of a GridBagLayout Using Anchors
(Java Developers Alman
www.eeworm.com/read/147311/12567359
html gridbag_fill.html
Setting the Stretchyness of a Component Within the Cell of a GridBagLayout Using Fill
(Java Developers Alma
www.eeworm.com/read/147311/12567768
html getcolor.html
Getting and Setting the Selected Color in a JColorChooser Dialog
(Java Developers Almanac Example)