CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - windows program
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
Games
SDK
Other
Search - windows program - List
[
Other resource
]
jspenv10
DL : 0
JSP 环境探针 v1.0 该程序在Linux和Windows下均已通过。-JSP v1.0 environmental probe of the program in Linux and Windows have passed.
Date
: 2008-10-13
Size
: 6.17kb
User
:
黎平
[
Other resource
]
关于tts语音引擎的使用方法
DL : 0
关于tts语音引擎的使用方法!很多软件具有英文发音和朗读功能,它们都使用了MSTTS(Microsoft Text To Speech)技术。微软遵照COM的标准,提供了一套Speech API来对MSTTS进行编程。要在程序中使用这套API,必须确保系统已经安装了MSTTS和Spchapi软件包。 Speech API可以作为类型库引用到Delphi中,方法是:打开Project选单下的Import Type Litrary,点击“Add”加入Windows\\Speech目录下的Vtxauto.tlb文件,在Delphi的Import目录中就会生成VTxtAuto—TLB.pas文件,其中定义了VTxtAuto—TLB单元,把它加到Uses成员中来。设计如图2所示的窗口,定义全局变量: var VoTxt:IVTxtAuto 然后在Form的OnCreate事件中加入: VoTxt:=CoVTxtAuto_.Create VoTxt.Register(′′,′Speech Test′) {注册} “Read”按钮代码为: VoTxt.Speak(Memo1.Lines.Text,10) {朗读} “Stop”按钮代码为: VoTxt.StopSpeaking {停止朗读} 至此,应用程序已具有朗读功能,10表示使用普通语气。借住VoTxt的属性和方法,我们还可以控制阅读速度和语气,实现暂停、跳句等功能,Speech API编程就这么简单。 -TTS voice on the use of the engine! Many software with English pronunciation and reading aloud function, they have used MSTTS (Microsoft Text To Speech) technology. Microsoft COM comply with the standards and provide a set of Speech API to right MSTTS program. The procedure to use this API, we must ensure that the system has been installed and Spchapi MSTTS package. Speech API can be used as a type library to Delphi, is : Open Project menu under the Import Type Litrary, click on the "Add" to join Windows \\ directory under the Speech Vtxauto.tlb documents in the Delphi Import directory will generate VTxtAuto - TLB.pas document, which will just a VTxtAuto - TLB units, it added Uses members to China. Figure 2 shows the design of windows, the definition of global variables : var VoTx
Date
: 2008-10-13
Size
: 7.75kb
User
:
章称
[
Other resource
]
mfccalc
DL : 0
计算器的程序的小设计。 实现了,象windows系统相似的 计算器程序。-calculator procedures for the small design. Realize, just like the Windows system similar to the calculator program.
Date
: 2008-10-13
Size
: 3.5mb
User
:
gu
[
Other resource
]
GraphTool
DL : 0
使用MFC实现一个绘图程序 功能:类似于Windows系统的画图程序。具有画图、填充图、打开图形文件等功能。 使过SkinMagic优化程序界面;-use a drawing program functions : Windows system similar to the drawing program. With drawing, filled with maps, graphics files opened functions. So too SkinMagic optimization program interface;
Date
: 2008-10-13
Size
: 280.57kb
User
:
mars
[
Other resource
]
Windows CE下的串口通讯类
DL : 0
串行通讯是目前计算机、通信和控制领域最基本的通信方式。在CSDN的“嵌入式开发/WINCE”社区中,经常有人提问该到哪找串口通讯类,其实这个问题我自己也问过。:)而一般的回答是给你提供一个Pocket PC 2002的SDK例子程序。但到底SDK的程序和MFC的结构有很大的不同,对于想用MFC编写通信程序的人来说也不是很便利。 另一方面,由于Windows CE是一个基于Unicode的操作系统,并且Windows CE不支持Windows下常用的串行通信重叠I/O方式(OVERLAPPED),因此编写Windows CE下的串口通讯类有一些与桌面Windows不同的地方。 以下是我从SDK程序改写而来的MFC类,希望能和致力于WINCE开发的朋友多多交流,由于本人才疏学浅,程序中有许多不完善的地方,请大家指正。我的程序是基于“主动发送请求,被动接收响应”的假设,因此我只设置了一个接收数据的线程。-serial communication is the computer, communications and control areas the most basic means of communication. Bringing in the "Embedded Development / pulled" communities, it was often the question where to find serial communications, in fact, the question I have asked. :) And the general answer is to provide you with a Pocket PC 2002 SDK examples procedures. But in the end SDK MFC procedures and the structure are quite different, MFC prepared to use communication program who is not very convenient. The other hand, is a Windows CE-based Unicode operating system, Windows CE and Windows do not support common serial communication overlapping I / O modes (OVERLAPPED), prepared under the Windows CE serial communications with some Windows desktop different places. Following is the proce
Date
: 2008-10-13
Size
: 5.52kb
User
:
wzg
[
Other resource
]
WindowsProgram
DL : 0
《Windows程序设计》一书的全部源代码-"Windows Program Design," a book of all the source code
Date
: 2008-10-13
Size
: 41.61mb
User
:
汤志亚
[
Other resource
]
guide3
DL : 0
windows程序开发教材-windows program materials
Date
: 2008-10-13
Size
: 5.73mb
User
:
冯小明
[
Other resource
]
Debugging_Windows_Programs
DL : 0
Debugging Windows Programs(中文版) 中译:Windows程序调试, vc专业人员必备书籍,强力推荐-Debugging Windows Programs (Chinese version) translation : Windows program debugging, vc professionals essential books, strongly recommended
Date
: 2008-10-13
Size
: 11.29mb
User
:
陈志贤
[
Other resource
]
Programming.Windows.CHS.[VeryCD.com]
DL : 0
for window api and windows program develepment profect!-for window api and windows program develep ment profect!
Date
: 2008-10-13
Size
: 2.93mb
User
:
chenkai20020
[
Other resource
]
Program_Windows_C
DL : 0
最好的C# windows程序设计教材,可惜是英文版的.-the best C# windows program design materials, it is a pity that the English version.
Date
: 2008-10-13
Size
: 8.03mb
User
:
lzw
[
Other resource
]
window(C)Program
DL : 0
< windows c 程序设计入门与提高>>电子图书,对windows sdk底层编程有所帮助
Date
: 2008-10-13
Size
: 5.76mb
User
:
饶春
[
Other resource
]
Windows-API
DL : 0
Visual Basic (VB)作为一种高效编程环境,它封装了部分Windows API函数,但也牺牲了一些API的功能。...Windows API即应用程序接口——Windows系统提供给用户进行系统编程和外设控制的强大的函数库,可以实现所有Windows下可以实现的功能。-Visual Basic (VB), as an efficient programming environment, Packaging, a part of its Windows API function, but also the expense of some API functions. ... Windows API or Application Program Interface -- Windows system available to system users Programming and peripheral control of powerful functions that can be achieved under all Windows functions can be achieved.
Date
: 2008-10-13
Size
: 662.62kb
User
:
徐徐
[
Other resource
]
MFCWindows-program-design(2)
DL : 0
MFC windows程序设计的源码,非常好用。-MFC windows programming source code, a very handy.
Date
: 2008-10-13
Size
: 4.84mb
User
:
王豫东
[
Other resource
]
windows-newwork-program
DL : 0
该书系统的介绍了WINDOWS环境下的网络编程技术,是难得的好书。-book system introduced under the Windows environment network programming technology, which is rare books.
Date
: 2008-10-13
Size
: 11.9mb
User
:
吴楚元
[
Other resource
]
program
DL : 0
经典书籍《windows编程》第5版,经典哦,介绍windows编程基本原理。
Date
: 2008-10-13
Size
: 2.93mb
User
:
hen
[
Other resource
]
_book_mfc+windows+program
DL : 0
使用MFC,进行windows编程,适合学习vc6.0 进行windows开发的人员使用
Date
: 2008-10-13
Size
: 4.92mb
User
:
liupeng
[
Other resource
]
Text Windows Svm
DL : 0
支持向量机程序(2)Text Windows Svm-A program of Text Windows Svm based on support vector machines.
Date
: 2008-10-13
Size
: 127.43kb
User
:
梁建全
[
Other resource
]
Windows程式设计
DL : 0
如果对Windows开发有什么问题的话,请翻阅PetZold的著作吧。在《Window程序设计》(第5版)中,这位杰出的“Windows先锋奖”(Windows Pioneer Award)获得者根据最新的Windows操作系统权威技术修订了他的经典著作——再一次演示了基本的Win32程序设计的API核心内容。本书的内容包括: ** 基本内容——输入、输出和对话框 ** Unicode概述 ** 图形——绘图、文本和字体、位图和元文件 ** 内核和打印机 ** 声音和音乐 ** 动态链接库 ** 多任务和多线程 ** 多文档界面 ** Internet和 Intranet的程序设计 其中采用的大多是具有代表性的示例,这本Petzold著作为使用 Windows 95、Windows 98或 Windows NT的各级windows程序员提供了最基本的参考和指导。没有经验的开发人员也可以从中获取大量的新知识-on Windows development if any questions, please refer to the writings PetZold it. In "Window Design" (Release 5), this outstanding "Windows Pioneer Award" (Windows Pioneer Award) winner According to the latest Windows operating system technical amendments to the authority of his classics -- once again demonstrated the basic Win32 API programming core content. The book's contents include : ** basic elements -- input, output and dialog outlined ** ** Unicode graphics -- graphics, text and fonts, bitmaps and metafiles kernel and printers ** ** ** voices and music dynamic link library ** multi - Treasury and multi-threaded multi-document interface ** ** Internet and Intranet program design which is the most representative example of this Petzold book for the use of Wind
Date
: 2008-10-13
Size
: 2.84mb
User
:
刘建国
[
Other resource
]
Windows CE 电源管理
DL : 0
掌上设备的电源管理的代码。编掌上电脑程序必读。-handheld device power management code. Part handheld computer program mandatory.
Date
: 2008-10-13
Size
: 13.9kb
User
:
张昭
[
Other resource
]
Microsoft Windows CE 程序设计
DL : 0
《Microsoft Windows CE 程序设计》书上的源代码-"Microsoft Windows CE program design" book on the source code
Date
: 2008-10-13
Size
: 1.64mb
User
:
林夕书
«
1
2
3
4
5
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.