代码搜索:Writing
找到约 5,778 项符合「Writing」的源代码
代码结果 5,778
www.eeworm.com/read/151700/5679765
java readwritepriority.java
package concurrency.readwrite;
//@author: j.n.magee 11/11/96
//
// The Read Write Monitor Class - Writers priority
//
class ReadWritePriority implements ReadWrite{
private int readers =0;
www.eeworm.com/read/151700/5679767
java displayreadwrite.java
/********************************************************/
package concurrency.readwrite;
import concurrency.display.*;
class DisplayReadWrite implements ReadWrite {
StringCanvas display
www.eeworm.com/read/151700/5679769
java readwritefair.java
package concurrency.readwrite;
//
// The Read Write Monitor Class - fair version
//
class ReadWriteFair implements ReadWrite {
private int readers =0;
private boolean writing = false
www.eeworm.com/read/151700/5679770
java readwritesafe.java
package concurrency.readwrite;
//@author: j.n.magee 11/12/96
//
// The Read Write Monitor Class
//
class ReadWriteSafe implements ReadWrite {
private int readers =0;
private boolean wri
www.eeworm.com/read/139043/5811696
java xmlwritertest.java
/*
* Copyright 1999,2005 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
*
www.eeworm.com/read/136812/5860771
c rawtest_msg.c
/*
* @(#)rawtest_msg.c - Rev 1.1 - 7/30/92
*
* rawtest_msg.c: message file for rawtest.c.
*
*/
char *start_test_msg = "\nBegin %s test on %s.";
char *write_blk_msg = "Writing %d blocks.";
www.eeworm.com/read/131315/5934171
nr parts.nr
.\"$Header: parts.nr,v 1.1 88/12/05 18:10:50 nhall Exp $
.\"$Source: /usr/argo/doc/kernel/RCS/parts.nr,v $
.\"
.\"
.\" LOOK FOR ALL CASES OF 'writing' (as in, "at this writing")
.\" to be sure you've
www.eeworm.com/read/131315/5942001
c xwrite.c
/* $Revision: 1.2 $
**
*/
#include
#include
#include
#include "clibrary.h"
/*
** Keep writing until everything has been written or we get an error.
*/
int
xwrite(
www.eeworm.com/read/121089/6069344
h locking.h
/***
*sys\locking.h - flags for locking() function
*
* Copyright (c) 1985-1988, Microsoft Corporation. All rights reserved.
*
*Purpose:
* This file defines the flags for the locking() funct
www.eeworm.com/read/121089/6070666
h locking.h
/***
*sys\locking.h - flags for locking() function
*
* Copyright (c) 1985-1990, Microsoft Corporation. All rights reserved.
*
*Purpose:
* This file defines the flags for the locking() function.