搜索资源列表
lookup_multi
- //4×4 查找表乘法器 module mult4x4(out,a,b,clk) output[7:0] out input[3:0] a,b input clk reg[7:0] out reg[1:0] firsta,firstb reg[1:0] seconda,secondb wire[3:0] outa,outb,outc,outd always @(posedge clk
lookup_multi
- //4×4 查找表乘法器 module mult4x4(out,a,b,clk) output[7:0] out input[3:0] a,b input clk reg[7:0] out reg[1:0] firsta,firstb reg[1:0] seconda,secondb wire[3:0] outa,outb,outc,outd always @(posedge clk
VClike_demo
- 一个类似VC的框架,很好用哦。还有outbar的效果。很好哦。-a fr a mework similar to the VC, oh good use. There outbar results. Oh, good.
outbar
- XP风格的outbar.rar.有DELPHI,C++BULIDER的例子及源码-XP-style outbar.rar. There DELPHI, C++ BULIDER examples and source code
parallel_port_on_linux
- Parallel port can be used to send the data and as various control actions to be taken for external event control.The default address for parallel port is 0x378. The code is compiled under linux and found to work ok.In