代码搜索:disk
找到约 10,000 项符合「disk」的源代码
代码结果 10,000
www.eeworm.com/read/276084/4169357
java disk.java
package book.applet.tower;
import java.awt.Color;
import java.awt.Graphics;
/**
* 汉诺塔游戏中的盘
*/
public class Disk {
// 盘的宽度
public int width;
// 盘的颜色
public Color color;
// 盘的标签
www.eeworm.com/read/271875/4221264
h disk.h
/*
* Template MIB group interface - disk.h
*
*/
#ifndef _MIBGROUP_DISK_H
#define _MIBGROUP_DISK_H
void init_disk(void);
config_require(util_funcs)
extern FindVarMethod var_exten
www.eeworm.com/read/271875/4221299
c disk.c
/*
* disk.c
*/
#include
#include
#if HAVE_STDLIB_H
#include
#endif
#if HAVE_UNISTD_H
#include
#endif
#if HAVE_FCNTL_H
#include
www.eeworm.com/read/269040/4247852
java disk.java
package org.gof.structure.composite;
public class Disk
extends Equipment {
public Disk(String name) {
super(name);
}
//定义Disk实价为1
public double netPrice() {
return 1.;
www.eeworm.com/read/446196/1714737
c disk.c
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic
www.eeworm.com/read/443351/1750297
c disk.c
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
www.eeworm.com/read/435252/1865194
h disk.h
/*
* GRUB -- GRand Unified Bootloader
* Copyright (C) 2006,2007 Free Software Foundation, Inc.
*
* GRUB is free software: you can redistribute it and/or modify
* it under the terms of the
www.eeworm.com/read/426464/1991108
c disk.c
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this sample source code is subject to the terms of the Microsoft
// license agreement under which you licensed thi