代码搜索:Operations
找到约 10,000 项符合「Operations」的源代码
代码结果 10,000
www.eeworm.com/read/110034/6169854
c fops.c
/* fops.c -- File operations for DRM -*- linux-c -*-
* Created: Mon Jan 4 08:58:31 1999 by faith@precisioninsight.com
*
* Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
* Copyright 20
www.eeworm.com/read/102935/6226733
c bitops.c
/* atomic.c: atomic operations which got too long to be inlined all over
* the place.
*
* Copyright 1999 Philipp Rumpf (prumpf@tux.org */
#include
#include
#incl
www.eeworm.com/read/101082/6245768
3 directory.3
.\" SCCSID: @(#)directory.3 2.4 8/13/87
.TH directory 3
.SH Name
opendir, readdir, telldir, seekdir, rewinddir, closedir \- directory operations
.SH Syntax
.B #include
.br
.B #include
www.eeworm.com/read/101082/6247641
3 directory.3
.\" SCCSID: @(#)directory.3 2.4 8/13/87
.TH directory 3
.SH Name
opendir, readdir, telldir, seekdir, rewinddir, closedir \- directory operations
.SH Syntax
.B #include
.br
.B #include
www.eeworm.com/read/100127/6274103
py glstdwmenu.py
# Define menu operations for GL stdwin
import gl
from glstdwin import key2code
class MenuObject:
#
def _init(self, win, title):
self._win = win
self._title = title
self._items = []
return
www.eeworm.com/read/477671/6730533
cpp setoperations.cpp
//: C08:SetOperations.cpp
// From "Thinking in C++, 2nd Edition, Volume 2"
// by Bruce Eckel & Chuck Allison, (c) 2001 MindView, Inc.
// Available at www.BruceEckel.com.
// Set operations on sorte
www.eeworm.com/read/477671/6730755
cpp associativebasics.cpp
//: C07:AssociativeBasics.cpp
// From "Thinking in C++, 2nd Edition, Volume 2"
// by Bruce Eckel & Chuck Allison, (c) 2001 MindView, Inc.
// Available at www.BruceEckel.com.
// Basic operations wi
www.eeworm.com/read/410432/11287691
c binbit.c
/* binbit.c -- using bit operations to display binary */
#include
char * itobs(int, char *);
void show_bstr(const char *);
int main(void)
{
char bin_str[8 * sizeof(int) + 1];
www.eeworm.com/read/405333/11464968
cpp setoperations.cpp
//: C06:SetOperations.cpp
// From "Thinking in C++, 2nd Edition, Volume 2"
// by Bruce Eckel & Chuck Allison, (c) 2003 MindView, Inc.
// Available at www.BruceEckel.com.
// Set operations on sorte
www.eeworm.com/read/404808/11477799
c lstrlib.c
/*
** $Id: lstrlib.c,v 1.132.1.3 2007/12/28 15:32:23 roberto Exp $
** Standard library for string operations and pattern-matching
** See Copyright Notice in lua.h
*/
#include
#include