代码搜索:Dim

找到约 10,000 项符合「Dim」的源代码

代码结果 10,000
www.eeworm.com/read/395930/2427148

h cache_dim.h

#define OFFSET_BITS 2 #define INDEX_BITS 8 #define TAG_BITS 20 #define CACHE_BLOCKS (0x1
www.eeworm.com/read/395929/2431050

h cache_dim.h

#define OFFSET_BITS 2 #define INDEX_BITS 8 #define TAG_BITS 20 #define CACHE_BLOCKS (0x1
www.eeworm.com/read/395929/2431119

h net_dim.h

#ifndef NETDIM_H_INCLUDED #define NETDIM_H_INCLUDED #define FLIT_LEN 18 #define FLIT_TYPE_LEN 2 #define ADDRESS_LEN 8 #define FT_START 17 #define X_ADDR_START 15 #define Y_ADDR_START 7 #endif
www.eeworm.com/read/381490/2643735

h region_dim.h

/* * This file is part of Ambulant Player, www.ambulantplayer.org. * * Copyright (C) 2003-2007 Stichting CWI, * Kruislaan 413, 1098 SJ Amsterdam, The Netherlands. * * Ambulant Player is free so
www.eeworm.com/read/375190/2731348

hpp dim_impl.hpp

// Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // Copyright (C) 2003-2008 Matthias Christian Schabel // Copyright (C) 2008 S
www.eeworm.com/read/361774/2943836

dim ship geography.dim


www.eeworm.com/read/361774/2943841

dim time 1.dim


www.eeworm.com/read/351636/3103191

c h_dim.c

#include "v3p_f2c.h" #ifdef __cplusplus extern "C" { #endif #ifdef KR_headers shortint h_dim(a,b) shortint *a, *b; #else shortint h_dim(shortint *a, shortint *b) #endif { return( *a > *b ?
www.eeworm.com/read/351636/3103283

c d_dim.c

#include "v3p_f2c.h" #ifdef __cplusplus extern "C" { #endif #ifdef KR_headers double d_dim(a,b) doublereal *a, *b; #else double d_dim(doublereal *a, doublereal *b) #endif { return( *a > *b
www.eeworm.com/read/351636/3103294

c r_dim.c

#include "v3p_f2c.h" #ifdef __cplusplus extern "C" { #endif #ifdef KR_headers double r_dim(a,b) real *a, *b; #else double r_dim(real *a, real *b) #endif { return( *a > *b ? *a - *b : 0);