代码搜索:DM协议
找到约 10,000 项符合「DM协议」的源代码
代码结果 10,000
www.eeworm.com/read/384010/8905806
c rwmac.c
/*
* Copyright 2003 by Spectrum Digital Incorporated.
* All rights reserved. Property of Spectrum Digital Incorporated.
*/
/*
* ======== test.c ========
*
* This test program
www.eeworm.com/read/284304/8947476
txt 06-07.txt
% calculate the distance matrix of an array
function DM = distancem(A)
[amount,dim] = size(A);
plot(A(:,1),A(:,2),'.');
DM = zeros(amount);
for i=1:amount
for j=amount:-1:i+1
DM(i,j
www.eeworm.com/read/186078/8961479
pci 80861250.pci
%! Detailed register description file for PCICFG.EXE by Ralf Brown
%!
%! Filename 80861250.PCI = Vendor 8086h, Device 1250h -- Intel 82439HX
%! Last Edit 1/18/97 by Ralf Brown
%!
Everything pre
www.eeworm.com/read/186078/8961508
pci 80861235.pci
%! Detailed register description file for PCICFG.EXE by Ralf Brown
%!
%! Filename 80861235.PCI = Vendor 8086h, Device 1235h -- Intel 82437MX
%! Last Edit 1/17/97 by Ralf Brown
%!
Everything pre
www.eeworm.com/read/282672/9075652
pas frm_sjjh.pas
unit frm_sjjh;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ComCtrls, FileCtrl, ExtCtrls, CheckLst,db,ADOdb,
Grids, DBGri
www.eeworm.com/read/378923/9212636
asm evmdm642_vcapparamspal.asm
;******************************************************************************
;* TMS320C6x C/C++ Codegen PC Version 4.32 *
;* Date/Time created: Wed Aug 03 11:32
www.eeworm.com/read/178671/9389072
bat build.bat
echo off
rem This file is called from top-level build6000.bat to build video examples
rem This script can be run stand-alone if you initialize the 'TIROOT', 'TCONF'
rem and TIMAKE variables.
echo
www.eeworm.com/read/175013/9564300
~dpr inventory.~dpr
program Inventory;
uses
Forms,
Windows,
Main in 'source\Main.pas' {frmMain},
InvQuery in 'source\InvQuery.pas' {frmBalance},
InvoiceList in 'source\InvoiceList.pas' {frmInvoiceList},
www.eeworm.com/read/175013/9564302
dpr inventory.dpr
program Inventory;
uses
Forms,
Windows,
Main in 'source\Main.pas' {frmMain},
InvQuery in 'source\InvQuery.pas' {frmBalance},
InvoiceList in 'source\InvoiceList.pas' {frmInvoiceList},
www.eeworm.com/read/175013/9564424
pas invbomcheck.pas
unit InvBomCheck;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ComCtrls, ExtCtrls, Grids, EnhLV, GLLV, InvDef, dpConst,
StdCtrls, B