搜索结果

找到约 6 项符合 dataIn 的查询结果

其他 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/336997.html
下载: 96
查看: 1072

VHDL/FPGA/Verilog 设计一个模块

设计一个模块,从一个窜行数据流里检测出码流“11100”,这个模块包括reset,clk,datain及输出端pmatch
https://www.eeworm.com/dl/663/142672.html
下载: 68
查看: 1017

单片机开发 TLV1544与TMS320VC5402通过串行口连接

TLV1544与TMS320VC5402通过串行口连接,此时,A/D转换芯片作为从设备,DSP提供帧同步和输入/输出时钟信号。TLV1544与DSP之间数据交换的时序图如图3所示。 开始时, 为高电平(芯片处于非激活状态),DATA IN和I/OCLK无效,DATAOUT处于高阻状态。当串行接口使CS变低(激活),芯片开始工作,I/OCLK和DATAIN能使DATA OU ...
https://www.eeworm.com/dl/648/215072.html
下载: 150
查看: 1055

书籍源码 26.编写一个具有如下样式的类模板tmplt

26.编写一个具有如下样式的类模板tmplt,用于实现所谓的反序输出问题,其中使用了类型参数T(使所处理的元素类型可变化)以及普通参数n(元素个数也可变化): template <class T, int n> class tmplt { T arr[n] // n个T类型的数据存放于数组arr之中 public: void dataIn() //从键盘输入n个T类型数据放入arr数组中 ...
https://www.eeworm.com/dl/532/268010.html
下载: 24
查看: 1030

其他 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/534/337000.html
下载: 74
查看: 1029

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/663/340901.html
下载: 86
查看: 1150