代码搜索:扩展频谱

找到约 5,515 项符合「扩展频谱」的源代码

代码结果 5,515
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/304686/13789226

txt 扩展批读数据说明.txt

示例中写得不是很完善,请谅解 function BatchReadRecordEx(hPort: THandle; Action: Integer; Bytes: Integer; var Count: Integer; Data: PChar): Integer; stdcall; external EASTRIVER_API //参数说明: //hPort : 端口句