代码搜索:Operations
找到约 10,000 项符合「Operations」的源代码
代码结果 10,000
www.eeworm.com/read/427042/1980527
c mkcert.c
/* Certificate creation. Demonstrates some certificate related
* operations.
*/
#include
#include
#include
#include
#include
www.eeworm.com/read/425805/2003034
c palette.c
/*
** $Id: palette.c,v 1.5 2003/09/04 03:09:52 weiym Exp $
**
** palette.c: Palette operations of GDI.
**
** Copyright (C) 2003 Feynman Software.
** Copyright (C) 2001 ~ 2002 Wei Yongming.
**
www.eeworm.com/read/422785/2032841
c mkcert.c
/* Certificate creation. Demonstrates some certificate related
* operations.
*/
#include
#include
#include
#include
#include
www.eeworm.com/read/420697/2067205
java variablesafeabsref.java
package org.apache.xpath.operations;
import javax.xml.transform.TransformerException;
import org.apache.xml.dtm.DTM;
import org.apache.xml.dtm.DTMIterator;
import org.apache.xml.dtm.DTMManager;
impor
www.eeworm.com/read/414420/2147432
h atomic.h
/*
* PowerPC atomic operations
*/
#ifndef _ASM_PPC_ATOMIC_H_
#define _ASM_PPC_ATOMIC_H_
#include
#ifdef CONFIG_SMP
typedef struct { volatile int counter; } atomic_t;
#else
typede
www.eeworm.com/read/412408/2170838
h aacs_cci.h
/*
*
* Copyright (c) Sigma Designs, Inc. 2005-2006. All rights reserved.
*
*/
/**
* API for AACS CCI operations
*/
#ifndef __AACS_CCI_API_H__
#define __AACS_CCI_API_H__
#include "rmdef/rmdef.h"
www.eeworm.com/read/410514/2209694
c palette.c
/*
** $Id: palette.c,v 1.5 2003/09/04 03:09:52 weiym Exp $
**
** palette.c: Palette operations of GDI.
**
** Copyright (C) 2003 Feynman Software.
** Copyright (C) 2001 ~ 2002 Wei Yongming.
**
www.eeworm.com/read/408818/2243225
h atomic.h
/*
* PowerPC atomic operations
*/
#ifndef _ASM_PPC_ATOMIC_H_
#define _ASM_PPC_ATOMIC_H_
#include
#ifdef CONFIG_SMP
typedef struct { volatile int counter; } atomic_t;
#else
typede
www.eeworm.com/read/396039/2425648
java clogdisplay.java
import java.awt.*;
import java.awt.event.*;
import java.util.*;
import com.sun.java.swing.*;
import com.sun.java.swing.border.Border;
/*
This class supervises all display operations and printing fo
www.eeworm.com/read/395229/2444479
h atomicity.h
/* Low-level functions for atomic operations. m680x0 version, x >= 2.
Copyright (C) 1997 Free Software Foundation, Inc.
Contributed by Andreas Schwab .