代码搜索结果

找到约 10,000 项符合 Storage 的代码

storage.java

public class Storage { private int count; private int size; public Storage(int s) { size = s; } public synchronized void addData(String n) { while (count == size) { t

storage.c

/* @(#) pSOSystem PowerPC/V2.2.2*/ /***********************************************************************/ /* */ /* MODULE:

storage.c

/* * storage_fd/storage.c * * Copyright (c) 2000, 2001, 2002 Lineo * Copyright (c) 2001 Hewlett Packard * * By: * Stuart Lynne , * Tom Rushworth , *

storage.h

/*++ Copyright (c) 2001 Sunplus Technology Co., Ltd. Module Name: storage.h Abstract: Header file related to storage functions Environment: Keil C51 Compil

storage.c

/*++ Copyright (c) 2001 Sunplus Technology Co., Ltd. Module Name: storage.c Abstract: Module related to general storage media Environment: Keil C51 Compile