代码搜索:Select
找到约 10,000 项符合「Select」的源代码
代码结果 10,000
www.eeworm.com/read/117096/6111918
h select.h
// -*- c++ -*-
/* Do not edit! -- generated file */
#ifndef _SIGC_LAMBDA_SELECT_HPP_
#define _SIGC_LAMBDA_SELECT_HPP_
#include
namespace sigc {
namespace internal {
s
www.eeworm.com/read/116793/6112353
c select.c
/*
** Copyright (c) 1995-2001 Hughes Technologies Pty Ltd. All rights
** reserved.
**
** Terms under which this software may be used or copied are
** provided in the specific license associated w
www.eeworm.com/read/116793/6112354
h select.h
/*
** select Header File (Public)
*/
/***********************************************************************
** Standard header preamble. Ensure singular inclusion, setup for
** function prototype
www.eeworm.com/read/116006/6115383
c select.c
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// This source code is licensed under Microsoft Shared Source License
// Version 1.0 for Windows CE.
// For a copy of the l
www.eeworm.com/read/116006/6115398
c select.c
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// This source code is licensed under Microsoft Shared Source License
// Version 1.0 for Windows CE.
// For a copy of the l
www.eeworm.com/read/116005/6115951
h select.h
/*
* Copyright (c) 1998-2001 by NETsilicon Inc.
*
* This software is copyrighted by and is the sole property of
* NETsilicon. All rights, title, ownership, or other interests
* in the s
www.eeworm.com/read/113176/6136071
java select.java
//$Id: Select.java,v 1.4.2.1 2003/11/27 15:28:38 oneovthafew Exp $
package net.sf.hibernate.sql;
/**
* A simple SQL SELECT statement
* @author Gavin King
*/
public class Select {
www.eeworm.com/read/109026/6176759
man select.man
NAME
select, FD_CLR, FD_ISSET, FD_SET, FD_ZERO - synchronous
I/O multiplexing
SYNOPSIS
#include
int select(int n, fd_set *readfds, fd_set *wri
www.eeworm.com/read/109026/6176892
c select.c
//==========================================================================
//
// lib/select.c
//
// 'select()' system call
//
//======================================================