UML(统一建模语言)是一个绘制软件概念图的图形化记法(notation)。人们可以用它绘制图形,用这些图形来表示一个计划进行的软件设计的问题域,或者用这些图来表示一个已经完成的软件实现。Fowler(译者注:著名IT 技术作家)描述它们时分成了三种不同的层次:概念层(Conceptual)、规格说明层(Specification)和实现层(Implementation),我们将细述后面两种。 -UML (Unified Modeling Language) is a concept mapping software graphical map Hutchison (notation). People can use it drawing, use of graphics to show a plan for the software design, the problem domain, or the use of these maps to show a completed software implementation. Fowler (Translators Note : IT famous writer) to describe their hours into three different levels : the concept of layers (Conceptual) layer specifications (Specification), and Layer (Implementation), we are going to be two behind. 下载
|
论文题目:基于COM技术的组态软件研究与实现 该文针对控制系统的发展需求,在引入COM(组件对象模型)技术的基础上,深入研究了工控系统中组态软件开发的几个关键技术,在Windows32位操作系统下,用VisualC++设计并实现了组态软件的图形界面模块、实时数据库模块、I/O设备驱动模块.提出并应用了以下一些代表性的新技术:①基于ActiveX控件技术的独立型画面开发设计 ②利用COM技术对实时数据库进行了封装 ③利用COM对象对组态软件的串行通信方式进行了封装. - 下载
|
data118.net软件创业联盟整站源码下载: 演示:http://www.data118.net 功能列表: 1、会员系统 计时(包月/年)会员、站内短信、我的好友、网络书签、 虚拟货币、发布信息、消费查询、消费统计排行等 2、收费模块 在线支付、货币支付、在线充值、支付查询、消费查询等 3、广告模块 图片(有图片/Flash/文字三种类型)广告、文本广告等,生成JS,可在任何地方调用 4、 商城模块 产品发布、商品推荐、在线订购、订单处理、实时在线支付、购物积分、商城公告等 5、论坛模块 可设认证/只读等论坛类型、发表投票、发贴内容限制、论坛模式选择(标准/简洁)、可按某论坛单独设置参数、论坛列表批时操作等 6、新闻模块 新闻分类、发布新闻、新最推荐、所见即所得编辑器、前台发布审核等 7、文章模块 文章分类、发布文章、文章推荐、所见即所得编辑器、阅读权限、前台发布审核等 8、下载模块 软件分类、发布软件、软件推荐、设置软件服务器、下载权限、前台发布审核等 9、贴图模块 发布图片/Flash/影片、按类型进行分类、设置推荐、浏览权限、前台发布审核等 10、 留言模块 发表留言、留言是否隐藏、记录留言者IP、后台统一管理等-data118.net software startup entire Union Station source download : Presentations : http://www.data118.net function list : a Member system time (month / year) member station messaging, my good friend, network bookmarks, virtual currency, release of information consumer inquiries, consumption statistics ranked two other charges online payment module, the monetary payment, online prepaid, pay inquiries, three consumer inquiries, advertising photo module (pictures / Flash / writing three types), advertising, text ads, JS generation, Call anywhere in 4, a mall module product releases, merchandise recommendation, online ordering, order processing, real-time online payment, shopping points, a mall announcements 5, the Forum module can be installed certification / CD-type forums such as the publi 下载
|
关于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 下载
|