代码搜索:Store
找到约 10,000 项符合「Store」的源代码
代码结果 10,000
www.eeworm.com/read/313010/3646945
c store.c
/**************************************************************************
* *
* This code has been developed by Andrea Graz
www.eeworm.com/read/309978/3701880
c store.c
/* store.c, picture output routines */
/* Copyright (C) 1996, MPEG Software Simulation Group. All Rights Reserved. */
/*
* Disclaimer of Warranty
*
* These
www.eeworm.com/read/309862/3703216
java store.java
/* -*-mode:java; c-basic-offset:2; -*- */
/* JRoar -- pure Java streaming server for Ogg
*
* Copyright (C) 2001,2002 ymnk, JCraft,Inc.
*
* Written by: 2001,2002 ymnk
*
* This p
www.eeworm.com/read/306178/3765216
c store.c
// room: /d/xingxiu/nanjiang.c
// Jay 3/17/96
inherit ROOM;
void create()
{
set("short", "杂货铺");
set("long", @LONG
这是一个杂货铺。房屋内铺着地毯。店老板坐在地毯上,
旁边堆着他的货。墙上有个牌子,是个价目表(sign)。
LO
www.eeworm.com/read/304805/3785719
h store.h
/* Type definitions for the Data Store Server. */
struct data_store {
int ds_flags; /* flags for this store */
int ds_key; /* key to lookup information */
long ds_val_l1; /* data associated
www.eeworm.com/read/304805/3785720
c store.c
/* Implementation of the Data Store. */
#include "inc.h"
/* Allocate space for the data store. */
PRIVATE struct data_store ds_store[NR_DS_KEYS];
PRIVATE int nr_in_use;
PRIVATE _PROTOTYPE(int find_
www.eeworm.com/read/303615/3809949
h store.h
/* crypto/store/store.h -*- mode:C; c-file-style: "eay" -*- */
/* Written by Richard Levitte (richard@levitte.org) for the OpenSSL
* project 2003.
*/
/* =============================================