代码搜索:LONG
找到约 10,000 项符合「LONG」的源代码
代码结果 10,000
www.eeworm.com/read/183756/9142050
c log__l.c
/* log__L.c - math routine */
/* Copyright 1992 Wind River Systems, Inc. */
/*
modification history
--------------------
01a,08jul92,smb documentation.
*/
/*
DESCRIPTION
* Copyright (c) 1985 Regen
www.eeworm.com/read/183756/9142054
c exp.c
/* exp.c - math routines */
/* Copyright 1992-1993 Wind River Systems, Inc. */
/*
modification history
--------------------
01e,05feb93,jdi doc changes based on kdl review.
01d,02dec92,jdi doc twe
www.eeworm.com/read/183705/9143890
bas modcommon.bas
Attribute VB_Name = "modCommon"
Option Explicit
' 这里是通用模块,放置API函数以及公用函数
Public Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)
Public Declare Function GetPrivateProfileSt
www.eeworm.com/read/380485/9145381
h memory.h
/*
* NOTE!!! memcpy(dest,src,n) assumes ds=es=normal data segment. This
* goes for all kernel functions (ds=es=kernel space, fs=local data,
* gs=null), as well as for all well-behaving user prog
www.eeworm.com/read/380446/9149322
cpp sievingkalman.cpp
//SievingKalman.cpp 离散随机线性系统的卡尔曼滤波
#include //模板类输入输出流标准头文件
#include //数学变换头文件
#include //模板类矩阵头文件
using namespace std; //名字空间
template
voi
www.eeworm.com/read/380446/9149331
cpp walshtransform.cpp
//WalshTransform.cpp 快速沃什变换
#include //模板类输入输出流标准头文件
#include //数学变换头文件
using namespace std; //名字空间
void main(void)
{
valarray p(8);
valarray
www.eeworm.com/read/380446/9149341
cpp fouriertransform.cpp
//FourierTransform.cpp 快速傅里叶变换
#include //模板类输入输出流标准头文件
#include //数学变换头文件
using namespace std; //名字空间
void main(void)
{
valarray< complex > p(64);
www.eeworm.com/read/380352/9151877
h matrix.h
#include
#include
#ifndef __MatrixbyZsolt__
#define __MatrixbyZsolt__
///////////////////////////////////////////////////////////////////////////////////////
//Ini
www.eeworm.com/read/380352/9151879
h fdtd_3d.h
#pragma once
#ifndef NULL
#define NULL 0
#endif
#include "FDTD_1D_EH_PML_LOSS.h"
class CFDTD_3D
{
private:
double pi, eps_0, mu_0;
long ***Ind; //indicates the material type in e
www.eeworm.com/read/183533/9155431
bas const.bas
Attribute VB_Name = "Const"
Option Explicit
Public sCon As String
Public LoginSucceeded As Boolean
Public CN As New ADODB.Connection
Public rectTOP As Double
Public rectLEFT As Double
P