代码搜索:Dim
找到约 10,000 项符合「Dim」的源代码
代码结果 10,000
www.eeworm.com/read/457727/1594008
c df1dim.c
#include "nrutil.h"
extern int ncom;
extern float *pcom,*xicom,(*nrfunc)();
extern void (*nrdfun)();
float df1dim(x)
float x;
{
int j;
float df1=0.0;
float *xt,*df;
xt=vector(1,nco
www.eeworm.com/read/457727/1594227
c xdf1dim.c
/* Driver for routine df1dim */
#include
#define NRANSI
#include "nr.h"
#include "nrutil.h"
#define NDIM 3
int ncom; /* defining declarations */
float *pcom,*xicom;
void (*nr
www.eeworm.com/read/457727/1594288
c xf1dim.c
/* Driver for routine f1dim */
#include
#define NRANSI
#include "nr.h"
#include "nrutil.h"
float func(float x[])
{
int i;
float f=0.0;
for (i=1;i
www.eeworm.com/read/457727/1594489
c f1dim.c
#define NRANSI
#include "nrutil.h"
extern int ncom;
extern float *pcom,*xicom,(*nrfunc)(float []);
float f1dim(float x)
{
int j;
float f,*xt;
xt=vector(1,ncom);
for (j=1;j
www.eeworm.com/read/457727/1594620
c df1dim.c
#define NRANSI
#include "nrutil.h"
extern int ncom;
extern float *pcom,*xicom,(*nrfunc)(float []);
extern void (*nrdfun)(float [], float []);
float df1dim(float x)
{
int j;
float df1=0.0
www.eeworm.com/read/236296/4642165
inc d3dim.inc
; ===========================================
; d3dim.inc copyright MASM32 1998 - 2003
; ===========================================
Direct3DCreate PROTO :DWORD,:DWORD,:DWORD
Direct3D_HALC
www.eeworm.com/read/233448/4678799
f90 intrinsic_dim.f90
! Program to test the DIM intrinsic
program intrinsic_dim
implicit none
integer i, j
real(kind=4) :: r, s
real(kind=8) :: p, q
i = 1
j = 4
if (dim (i, j) .ne. 0) call abort
if
www.eeworm.com/read/229812/4739518
cpp dim2arr.cpp
#include
#include
template
class Dim2Array : public JAM_Array< JAM_Array > {
public:
Dim2Array(size_t m = 0, size_t n = 0)
: JAM_Array< JAM_Array
www.eeworm.com/read/229812/4743226
def d3dim.def
LIBRARY d3dim.dll
EXPORTS
;D3DFree
;D3DMalloc
;D3DRealloc
Direct3DCreate@12
;Direct3DCreateDevice
;Direct3DCreateTexture
;Direct3DGetSWRastZPixFmts
Direct3D_HALCleanUp@8
FlushD3DDevices@4
F