代码搜索:Notify
找到约 4,184 项符合「Notify」的源代码
代码结果 4,184
www.eeworm.com/read/136812/5860828
c panel.c
#ifndef lint
static char sccsid[] = "@(#)panel.c 1.1 92/07/30 Copyright Sun Micro";
#endif
/*
* Copyright (c) 1987 by Sun Microsystems, Inc.
*/
#include "sundiag.h"
#include
#include "
www.eeworm.com/read/145545/12714394
java banking.java
package examples.threads;
/** A class to demonstrate wait and notify methods
*/
public class Banking {
/** The test method for the class
* @param args[0] Time in seconds for which
www.eeworm.com/read/145545/12714440
java bankaccount.java
package examples.threads;
/** A class to demonstrate wait and notify methods
*/
public class BankAccount {
private int balance = 0;
private boolean isOpen = true;
/** The method
www.eeworm.com/read/123117/6062972
java chopstick.java
import java.awt.*;
public class Chopstick {
Philosopher owner = null;
public synchronized void release(Philosopher phil) {
if (phil == owner)
owner = null;
notify
www.eeworm.com/read/347053/11704344
java ebanksessionlistener.java
package com.ebusiness.ebank.security;
/**
* Title:
* Description: This class implements HttpSessionListenner.
* It will notify eBank system to remove user from
*
www.eeworm.com/read/486755/1247333
java saver.java
package examples.threads.bank;
/**
* A class to demonstrate wait and notify methods
*/
public class Saver implements Runnable {
private BankAccount account;
/** Class constructor meth
www.eeworm.com/read/478932/1346935
txt openwindow.txt
window.open('Notify.asp','','width=550,height=400,toolbar=no, status=no, menubar=yes, resizable=no, scrollbars=yes');