代码搜索:Operations
找到约 10,000 项符合「Operations」的源代码
代码结果 10,000
www.eeworm.com/read/124910/6037165
h fcntl.h
/* O_*, F_*, FD_* bit values for Linux/IA64.
Copyright (C) 1999, 2000 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redis
www.eeworm.com/read/124910/6037560
h fcntl.h
/* O_*, F_*, FD_* bit values for Linux.
Copyright (C) 1995-1999, 2000 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redis
www.eeworm.com/read/124619/6044056
java quickbubblesorter.java
public class QuickBubbleSorter
{
private int operations = 0;
private int length = 0;
private SortHandle itsSortHandle = null;
public QuickBubbleSorter(SortHandle handle)
{
itsSo
www.eeworm.com/read/124619/6044059
java testbubblesort.java
import junit.framework.TestCase;
public class TestBubbleSort extends TestCase
{
public static void main(String[] args)
{
junit.swingui.TestRunner.main(args);
}
public TestBubbleSo
www.eeworm.com/read/124619/6044060
java bubblesorter.java
public class BubbleSorter
{
private int operations = 0;
private int length = 0;
private SortHandle itsSortHandle = null;
public BubbleSorter(SortHandle handle)
{
itsSortHand
www.eeworm.com/read/124619/6044061
java testbubblesort.java
import junit.framework.TestCase;
public class TestBubbleSort extends TestCase
{
public static void main(String[] args)
{
junit.swingui.TestRunner.main(args);
}
public TestBubbleSo
www.eeworm.com/read/124619/6044062
java bubblesorter.java
public class BubbleSorter
{
static int operations = 0;
public static int sort(int [] array)
{
operations = 0;
if (array.length
www.eeworm.com/read/124619/6044066
java testbubblesort.java
import junit.framework.TestCase;
public class TestBubbleSort extends TestCase
{
public static void main(String[] args)
{
junit.swingui.TestRunner.main(args);
}
public TestBubbleSo
www.eeworm.com/read/124619/6044067
java bubblesorter.java
public abstract class BubbleSorter
{
private int operations = 0;
protected int length = 0;
protected int doSort()
{
operations = 0;
if (length
www.eeworm.com/read/120487/6072764
c be-fsstubs.c
/*-------------------------------------------------------------------------
*
* be-fsstubs.c
* support for filesystem operations on large objects
*
* Portions Copyright (c) 1996-2003, PostgreSQ