代码搜索:直驱式
找到约 10,000 项符合「直驱式」的源代码
代码结果 10,000
www.eeworm.com/read/325113/13226426
doc 嵌入式实验.doc
www.eeworm.com/read/306719/13739585
txt 分布式查询.txt
EXEC sp_addlinkedserver @server='serverA', @srvproduct='', @provider='SQLOLEDB', @datasrc='192.168.0.28'
EXEC sp_addlinkedsrvlogin @rmtsrvname='serverA', @useself='false', @rmtuser ='sa',@rmtpassword
www.eeworm.com/read/305500/13767208
sbs 弹出式菜单.sbs
Sub Main
Begin Dialog UserDialog 400,203,"弹出式菜单" ,.DialogFunc' %GRID:10,7,1,1
OptionGroup .Group1
OptionButton 30,21,220,14,"左上角位于(XPos,YPos)处",.OptionButton1
OptionButton 220,49,15
www.eeworm.com/read/305374/13773063
cpp 多项式拟合.cpp
#include
#include
#include
#include
#include
#include
double f(double x)
{
return exp(x)+10*x-2;
}
double f(double x,double y
www.eeworm.com/read/302245/13838463
exe 多项式相乘.exe
www.eeworm.com/read/302023/13844379
ppt 分布式智能.ppt
www.eeworm.com/read/494256/6380805
doc 多项式相乘.doc
www.eeworm.com/read/493906/6384464
rar 桶式排序法.rar
www.eeworm.com/read/488751/6485111
mht 費式數列.mht
From:
Subject: =?gb2312?B?2U3KvZS1wdA=?=
Date: Wed, 13 Sep 2006 01:03:44 +0800
MIME-Version: 1.0
Content-Type: multipart/related;
boundary="----=_NextPart_00
www.eeworm.com/read/487290/6518773
txt 多项式拟合.txt
doubleprecision a(100,100),c(100,100),d(100),alpha(100)
doubleprecision gs(100,100),temp,q,delt(100),x(100),y(100)
integer gsn
open(100,file='in.txt',status='old')
read(100,*) n,m
read(100,*