-
动态菜单的使用,vc++编写,是学习vc的好例子
动态菜单的使用,vc++编写,是学习vc的好例子-the use of dynamic menu, prepared vc study is a good example of vc
- 2022-02-18 16:43:01下载
- 积分:1
-
语音识别
#include
#pragma comment(lib,"ole32.lib") //CoInitialize CoCreateInstance闇€瑕佽皟鐢╫le32.dll
#pragma comment(lib,"sapi.lib") //sapi.lib鍦⊿DK鐨刲ib鐩綍,蹇呴渶姝g‘閰嶇疆
int main(int argc, char* argv[])
{
ISpVoice * pVoice = NULL;
//COM鍒濆鍖栵細
if (FAILED(::CoInitialize(NULL)))
return FALSE;
//鑾峰彇ISpVoice鎺ュ彛锛?
HRESULT hr = CoC
- 2023-07-03 17:00:03下载
- 积分:1
-
一个用VB开发的数据库管理系统。数据库使用ACCESS 2000。具有完整的开发设计文档和数据库设计文档。是做毕业设计的最佳参考。代码风格规范。完整的实现VB对...
一个用VB开发的数据库管理系统。数据库使用ACCESS 2000。具有完整的开发设计文档和数据库设计文档。是做毕业设计的最佳参考。代码风格规范。完整的实现VB对MDB数据库的增加,删除,查询,打印,报表等功能。所有源码免费开放.很难得的一套管理系统的源码啦--Using VB to develop a database management system. Database using ACCESS 2000. With a complete development of design documents and database design documents. Graduation project is to do the best reference. Code style norms. VB to realize a complete MDB database to add, delete, query, print, statements and other functions. All source code is free. Hard to come by a set of source code management system啦--
- 2022-02-14 01:41:33下载
- 积分:1
-
指针式时钟
首先要绘制时钟的的表盘与表盘刻度,表盘用Ellipse函数绘制,表盘的六十个刻度以及时钟的十二个小时刻度用MoveTo和LineTo来绘制。时钟的重绘用Invalidate(false)如果参数是true,擦除背景之后,再重绘,会出现刷屏。定时用SetTimer每一秒调用一次ontime中的Invalidate(false)
- 2022-02-05 07:57:05下载
- 积分:1
-
如果你觉得Windows系统的文本文档程序有点神秘,你可以下个这个程序好好看看,此程序实现了他的全部的功能。您可以参考参考...
如果你觉得Windows系统的文本文档程序有点神秘,你可以下个这个程序好好看看,此程序实现了他的全部的功能。您可以参考参考-If you feel that Windows system text document procedures for a bit mysterious, you can next look at this process properly, this program achieved all his functions. You can refer to reference
- 2022-03-30 17:50:49下载
- 积分:1
-
This test_tonegen example application consists of both DSP and VM software to im...
This test_tonegen example application consists of both DSP and VM software to implement a tone generator using the Kalimba DSP. The tones are controlled by AT-commands sent by an off-chip host.
Note: No Bluetooth functionality is required or invoked in this example.
A terminal emulator application e.g. Windows HyperTerminal can be used to send AT commands and receive the responses from the VM application running on the BlueCore. -This test_tonegen example application consists of both DSP and VM software to implement a tone generator using the Kalimba DSP. The tones are controlled by AT-commands sent by an off-chip host.
Note: No Bluetooth functionality is required or invoked in this example.
A terminal emulator application e.g. Windows HyperTerminal can be used to send AT commands and receive the responses from the VM application running on the BlueCore.
- 2022-02-01 04:09:40下载
- 积分:1
-
求解逻辑表达式的真值表
判断推演是否正确
并给出推演规则...
求解逻辑表达式的真值表
判断推演是否正确
并给出推演规则-failed to translate
- 2023-07-13 03:05:05下载
- 积分:1
-
Vhdl 语言和语言执行 dds 和 fft
DDS 波形发生器的核心组件是蓄能器。蓄能器是一个正在运行的计数器,将值存储到当前阶段生成波形。蓄能器更新和累加器增量值确定生成波形的频率速率。如果蓄能器每秒和累加器增量更新 360 倍的例子是一个学位,然后生成的频率是 1 Hz (每秒 360 度)。当蓄能器相位值达到最大 (360 度) 它滑过和 0 度时再次启动。为了更准确地代表相位值蓄能器通常使用 32、 48 或 64 位计数器。在 32 位累加器的阶段值具有一个范围从 0 到 4294967295,代表的参考波形或 0 到 360 度的一个完整周期。
累加器 (阶段) 的当前值用于参考波形来确定下一个输出值的查找表中执行查找操作。查找表包含一个周期的波形生成,通常包含 1024年到 8192 采样点所代表的波形。
因为累加器的值通常有很多决议比参考波形,由样本,数目有限的查找操作也可以执行两个样本中的参考波形之间的内插。这基于累加器的值在额外的分辨率进行并返回生成的信号中一个更准确的更新值,提供了更好的频率控制和较少的谐波失真。
- 2023-01-21 17:40:05下载
- 积分:1
-
日期时间计算, 判断日期时间合法性,转成统一格式,回车代替TAB键,等公共函数...
日期时间计算, 判断日期时间合法性,转成统一格式,回车代替TAB键,等公共函数-period of time, the judge Date Time legitimacy, turn into a unified format, the transport instead of the TAB key, and other public functions
- 2022-03-24 10:57:27下载
- 积分:1
-
全国交通咨询模拟下载,C语言编写源代码,大家看看哈
全国交通咨询模拟下载,C语言编写源代码,大家看看哈-The National Transport Advisory simulation download, C language source code, we take a look at Kazakhstan
- 2022-07-04 08:31:11下载
- 积分:1