代码搜索:DA驱动
找到约 10,000 项符合「DA驱动」的源代码
代码结果 10,000
www.eeworm.com/read/127438/6005316
cvsignore .cvsignore
*.o
*.bb
*.bbg
*.da
*.gcov
Makefile
Makefile.in
.deps
Debug
Release
old
www.eeworm.com/read/127438/6005331
cvsignore .cvsignore
*.o
*.bb
*.bbg
*.da
*.gcov
Makefile
Makefile.in
.deps
Debug
Release
old
www.eeworm.com/read/127438/6005361
cvsignore .cvsignore
*.o
*.bb
*.bbg
*.da
*.gcov
Makefile
Makefile.in
.deps
Debug
Release
old
www.eeworm.com/read/127438/6005379
cvsignore .cvsignore
*.o
*.bb
*.bbg
*.da
*.gcov
Makefile
Makefile.in
mpiexec.plg
Debug
Release
www.eeworm.com/read/127438/6005960
cvsignore .cvsignore
Debug*
Release*
*.o
*.bb
*.bbg
*.da
*.gcov
Makefile.in
Makefile
*.so
*.lo
*.la
www.eeworm.com/read/119864/6081854
c cpmul.c
/* cpmul.c
*
* Multiply two polynomials with complex coefficients
*
*
*
* SYNOPSIS:
*
* typedef struct
* {
* double r;
* double i;
* }cmplx;
*
* cmplx a[], b[], c[];
* int da,
www.eeworm.com/read/104136/6206716
dpr soft.dpr
program Soft;
{$I DEFINE.INC}
uses
Windows,
SysUtils,
Forms,
Registry,
OnGuard,
OgUtil,
MAIN in 'EnvSet\MAIN.PAS' {MainForm},
WSCustomRpt in '..\..\Public\Template\WSCust
www.eeworm.com/read/104136/6207290
~dpr soft.~dpr
program Soft;
{$I DEFINE.INC}
uses
Windows,
SysUtils,
Forms,
Registry,
OnGuard,
OgUtil,
MAIN in 'EnvSet\MAIN.PAS' {MainForm},
WSCustomRpt in '..\..\Public\Template\WSCust
www.eeworm.com/read/130829/6286522
cpp aaa.cpp
#include
using namespace std;
void main()
{
int i,j;
float x;
double data=0.0;
double da=1.0;
coutx;
for ( i=0 ; i < 100; i ++ )
{
for ( j