搜索结果
找到约 69 项符合
STOP 的查询结果
按分类筛选
- 全部分类
- 技术资料 (8)
- 单片机编程 (7)
- 单片机开发 (7)
- Java编程 (3)
- 其他嵌入式/单片机内容 (3)
- 开发工具 (2)
- PCB相关 (2)
- 电子书籍 (2)
- 游戏 (2)
- Delphi控件源码 (2)
- 其他 (2)
- Linux/Unix编程 (2)
- VHDL/FPGA/Verilog (2)
- 软件设计/软件工程 (2)
- 源码 (2)
- C/C++语言编程 (1)
- 工控技术 (1)
- 文章/文档 (1)
- 人工智能/神经网络 (1)
- 网络 (1)
- 家庭/个人应用 (1)
- 书籍源码 (1)
- 软件工程 (1)
- J2ME (1)
- matlab例程 (1)
- 编辑器/阅读器 (1)
- 行业发展研究 (1)
- MTK (1)
- Internet/网络编程 (1)
- VC书籍 (1)
- Windows Mobile (1)
- 嵌入式综合 (1)
- 多媒体处理 (1)
- 其他 (1)
- 书籍 (1)
- VIP专区 (1)
文章/文档 < 波形声音控件函数使用说明>> **************************************************************************
< 波形声音控件函数使用说明>> ****************************************************************************************************************** 函数名 功能 说明 ------------------------------------------------------------------------------------------------------------------ GetData() 获取 ...
Java编程 JBuilder制作音频播放程序,需要注意的是
JBuilder制作音频播放程序,需要注意的是,当播放时,界面上的各个按钮应当仍然可以对用户的操作进行事件响应,所以至少需要两个线程:一个控制歌曲的播放,另外一个对用户事件进行响应。因此我们的AudioPlay类需要实现Runable接口,以使用多线程技术。根据JDK的解释-JDK1.4.0,任何需要由线程执行的实例都应当实现Runable接 ...
游戏 Tic Tac Toe程序。可以供一到两个玩家使用。程序中使用了visual basic 计时器
Tic Tac Toe程序。可以供一到两个玩家使用。程序中使用了visual basic 计时器,所以每一个步骤都有时间限制。此外,计算机可是一个有简单智能的对手,他不但不会随便出手,反而还要竭力赢了你才罢休。
Tic Tac Toe program. One or two players. It uses the visual basic timer, so each move has time limit. Simple arti ...
人工智能/神经网络 关于tts语音引擎的使用方法!很多软件具有英文发音和朗读功能
关于tts语音引擎的使用方法!很多软件具有英文发音和朗读功能,它们都使用了MSTTS(Microsoft Text To Speech)技术。微软遵照COM的标准,提供了一套Speech API来对MSTTS进行编程。要在程序中使用这套API,必须确保系统已经安装了MSTTS和Spchapi软件包。
Speech API可以作为类型库引用到Delphi中,方法是:打开Project ...
单片机开发 1、 利用8031作为主控制器组成一个电子跑表
1、 利用8031作为主控制器组成一个电子跑表,采用4位LED显示器。
2、 上电或RESET后能启动显示当前(时:分):首次上电复位显示为0时0分,以后各次RESET均显示正确的当前时间。
3、 当按下START键时,作为跑表使用,显示范围是:000.0-999.9秒,当按下STOP键时,跑表停止运行,并保留所停位置的时间显示不变。
4、 利用H键 ...
单片机开发 模拟交通灯
模拟交通灯,并带有数字显示的程序。初始时全为红灯,显示“HELLO”字样。然后交通灯以“红绿、红黄、绿红、黄红”四种状态做循环,而且黄灯会闪烁,每种状态都带有到数记时。当按下P3_2时,变成“红红”状态,并显示“STOP”字样! ...
单片机开发 This example program shows how to configure and use the A/D Converter of the following microcontroll
This example program shows how to configure and use the A/D Converter of the following microcontroller:
STMicroelectronics ST10F166
After configuring the A/D, the program reads the A/D result and outputs the converted value using the serial port.
To run this program...
Build the project (Project ...
单片机开发 These routines transmit and receive serial data using two general * I/O pins, in 8 bit, No parity,
These routines transmit and receive serial data using two general
* I/O pins, in 8 bit, No parity, 1 stop bit format. They are useful
* for performing serial I/O on 8051 derivatives not having an
* internal UART, or for implementing a second serial channel.
家庭/个人应用 请设计程序
请设计程序,使其实现以秒计时的功能。首先定义一个watch类,它有两个私有变量begin、end分别表示开始时间、结束时间,有成员函数start()、stop()、show()分别用来设置开始时间、结束时间、显示持续时间。
书籍源码 zemax源码: This DLL models a standard ZEMAX surface type, either plane, sphere, or conic The surfac
zemax源码:
This DLL models a standard ZEMAX surface type, either plane, sphere, or conic
The surface also demonstrates a user-defined apodization filter
The filter is defined as part of the real ray trace, case 5
The filter can be used at the stop to produce x-y Gaussian apodization similar to t ...