代码搜索:Operations

找到约 10,000 项符合「Operations」的源代码

代码结果 10,000
www.eeworm.com/read/475965/1374330

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/470693/1466985

h atomicity.h

// Low-level functions for atomic operations: x86, x >= 4 version -*- C++ -*- // Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. Th
www.eeworm.com/read/461081/1555174

java operationsdao.java

package netctoss.dao; import java.util.List; import netctoss.entities.Operations; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.hibernate.L
www.eeworm.com/read/453168/1642320

c namei.c

/* vi: set sw=4 ts=4: */ /* * namei.c --- ext2fs directory lookup operations * * Copyright (C) 1993, 1994, 1994, 1995 Theodore Ts'o. * * %Begin-Header% * This file may be redistributed under the
www.eeworm.com/read/250243/4432123

c tlb-sh4.c

/* * arch/sh/mm/tlb-sh4.c * * SH-4 specific TLB operations * * Copyright (C) 1999 Niibe Yutaka * Copyright (C) 2002 Paul Mundt * * Released under the terms of the GNU GPL v2.0. */ #include
www.eeworm.com/read/250243/4432130

c tlb-sh3.c

/* * arch/sh/mm/tlb-sh3.c * * SH-3 specific TLB operations * * Copyright (C) 1999 Niibe Yutaka * Copyright (C) 2002 Paul Mundt * * Released under the terms of the GNU GPL v2.0. */ #include
www.eeworm.com/read/250015/4443211

c namei.c

/* vi: set sw=4 ts=4: */ /* * namei.c --- ext2fs directory lookup operations * * Copyright (C) 1993, 1994, 1994, 1995 Theodore Ts'o. * * %Begin-Header% * This file may be redistributed under the
www.eeworm.com/read/248446/4470138

h drawsemop.h

/* ** $Id: drawsemop.h,v 1.11 2003/12/11 05:07:04 weiym Exp $ ** ** drawsemop.h: operations for drawing semaphore. ** ** Copyright (C) 2003 Feynman Software. ** Copyright (C) 2000 ~ 2002 Wei Yon
www.eeworm.com/read/248446/4470181

c bitmap.c

/* ** $Id: bitmap.c,v 1.40 2004/10/05 07:32:25 snig Exp $ ** ** Bitmap operations of GDI. ** ** Copyright (C) 2003 Feynman Software. ** Copyright (C) 2000 ~ 2002 Wei Yongming. ** ** Current m
www.eeworm.com/read/248446/4470184

c clip.c

/* ** $Id: clip.c,v 1.8 2003/09/04 03:09:52 weiym Exp $ ** ** Clipping operations of GDI. ** ** Copyright (C) 2003 Feynman Software. ** Copyright (C) 2000 ~ 2002 Wei Yongming. ** ** Current ma