Welcome![Sign In][Sign Up]
Location:
Search - API CAN

Search list

[BooksAPI STUDY

Description: 学习教程 这是一个关于WINDOWS API函数学习的电子教程 希望可以给大家带来帮助-This is a Windows API function on the electronic learning Guide hope we can bring to help
Platform: | Size: 140288 | Author: 王海洋 | Hits:

[Windows DevelopAPI实现登录win2000

Description: 看名字就已经可以知道了吧,可以实现登陆windows 2000 功能,delphi源码-saw the name can already know it, can achieve a functional landing windows 2000, delphi FOSS
Platform: | Size: 286720 | Author: 葛维 | Hits:

[Multimedia Developlinux sound driver API

Description: linux 环境下的音频驱动程序,做音频播放时可以参考一下-audio drivers, so audio player can reference
Platform: | Size: 12288 | Author: | Hits:

[AI-NN-PR关于tts语音引擎的使用方法

Description: 关于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
Platform: | Size: 7168 | Author: 章称 | Hits:

[Windows DevelopAPI-Chap9-CFive-V1

Description: 通过一番不懈的努力,我的第一个比较大一点的游戏终于做成了,虽然里面还有许许多多的不足,但已经可以正常运行了。 它可以分两大块:1. 人机对战 2.两人对战(都可以用光标进行控制的)-through the unremitting efforts made, my first one more point of the game was finally made, although there is also many deficiencies, but can be a normal operation. It can be divided into two units : 1. Two man-machine players. Two players (you can use the cursor control)
Platform: | Size: 40960 | Author: 我爱罗 | Hits:

[Internet-NetworkAPI实现Socket编程(文件传送)

Description: 利用API函数编写的程序,可以实现文件的自由传送!-prepared using the API function procedures, the document can be achieved free!
Platform: | Size: 388096 | Author: | Hits:

[ARM-PowerPC-ColdFire-MIPSlGUI API参考手册

Description: lgui类似minigui的gui,国产,可用于嵌入式系统,-lgui similar MiniGUI the gui, homemade, can be used for embedded systems,
Platform: | Size: 43008 | Author: ^_^ | Hits:

[OtherWindows API 函数VB

Description: Windows API 函数VB,需要的可以-VB Windows API function that can look at the needs of
Platform: | Size: 351232 | Author: yeah | Hits:

[Hook apiWindows API源代码

Description: windowsAPI编程的例子,用户可以直接查看并使用-windowsAPI Programming example, the user can directly view and use
Platform: | Size: 5340160 | Author: jake | Hits:

[Hook apiAPISpy32

Description: apihooktool可以截获api功能的源码-apihooktool intercepted api can function of source
Platform: | Size: 93184 | Author: Jeff | Hits:

[Windows Developsmalldatetell

Description: 非常简单的单日日程安排提醒,仅任务栏图标,无窗口。非常小仅35k,可视化编程,VCL做不到这个效果,只有win api可以做到。这就是KOL的威力。 -very simple single-day schedule to remind the only task bar icon, no window. Only a very small 35k, visual programming, the results do VCL only win api can do. This is the power of KOL.
Platform: | Size: 37888 | Author: firewzy | Hits:

[ADO-ODBCjxcell

Description: java 操作excel的api,使用该api可轻松操作excell文件 -the api, use the api can easily operate excel document
Platform: | Size: 2664448 | Author: 李宁 | Hits:

[Internet-Networkjsppagestabs

Description: 通用的jsp分页组件,实例化后只需设置好各种属性,然后调用API即可得到已封装好“首页” “上一页”,“下一页”等分页操作的html表格String,直接在jsp页面中即可, 支持跳转到jsp和跳转到Action(struts架构)两种类型,支持单选或者多选列,支持传Vector 或者sql语句,支持数据库后端分页.... 具体参见源码包中“使用说明.txt”,里面有详细的设置步骤,使用示例源码 -common jsp Pagination components, examples of installed only after the various attributes, Then API can be called Packaging has been good, "Home" and "Previous" "Next" Pages operation html forms String directly in jsp pages can be. Jump to support jsp and Jump to Action (struts framework) two types, support electoral constituency or more out in support of Vector- or sql statement. Pagination backend database support .... see, in particular source package "for use. txt " There are detailed steps to set up, use examples FOSS
Platform: | Size: 24576 | Author: | Hits:

[MiddleWarelibosip2-2.2.2.0.tar

Description: 著名的SIP协议栈,为GNU开源项目。通过其提供的API接口,可以轻易开发出基于SIP协议栈的VOIP应用程序。-famous SIP protocol stack for the GNU open source projects. Through its interface with the API, can easily develop SIP-based VoIP protocol stack applications.
Platform: | Size: 663552 | Author: wxs | Hits:

[OtherWindows-API

Description: 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.
Platform: | Size: 677888 | Author: 徐徐 | Hits:

[Internet-NetworkSocketServer(API)

Description: API写的SocketServer源码,采用多线程通讯,这是一个框架,可以加入自己的代码使用。-API written SocketServer source, multi-thread communication, which is a framework, can add his own code to use.
Platform: | Size: 174080 | Author: chenji | Hits:

[source in ebookVB-API

Description: VB的函数大全,从网上下载的,VB调用API的函数,希望各位能有用-VB function Daquan, downloaded from the Internet, called VB API function, hope can be useful
Platform: | Size: 12318720 | Author: 高力 | Hits:

[Windows DevelopWindows.API

Description: 是一个完整的文档 可以方便的查询API 可以适合于学习和做实验 使用-Is a complete document can easily query API can be suitable for experimental study and make use of
Platform: | Size: 677888 | Author: yuangnag | Hits:

[Windows DevelopMT4 api

Description: MT4 api Manager end可以自定义开发订单管理,新建订单,平仓,余额。(MT4 API can customize development order management, new order, open position, balance.)
Platform: | Size: 4193280 | Author: 豆豆5538 | Hits:

[VOIP programSIP softphone API

Description: 非常实用的SIP软电话API,可以直接在vs2008下编译,简单调用api的接口,就可以实现软电话的所有功能,作者使用开源的exosip、ortp、mediastream等接口,进行封装,用户也可以以这个为基础,做出自己想要的软电话接口,改API目前支持多种语音编码,在易用性,稳定性上超过著名的linphone,作者对linphone也比较了解,在开发前全面分析了解linphone的代码。(A very practical SIP soft phone API can be compiled directly under VS2008 and all functions of the soft phone can be realized by simply calling the interface of the api. The author uses open source interfaces such as exosip, ortp and mediastream to encapsulate it. Users can also use this as the basis to make the soft phone interface they want. The API can support a variety of voice coding at present. It is easy to use and stable. More than the well-known linphone, the author also has a better understanding of the linphone, before the development of a comprehensive analysis of the linphone code.)
Platform: | Size: 20572160 | Author: 北京大牛 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net