搜索:dataIn
找到约 8 项符合「dataIn」的查询结果
结果 8
https://www.eeworm.com/dl/534/336997.html
其他
One dimensional wavelet transform s input data from file dataIn.txt h[] : -1 0 1 2 g[] : 1 1 0 3
One dimensional wavelet transform s input data from file dataIn.txt
h[] : -1 0 1 2
g[] : 1 1 0 3
c[] : 1 4 2 5 4 6 7 8
https://www.eeworm.com/dl/534/337000.html
其他
1. compile: mpicc cjacobi.c -o cjacobi -lm 2. run: mpirun -np 4 cjacobi 3. result: Input of
1. compile:
mpicc cjacobi.c -o cjacobi -lm
2. run:
mpirun -np 4 cjacobi
3. result:
Input of file "dataIn.txt"
https://www.eeworm.com/dl/663/142672.html
VHDL/FPGA/Verilog
设计一个模块
设计一个模块,从一个窜行数据流里检测出码流“11100”,这个模块包括reset,clk,datain及输出端pmatch
https://www.eeworm.com/dl/663/340901.html
VHDL/FPGA/Verilog
RAM存储器: 设定16 个8 位存储单元。如果read= 1 则dataout<=mem(conv_integer(address)). 如果write= 1 则mem(conv_intege
RAM存储器: 设定16 个8 位存储单元。如果read= 1 则dataout<=mem(conv_integer(address)). 如果write= 1 则mem(conv_integer(address))<=datain.
https://www.eeworm.com/dl/976027.html
技术资料
spi和i2c
I2C的数据输入输出用的是一根线,SPI则分为dataIN和dataOUT。由于这个原因,采用I2C时CPU的端口占用少,SPI多一根。但是由于I2C的数据线是双向的,所以隔离比较复杂,SPI则比较容易。
https://www.eeworm.com/dl/648/215072.html
单片机开发
TLV1544与TMS320VC5402通过串行口连接
TLV1544与TMS320VC5402通过串行口连接,此时,A/D转换芯片作为从设备,DSP提供帧同步和输入/输出时钟信号。TLV1544与DSP之间数据交换的时序图如图3所示。
开始时, 为高电平(芯片处于非激活状态),DATA IN和I/OCLK无效,DATAOUT处于高阻状态。当串行接口使CS变低(激活),芯片开始工作,I/OCL ...
https://www.eeworm.com/dl/532/268010.html
书籍源码
26.编写一个具有如下样式的类模板tmplt
26.编写一个具有如下样式的类模板tmplt,用于实现所谓的反序输出问题,其中使用了类型参数T(使所处理的元素类型可变化)以及普通参数n(元素个数也可变化):
template <class T, int n> class tmplt {
T arr[n] // n个T类型的数据存放于数组arr之中
public:
void dataIn() //从键盘输入n个T ...
https://www.eeworm.com/dl/513966.html
源码
TM1638驱动显示例程
#define TM1638_STB &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;PORTC_Bit1
#define TM1638_CLK &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;PORTC_Bit2
#define TM1638_DIO_IN &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbs ...