代码搜索:Setting
找到约 10,000 项符合「Setting」的源代码
代码结果 10,000
www.eeworm.com/read/199943/5074840
c msgcounts.c
/* $Id: msgcounts.c,v 1.31 2004/12/01 00:24:51 m-a Exp $ */
/*****************************************************************************
NAME:
msgcounts.c -- routines for setting & computing .M
www.eeworm.com/read/195013/5117797
c sync_serial.c
/*
* Simple synchronous serial port driver for ETRAX 100LX.
*
* Synchronous serial ports are used for continous streamed data like audio.
* The default setting for this driver is compatible with
www.eeworm.com/read/194980/5123656
tcl crosswind.tcl
# crosswind.tcl - user extensions to CrossWind
# Create toolbar button for setting global task breakpoint. No drop binding.
toolBarItemCreate gbreak button {actOnSelection gbreak} \
"dragReturnStri
www.eeworm.com/read/191923/5161000
h _relops_cont.h
// This is an implementation file which
// is intended to be included multiple times with different _STLP_ASSOCIATIVE_CONTAINER
// setting
#ifndef _STLP_EQUAL_OPERATOR_SPECIALIZED
_STLP_TEMPLATE_HEAD
www.eeworm.com/read/180137/5290944
c curlx.c
/*
curlx.c Authors: Peter Sylvester, Jean-Paul Merlin
This is a little program to demonstrate the usage of
- an ssl initialisation callback setting a user key and trustbases
coming from
www.eeworm.com/read/177672/5322842
tcl crosswind.tcl
# crosswind.tcl - user extensions to CrossWind
# Create toolbar button for setting global task breakpoint. No drop binding.
toolBarItemCreate gbreak button {actOnSelection gbreak} \
"dragRetur
www.eeworm.com/read/177235/5331537
authopts
title Default Authentication Options
description This section defines the default authentication
description information. Setting these up properly in your
description ~/.snmp/snmp.conf file will gre
www.eeworm.com/read/340425/3286461
java synchronizedboolean.java
package com.lti.utils.synchronization;
/**
* Useful class for setting a flag between threads. For simple uses, this class is
* not that useful, since boolean access is guaranteed to be atomic.
*