代码搜索:DM协议
找到约 10,000 项符合「DM协议」的源代码
代码结果 10,000
www.eeworm.com/read/420708/10779769
lkv debug.lkv
-z -c -heap0x400 -m"./Debug/DM642_GPIO.map" -o"./Debug/DM642_GPIO.out" -stack0x400 -w -x -i"e:/C6000/c6000/bios/lib" -i"e:/C6000/c6000/rtdx/lib" -i"e:/C6000/c6000/xdais/lib" -i"e:/C6000/c6000/cgtools/
www.eeworm.com/read/420706/10779951
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
www.eeworm.com/read/420706/10779968
lkv debug.lkv
-z -c -heap0x400 -m"./Debug/DM642_GPIO.map" -o"./Debug/DM642_GPIO.out" -stack0x400 -w -x -i"e:/C6000/c6000/bios/lib" -i"e:/C6000/c6000/rtdx/lib" -i"e:/C6000/c6000/xdais/lib" -i"e:/C6000/c6000/cgtools/
www.eeworm.com/read/420598/10787853
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
www.eeworm.com/read/420598/10787865
lkv debug.lkv
-z -c -heap0x400 -m"./Debug/DM642_GPIO.map" -o"./Debug/DM642_GPIO.out" -stack0x400 -w -x -i"e:/C6000/c6000/bios/lib" -i"e:/C6000/c6000/rtdx/lib" -i"e:/C6000/c6000/xdais/lib" -i"e:/C6000/c6000/cgtools/
www.eeworm.com/read/349381/10831591
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/417309/10995844
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/271108/11007236
extra entries.extra
/Makefile////
/Makefile_linux24x////
/Makefile_linux26x////
/dm8606.h////
/readme////
/dm9ks.c////
www.eeworm.com/read/271108/11007238
old entries.extra.old
/Makefile////
/Makefile_linux24x////
/Makefile_linux26x////
/dm8606.h////
/dm9ks.c////
/readme////
www.eeworm.com/read/314041/6955447
m blockabcd.m
function [a,b,c,d]=blockabcd(r1,r2,r3,r4,r5,r6,l,c,f);
dm=length(f);
j=sqrt(-1);
jw=j*2*pi*f;
a1=ones(1,dm);
b1=r1*ones(1,dm);
c1=zeros(1,dm);
d1=ones(1,dm);
a2=ones(1,dm);
b2=r2+l*jw;
c2=ze