代码搜索:扩展频谱
找到约 5,515 项符合「扩展频谱」的源代码
代码结果 5,515
www.eeworm.com/read/276638/10721032
ppt 扩展acl的配置与管理.ppt
www.eeworm.com/read/461196/7232088
cpp soj1092扩展欧几里德算法.cpp
#include
long egcd(long a,long b,long &x,long &y)
{
int t,d;
if (b==0)
{
x=1;
y=0;
return a;
}
d=egcd(b,a%b,x,y);
t=x;
x=y;
www.eeworm.com/read/242302/13080224
txt 如何使用vb编写isapi扩展.txt
ISAPI扩 展 是 一 个 标 准 DLL, 而 VB不 能 生 成 标 准 DLL, 所 以 VB不 能 直 接 生 成 ISAPI扩 展 。 如 果 你 希 望 编 写 ISAPI程 序 , 只 能 编 写 一 个 ActiveX服 务 器 , 然 后 从 ISAPI扩 展 调 用 。 VB没 有 包 括 这 方 面 的 例 子 , 但 VFP中 包 括 一 个 例 子 FOXISAPI。
www.eeworm.com/read/309962/13661456
pdf sd卡存储扩展——应用方案.pdf
www.eeworm.com/read/304686/13789226
txt 扩展批读数据说明.txt
示例中写得不是很完善,请谅解
function BatchReadRecordEx(hPort: THandle; Action: Integer; Bytes: Integer; var Count: Integer; Data: PChar): Integer; stdcall; external EASTRIVER_API
//参数说明:
//hPort : 端口句
www.eeworm.com/read/303597/13811895
ppt 51单片机的扩展.ppt
www.eeworm.com/read/238470/13884510
pro 例2.9 定时器扩展.pro
www.eeworm.com/read/238470/13884522
pro 例2.10 计数器扩展.pro
www.eeworm.com/read/490766/6442160
rar study-3 扩展实验程序.rar
www.eeworm.com/read/490393/6455701