代码搜索:borrowing
找到约 108 项符合「borrowing」的源代码
代码结果 108
www.eeworm.com/read/146906/5734291
java gainsfromtrading.java
/* WARANTY NOTICE AND COPYRIGHT
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation;
www.eeworm.com/read/314688/3629937
java librarybook.java
/*
* LibraryBook.java - Outline of implementation only. Code not complete.
*/
public class LibraryBook extends Book
{
private Borrowing borrowed; // link to Borrowing object
// ...
www.eeworm.com/read/494262/1160820
dpr project1.dpr
program Project1;
uses
Forms,
unit_addingdie in 'unit_addingdie.pas' {frm_addingdie},
unit_addingman in 'unit_addingman.pas' {frm_addingman},
unit_borrowing in 'unit_borrowing.pas',
www.eeworm.com/read/121712/14740355
java borrowdialog.java
//************************************************
//BorrowDialog.java
//This class is used to create an GUI dialog for
//borrowing videos from the stock.
//Created by Xiaobin Lin 3/Dec/
www.eeworm.com/read/314688/3629935
java reader.java
/*
* Reader.java - Outline of implementation only. Code not complete.
*/
public class Reader extends Person
{
private Vector borrowing; // list of Borrowings of LibraryBooks
//
www.eeworm.com/read/165570/5481416
java librarybook.java
package library;
import dslib.base.CursorUos;
/** A Book with additional instance variables onLoanTo, dueDate, and isOverdue.
It has methods to handle the borrowing and returning events. It a
www.eeworm.com/read/314688/3629924
java library.java
/*
* Library.java - Outline of implementation only. Code not complete.
*/
public class Library
{
private Vector libraryBook; // List of all LibraryBooks
private Vector borrowing; // L
www.eeworm.com/read/136786/5864396
c chrp_smp.c
/*
* BK Id: %F% %I% %G% %U% %#%
*/
/*
* Smp support for CHRP machines.
*
* Written by Cort Dougan (cort@cs.nmt.edu) borrowing a great
* deal of code from the sparc and intel versions.
*
* Copy
www.eeworm.com/read/127781/5997231
c chrp_smp.c
/*
* BK Id: %F% %I% %G% %U% %#%
*/
/*
* Smp support for CHRP machines.
*
* Written by Cort Dougan (cort@cs.nmt.edu) borrowing a great
* deal of code from the sparc and intel versions.
*
* Copy
www.eeworm.com/read/110034/6168908
c chrp_smp.c
/*
* BK Id: %F% %I% %G% %U% %#%
*/
/*
* Smp support for CHRP machines.
*
* Written by Cort Dougan (cort@cs.nmt.edu) borrowing a great
* deal of code from the sparc and intel versions.
*
* Copy