代码搜索:DM协议
找到约 10,000 项符合「DM协议」的源代码
代码结果 10,000
www.eeworm.com/read/357617/10204835
txt 07-08.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/162815/10267408
txt readme.txt
DAVICOM Semiconductor Inc. 05/16/2003
A Davicom DM9000 fast ethernet driver for Linux.
Copyright (C) 1997 Sten Wang
This program is free software; you can redistr
www.eeworm.com/read/280951/10276755
install
cp dm9000.tar.gz /home/cvtech/jx2410
cd /home/cvtech/jx2410
tar zxvf dm9000.tar.gz
rm /home/cvtech/jx2410/dm9000.tar.gz
www.eeworm.com/read/354405/10357784
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/161413/10415343
dsp example1.dsp
.MODULE/RAM/SEG=USER_PM1/ABS=0x30 example1;
{
Revision History:
Rev 1.0 : (i) Now write 0x000 to ICNTL to enable level
sensitive interrupts to ensure no lost
interrupt
www.eeworm.com/read/279380/10442820
m calcgv.m
function[gu] = calcGv(m,u,MTX,v)
%
% [G] = calcG(m,u,MTX,v)
%
% calculate G = partial (A(m)u) / partial m
%
% calls massf, div, grad, dMassf_dm
%
% for cell center unknowns with Harmonic avera
www.eeworm.com/read/279103/10464572
pas yd_acc_gsm.pas
unit yd_acc_gsm;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ComCtrls, ExtCtrls, Menus, Grids, StdCtrls, Mask, DBCtrls, DBTables,
Buttons, D
www.eeworm.com/read/422151/10661311
h yaokong.h
/*****************************************************************************************/
/*********************************************遥控解码************************************/
/*****************
www.eeworm.com/read/350929/10695427
h idk.h
#define ID_Card_no ((BYTE volatile idata *)0xE0)
bdata BYTE DM,DH;
sbit Dm0 = DM^0;
sbit Dm1 = DM^1;
sbit Dm2 = DM^2;
sbit Dm3 = DM^3;
sbit Dm4 = DM^4;
sbit Dm5 = DM^5;
sbit Dm6 = DM^6;
sb
www.eeworm.com/read/420708/10779753
h eeprom.h
/*
* Copyright 2005 by SSD.
* All rights reserved. Property of SSD.
*/
/*
* ======== dm642_eeprom.h ========
*
* Interface for the X126 I2C EEPROM on the DM642 board
*/
#ifndef