代码搜索:现场总线比较
找到约 10,000 项符合「现场总线比较」的源代码
代码结果 10,000
www.eeworm.com/read/454809/7382754
m 例2-39.m
>> A=[1 2 2; -1 2 1;3 5 2];
>> B=[3 4 6;5 8 9;4 5 3];
>> a=A>3 %求A中比3大的数
>> b=(A> c=(A= =B)
www.eeworm.com/read/225956/14509381
txt readme.txt
在本文件夹中值得注意的几个程序
1)第10章的几个题目,由于参考答案较为复杂,此处给出的简单的程序,值得一读。
2)第8章的第10题,本程序给出一种比较简单的解法
3)每个题目的2,3 :基本上是另一种解法或者由本题引出的其他类似问题
www.eeworm.com/read/194957/8182709
m 例2-39.m
>> A=[1 2 2; -1 2 1;3 5 2];
>> B=[3 4 6;5 8 9;4 5 3];
>> a=A>3 %求A中比3大的数
>> b=(A> c=(A= =B)
www.eeworm.com/read/118908/14848377
caj dsp 技术及现场总线技术在水电站自动化系统中的应用.caj
www.eeworm.com/read/192454/8380840
ppt can总线及其应用.ppt
www.eeworm.com/read/291453/8417573
txt 双向总线(注2).txt
VHDL: Bidirectional Bus
download from: http://www.fpga.com.cn
bidir.vhd (Tri-state bus implementation)
LIBRARY ieee;
USE ieee.std_logic_1164.ALL;
ENTITY bidir IS
PORT(
bi
www.eeworm.com/read/389850/8496242
pdf can总线规范.pdf
www.eeworm.com/read/433021/8551886
vhd 三态总线.vhd
VHDL:Tri-State Buses
download from: http://www.fpga.com.cn
prebus.vhd
LIBRARY IEEE;
USE ieee.std_logic_1164.ALL;
ENTITY prebus IS
PORT(
my_in : IN STD_LOGIC_VECTOR(7 D
www.eeworm.com/read/364537/9903856