虫虫首页|资源下载|资源专辑|精品软件
登录|注册

Sound

  • Foreword The four case studies that follow each have a number of common features. They each illustr

    Foreword The four case studies that follow each have a number of common features. They each illustrate the birth of an idea and show how that idea can be realised into a marketable product. Each case study deals with engineering design and development issues and each highlights the importance of developing Sound marketing strategies including market research. The importance of appropriate support mechanisms for young entrepreneurs is also covered. The case studies illustrate how successful entrepreneurs deploy a range of entrepreneurial skills and know-how. Above all, the entrepreneurs are seen to have the capacity to innovate and exercise vision. We are grateful to Liz Read, Development Manager for Enterprise and Entrepreneurship (Students) at Coventry University for providing these case studies.

    标签: each Foreword features studies

    上传时间: 2016-02-16

    上传用户:熊少锋

  • // 工程名称: 61_SpeechClock // 功能描述: 61板程序示例--具有语音播报功能的电子钟 // 使用61板上的三个按键控制报时和时间调整: // Key1 -

    // 工程名称: 61_SpeechClock // 功能描述: 61板程序示例--具有语音播报功能的电子钟 // 使用61板上的三个按键控制报时和时间调整: // Key1 - 按一下播报年、月、日,再按一下播报时、分 // 长按Key1键达到1.5秒,则进入日期时间调整模式 // Key2 - 在调整模式下,使年、月、日、时、分、秒增加 // Key3 - 在调整模式下,使年、月、日、时、分、秒减小 // 涉及的库: CMacro1016.lib // SacmV26e.lib // 组成文件: main.c, Sound.c, Clock.c, Clock_Speech.c, Clock_Adjust.c // Key.asm, hardware.asm, ISR.asm // A2000.h, Sound.h, Clock.h, Clock_Speech.h, Clock_Adjust.h, Key.h, SPCE061A.h, // 硬件连接: 61板自带的三个按键已经连接在IOA0~IOA2上 // 维护记录: 2006-8-30 v1.0

    标签: SpeechClock Key1 61 工程

    上传时间: 2016-03-07

    上传用户:semi1981

  • This book describes a collection of standards, conventions, and guidelines for creating effective U

    This book describes a collection of standards, conventions, and guidelines for creating effective UML diagrams. They are based on Sound, proven principles that will lead to diagrams that are easier to understand and work with.

    标签: conventions collection guidelines describes

    上传时间: 2016-04-19

    上传用户:ggwz258

  • This white paper describes a collection of standards, conventions, and guidelines for writing solid

    This white paper describes a collection of standards, conventions, and guidelines for writing solid Java code. They are based on Sound, proven software engineering principles that lead to code that is easy to understand, to maintain, and to enhance.

    标签: conventions collection guidelines describes

    上传时间: 2014-12-07

    上传用户:hakim

  • 在屏幕上画一个钟

    在屏幕上画一个钟,时钟显示的时间和系统时间相同。钟的面板上有时针、分针、秒针3个表针在走动。随着秒钟的走动不断发出嘀嗒声。相关函数:Sound(),gettime()等。

    标签: 屏幕

    上传时间: 2016-08-18

    上传用户:541657925

  • Writing Robust Java Code The AmbySoft Inc. Coding Standards for Java v17.01d Scott W. Ambler Sof

    Writing Robust Java Code The AmbySoft Inc. Coding Standards for Java v17.01d Scott W. Ambler Software Process Mentor This Version: January 15, 2000 Copyright 1998-1999 AmbySoft Inc.Purpose of this White Paper This white paper describes a collection of standards, conventio code. They are based on Sound, proven software engineering p understand, to maintain, and to enhance. Furthermore, by foll productivity as a Java developer should increase remarkably ¨C write high-quality code right from the start you will have a much development process. Finally, following a common set of codi making teams of developers significantly more productive.

    标签: W. Java Standards AmbySoft

    上传时间: 2013-12-22

    上传用户:mhp0114

  • 用VB编写DirectX7.0游戏   DirectX7.0终于出现了

    用VB编写DirectX7.0游戏   DirectX7.0终于出现了,同前面DirectX6相同,版本7也带了一个庞大(129M)的SDK开发库,同DirectX6 SDK库相比,DirectX7的SDK库提供了以下新的功能:   * 对于Visual Basic的支持。用户可以使用类库在Visual Basic环境下开发基于DirectX的程序。   * 提供更多DirectX3D立即模式(Immediate Mode)下的API函数,以支持DirectX7中新的3D特效,包括立体环境映射、顶点混合等。   * DirectMusic支持DownLoadable Sound Level 2标准。   * DirectInput支持8按键的游戏杆设备,同时支持Microsoft的力反馈摇杆。SDK库提供了读取力反馈效果文件的方法。同时提供了Force Editor程序来建立效果。   对于VB爱好者来说,新的SDK库终于提供了完整的对VB的支持,现在终于可以使用Visual Basic来编写DirectX的程序了。

    标签: DirectX 7.0 编写

    上传时间: 2013-12-21

    上传用户:hewenzhi

  • Java样例程序集合:2D

    Java样例程序集合:2D,applet,jdbc,Sound,uiswing,

    标签: Java 程序

    上传时间: 2014-01-03

    上传用户:baitouyu

  • 选取windows系统自带的ding.wav信号作为分析对象

    选取windows系统自带的ding.wav信号作为分析对象,在Matlab软件平台下,利用函数wavread对音频信号进行采样,记住采样频率和采样点数,听一下原始声音Sound(y, fs, bits)。 (2)音频信号的频谱分析,先画出音频信号的时域波形;然后对音频号进行快速傅里叶变换fft(y,N),N取32768,画出信号的频谱特性,加深对频谱特性的理解。 (3)根据频谱,反演时域特性,画出时域波形。寻找幅值最大的两个频率,此频率除以fft点数在乘以采样频率就是信号的主频,即可合成信号的时域图形,听一下声音。 (4)对原音频信号进行1024点的分段付立业分析meshgrid (5)根据主要频线合成音频,并画出时域图形,试听合成效果。 (6)采用线性插值(linspace)和傅立业反变换(fliplr, ifft)分别合成音频,并画出时域图形,试听效果。

    标签: windows ding wav

    上传时间: 2013-12-16

    上传用户:dengzb84

  • C:Documents and SettingsAdministrator桌面VC++多媒体特效制作百例CHAR22Sound

    C:\Documents and Settings\Administrator\桌面\VC++多媒体特效制作百例\CHAR22\Sound

    标签: SettingsAdministrator Documents Sound CHAR

    上传时间: 2014-01-26

    上传用户:天涯