搜索结果

找到约 1,112 项符合 teST-driven 的查询结果

Linux/Unix编程 本程序是MP3的解码程序

本程序是MP3的解码程序,可以用VC编译或者用GNU编译,可以运行在PC机上。 本程可以MP3文件解压为WAV文件 TEST 中的代码可以播放WAV文件 有兴趣的朋友可以把这段mp3程序移植到开发板上,这样就可以用开发板播放MP3了。
https://www.eeworm.com/dl/619/218542.html
下载: 179
查看: 1050

uCOS UCOS/II for ICCAVR - The version of UCOS/II is 2.04 - the original port was done by Ole Saether

UCOS/II for ICCAVR - The version of UCOS/II is 2.04 - the original port was done by Ole Saether for the IAR compiler. Jens E. Holtegaard ported one version using ICCAVR. Joerg Meyer did another port (using Jens port as a start?). This is basically Joerg s port plus a little bit of changes and ...
https://www.eeworm.com/dl/649/221724.html
下载: 96
查看: 1079

软件设计/软件工程 MSComm 控件通过串行端口传输和接收数据

MSComm 控件通过串行端口传输和接收数据,为应用程序提供串行通讯功能。MSComm控件在串口编程时非常方便,程序员不必去花时间去了解较为复杂的API函数,而且在VC、VB、Delphi等语言中均可使用。 Microsoft Communications Control(以下简称MSComm)是Microsoft公司提供的简化Windows下串行通信编程的ActiveX控件,它为应用 ...
https://www.eeworm.com/dl/684/221819.html
下载: 156
查看: 1076

Java编程 This Source.zip has three application code folders containing .java and .class files and two .jar fi

This Source.zip has three application code folders containing .java and .class files and two .jar files as follows: 1. desktop-side_JXTA4JMS 2. mobile-side_JXTA4JMS 3. JMS Test Client 4. Listener.jar 5. JMSTestClient.jar We now explain execution steps, we followed, to run this JXTA4JMS application ...
https://www.eeworm.com/dl/633/222758.html
下载: 125
查看: 1092

其他书籍 Universal Serial Bus Implementers Forum Full and Low Speed Electrical and Interoperability Compl

Universal Serial Bus Implementers Forum Full and Low Speed Electrical and Interoperability Compliance Test Procedure
https://www.eeworm.com/dl/542/223261.html
下载: 180
查看: 1057

通讯编程文档 In addition to individual algorithm, Demonstration System is a "data structure" (C language version)

In addition to individual algorithm, Demonstration System is a "data structure" (C language version) book algorithm corresponding to the code (CPP) and the test operating procedures (VC + +6.0 to the EXE). Through the system can demonstrate that the algorithm source code and operating results
https://www.eeworm.com/dl/646/223339.html
下载: 166
查看: 1043

软件工程 Software Testing, Second Edition provides practical insight into the world of software testing and q

Software Testing, Second Edition provides practical insight into the world of software testing and quality assurance. Learn how to find problems in any computer program, how to plan an effective test approach and how to tell when software is ready for release. Updated from the previous edition in 20 ...
https://www.eeworm.com/dl/540/224114.html
下载: 187
查看: 1070

其他书籍 linux filesystem bootdisk-howto.This document describes how to design and build boot/root diskettes

linux filesystem bootdisk-howto.This document describes how to design and build boot/root diskettes for Linux. These disks can be used as rescue disks or to test new system components. You should be reasonably familiar with system administration tasks before attempting to build a bootdisk. If you ju ...
https://www.eeworm.com/dl/542/224760.html
下载: 49
查看: 1087

VHDL/FPGA/Verilog This leon3 design is tailored to the Altera NiosII Startix2 Development board, with 16-bit DDR SDR

This leon3 design is tailored to the Altera NiosII Startix2 Development board, with 16-bit DDR SDRAM and 2 Mbyte of SSRAM. As of this time, the DDR interface only works up to 120 MHz. At 130, DDR data can be read but not written. NOTE: the test bench cannot be simulated with DDR enabled because ...
https://www.eeworm.com/dl/663/226442.html
下载: 45
查看: 1062

嵌入式Linux 其中sound.c 用于录音和回放。其中特别需要注意的是:1。目前声卡似乎不能打开全双工

其中sound.c 用于录音和回放。其中特别需要注意的是:1。目前声卡似乎不能打开全双工,所以如果fd = open("/dev/dsp", O_RDWR) ,则无法录音和回放。只能分别设置RDONLY和WRONLY。即半双工方式。否则,就是在录音的时候可以听见,但是无法回放。分析下来似乎是IIC总线中只分配了一个通道给声卡,或者是只启用了一个通道,所 ...
https://www.eeworm.com/dl/653/227097.html
下载: 67
查看: 1125