-
A simple PhoneBook application using RPC in Visual C++
A simple PhoneBook application using RPC in Visual C-A simple PhoneBook application using RPC in Visual C++
- 2022-06-17 20:48:09下载
- 积分:1
-
wince TTS语音播报
Wince+TTS 在wince系统下实现文本转语音的技术
WINCE 语音合成有下列技术特点:
1,声音清晰(清脆)
2,语速可以调节
3,占用系统资源少,对系统要求少
4,代码占用空间少
5,编程接口方便
6,声音甜美
7,技术成熟可靠
8,支持C++、C#、VB.NET语言编程
9,朗读音量可以调节
10,支持中英文混读
- 2022-06-30 17:26:52下载
- 积分:1
-
应用银行家算法解决死锁问写的银行家算法,只能实现固定进程和资源的操作,不过要是应付作业什么的没有问题,绝对可以运行...
应用银行家算法解决死锁问写的银行家算法,只能实现固定进程和资源的操作,不过要是应付作业什么的没有问题,绝对可以运行 -application bankers algorithm to solve the deadlock was asked bankers algorithm, the process can only be fixed and operational resources, but what if the deal with no operational problems and it can definitely run
- 2022-02-16 01:52:18下载
- 积分:1
-
介绍认知网络的定义与内容,结合具体实例容易理解。适合学生和教师使用。...
介绍认知网络的定义与内容,结合具体实例容易理解。适合学生和教师使用。-Introduce the definition of cognitive networks and content, combined with concrete examples easier to understand. The use of suitable students and teachers.
- 2022-09-25 06:20:03下载
- 积分:1
-
blue violet laser pointer
最好的50mw蓝紫罗兰激光指针很少被绿色和红色的指针所青睐,它可以用于其他人所做的事情,这也反映了个人独特的审美趣味。它可能不像天文激光指针那样受欢迎,因为更明亮的颜色会使物体在天空中更可见。然而,它可以归结为所有其他用途,如在大屏幕或黑板上精确定位的东西。
- 2022-09-21 07:10:03下载
- 积分:1
-
vc 的多线程例子
vc 的多线程例子-vc multithreading example
- 2022-04-17 12:55:08下载
- 积分:1
-
Introduced into the interactive thread, can also be written, there is a need to...
介绍了线程交互编成,写的还可以,有需要的同僚可以看看.-Introduced into the interactive thread, can also be written, there is a need to look at colleagues.
- 2022-04-28 06:08:19下载
- 积分:1
-
introduction to templates, iterators, and temporary classes illustrated by an im...
introduction to templates, iterators, and temporary classes illustrated by an implementation of a red-black tr-introduction to templates, iterators, and temporary classes illustrated by an implementation of a red-black tree
- 2023-02-01 11:50:02下载
- 积分:1
-
经典的英文原版C/C++编程书籍,分享给大家,值得珍藏
经典的英文原版C/C++编程书籍,分享给大家,值得珍藏-Classic original English edition C/C++ Programming books, share with everyone, it is worth Treasures
- 2022-02-04 20:52:34下载
- 积分:1
-
目标
在一个函数中暂停应用程序,直到用户单击鼠标或者按键为止。
2. 策略
当应用程序看起来是空闲时,实际上它在运行函数: C Wi n A p p...
目标
在一个函数中暂停应用程序,直到用户单击鼠标或者按键为止。
2. 策略
当应用程序看起来是空闲时,实际上它在运行函数: C Wi n A p p : : R u n ( )。该函数不仅具有
查询新消息的逻辑功能,并且完成了大量包括更新用户界面状态和清除临时内存对象在内的
应用程序维护工作。因此,如果需要在应用程序中的某个地方停止运行并等待消息,也需要
进行这种应用程序维护工作。由于微软提供了C Wi n A p p ( ) : : R u n ( )函数的源代码,因此本例将
创建该函数的一个新版本,可用于应用程序中的任何地方。
- 2022-02-06 06:20:29下载
- 积分:1