搜索结果
找到约 1,119 项符合
msp-TEST 的查询结果
Linux/Unix编程 Linux driver for FujiFilm FinePix digital cameras in PC-CAM (i.e. webcam) mode driver/ Conta
Linux driver for FujiFilm FinePix digital cameras in PC-CAM (i.e. webcam) mode
driver/
Contains the driver sources.
Compile with "make".
Then as root, install with "make install".
Type "modprobe finepix" to load the module.
userspace/
Type "make" to compile.
fpix: test program, independant ...
人工智能/神经网络 This code in this directory implements the binary hopfield network. Source code may be found in HOP
This code in this directory implements the binary hopfield network.
Source code may be found in HOPNET.CPP. A sample training file is
H7x8N4.trn. Sample test pattern files are: H7x8D4.TST, H5x8D7.TST,
H5x8D7.TST and H5x8D9.TST, Output of the program goes to both the
screen and a file, ARCHIVE.LST. ...
VHDL/FPGA/Verilog HDL实现的DES算法
HDL实现的DES算法,及相关的Test bench激励文件
其他 1.left.aspx下部分实现了读取RDF(RDF format feeds
1.left.aspx下部分实现了读取RDF(RDF format feeds,是描述web资源的W3C XML格式)格式的feeds,可点击第三条“RDF Test”进行对比。
RDF与普通XML的主要区别是它的根节点下是<items>,而不是<channel>。
2.运行时,需要根据自己的机子改变RssReader.cs中的
String connStr = @"Data Source=6998D47256954C1\SQLEXPRESS ...
VC书籍 This article shows that by using the tools available and understanding the programming system, it is
This article shows that by using the tools available and understanding the programming system, it is possible to improve programming productivity. Microsoft Foundation Classes (MFC) and other tools let the user build GUIs while working in the same development program that was used to write the rest ...
其他 The Hardware folder contains the following files:- 1) Sram_Interface.bit -----------------> Bi
The Hardware folder contains the following files:-
1) Sram_Interface.bit -----------------> Bitstream File
2) Sram_Interface.ucf -----------------> UCF File
3) Sram_Interface.vhd -----------------> Main Entity
4) Sram_Interface_tb.vhd ------------> Test Bench
5) SRAM_RD_WR.vhd ------------> S ...
其他书籍 TION ESD (electrostatic discharge) sensitive device. Electrostatic charges as high as 4000 V readil
TION
ESD (electrostatic discharge) sensitive device. Electrostatic charges as high as 4000 V readily
accumulate on the human body and test equipment and can discharge without detection.
WARNING!
Although the AD7008 features proprietary ESD protection circuitry, permanent damage may
occur on devices ...
压缩解压 MATLAB implementation of SPIHT (without Arithmatic coding stage). % Performance evaluation : this
MATLAB implementation of SPIHT (without Arithmatic coding stage).
% Performance evaluation : this toolbox VS. SPIHT
% Test image: lena512.raw
% bpp SPIHT(dB) This code(dB)
% 0.1000 29.8107 29.3202
% 0.2000 32.7202 32.2514
% 0.3000 34.5479 34.0331
% 0.4000 35.8422 35.4857
% 0.5000 36.8623 36 ...
嵌入式Linux void Main(void) { sys_init() // Initial 44B0X s Interrupt,Port and UART // user in
void Main(void)
{
sys_init() // Initial 44B0X s Interrupt,Port and UART
// user interface
uart_printf("\n\r Led Test Example\n")
for( )
{
led_test()
}
}
嵌入式Linux void Main(void) { sys_init() // Initial 44B0X s Interrupt,Port and UART wdtim
void Main(void)
{
sys_init() // Initial 44B0X s Interrupt,Port and UART
wdtimer_test() // test start
}