共查询到20条相似文献,搜索用时 62 毫秒
1.
本文介绍了Windows环境下C调用FORTRAN应用程序的几种常用方法,并详细讨论了调用由FORTRAN创建的动态连接库,且适用于Windows下C^++语言。 相似文献
2.
林成俊 《电脑编程技巧与维护》1996,(1):28-30,33
Windows应用程序可以共享动态连接库DLL中的资源和代码,也就是说几个应用程序可同时从一个DLL中访问同一对象,这个对象既可是函数,也可是资源。在运行中只为DLL申请内存一次。下面介绍三种在程序中使用DLL的方法,首先建立一个DLL库。 相似文献
3.
Windows和动态连接库 总被引:1,自引:0,他引:1
Microsoft Windows是一个基于MS—DOS的图形用户界面,它为应用程序提供了一个由一致的窗口和菜单结构构成的多任务环境,其动态连接库(DLL)允许Windows应用程序共享资源和代码。一个DLL就是一个可执行模块,它包含了Windows应用程序所用的函数,与C运行时库的差别是,DLL是运行时与应用程序动态连接,而C是静态连接。如两个C语言程序使用运行时库的几十个相同函数时,函数在连接 相似文献
4.
动态连接库是Windows环境中的实现软件共享的重要方式,本文结合矩阵类库MATDLL的开发,讨论设计和使用动态连接库的基本方法。文章首先介绍Windows动态连接库的特点,然后分别讨论了MATDLL的入口与出口函数、函数输出与共享类以及类模板友元函数的处理方法,并对MATDLL的应用作了简要描述。 相似文献
5.
动态连接库(Dynamic Link Libaries,简称DLL)是Mi-crosoft Windows的重要特点之一。它提出了一个全新的概念,使程序人员利用DLL可以实现应用程序共享代码和资源,这不但可以提高程序的编写效率,在多任务环境下还可以大大提高程序的执行效率。Windows利用DLL来建立Win-dows应用程序用到的函数和资源。所有的Windows库,例如GDI.EXE、USER.EXE和KERNEL.EXE文件均为DLL,它们构成了Windows的主要部分。下面就程序人员如何开发和使用自己的DLL分几个方面说明。 相似文献
6.
动态连接库(DLL)在虚拟仪器中的应用 总被引:4,自引:0,他引:4
在虚拟测试仪器中,用高速数据采集卡对现场信号实时采集并将数据传送至计算机进行处理,最后将结果显示于计算机屏幕上。这里采用LabWindows/CVI语言设计应用程序操作界面,用VC++编制动态连接库(DLL),完成硬件采集卡采集数据的过程,并在LabWindows/CVI中调用DLL实现双方间的实时通讯。 相似文献
7.
8.
9.
本文结合作者Visual Basic应用程序实际开发经验,介绍了在Visual Basic应用程序中使用动态连接库特别是用户自定义的动态链接库时必须正确处理的几个关键技术问题,并给出了一个具体的应用程序实例。 相似文献
11.
12.
LabVIEW是美国国家仪器公司开发的一个高效的图形化程序设计环境,在测量、测试及控制领域已有广泛的应用.结合具体实例,说明LabVIEW调用动态链接库函数,扩展LabVI-EW功能.在该应用中LabVIEW通过Cail Library Function节点调用动态链接库实现中文短信息的Unicode编码,按照AT命令集中PDU模式组织短信息发送命令行,由串口操作送往GSM模块,从而解决了不能在LabVIEW中传送中文短信息的问题. 相似文献
13.
基于虚拟仪器LabVIEW的脑—机接口系统 总被引:2,自引:0,他引:2
给出了基于瞬态视觉诱发电位的脑-机接口系统在LabVIEW环境下的实现方案。该方案的关键部分是视觉刺激器的设计和脑电信号的提取两部分。不同的刺激模块代表了多种可能的选择,受试者注视屏幕上其中一个目标,分析诱发电位可判别试者所注视的目标。采用累加平均和滤波的方法提高信噪比,用于提取微弱的脑电信号。该方案能有效地诱发出可识别的具有特征性的视觉诱发电位,并且通过离线的信号处理能够提取出所诱发的视觉诱发电位。 相似文献
14.
本文介绍了在微软WindowsNT4.0服务器和Internet信息服务器(IS)支持下的Internet服务器应用程序编程接口———动态链接库(ISAPIDLL)的应用,并推荐用Delphi3客户机/服务器版本编写ISAPIDLL程序。 相似文献
15.
16.
17.
今天,许多零售企业都需要一个可升级的POS系统解决方案,以减少成本,改进服务顾客的能力,同时支持公司的快速扩张计划。升级的具体目的包括减少POS运行成本、新店开张成本、与POS应用有关的商店培训费用、总咨询台问讯量等等。 相似文献
18.
Digital Libraries Initiative declared in the USA in the autumn of 1993 aroused interest to information systems of this class in many countries all over the world. Today, numerous research teams are involved in activities related to such systems. A significant number of digital libraries for diverse purposes are already in operation, and various research prototypes have been created. This subject has been discussed at international conferences dedicated specifically to digital libraries and conferences on fundamental directions of information system technologies, such as database technologies, Web technologies, textual search, data mining, and knowledge discovery. Programming and Computer Software already addressed the problems arising in relation to digital libraries. This issue of the journal further explores the subject. 相似文献
19.
Brian Cloteaux Christoph Eick Bernadette Bouchon-Meunier Vladik Kreinovich 《国际智能系统杂志》1998,13(9):801-820
One of the most important parts of designing an expert system is elicitation of the expert's knowledge. This knowledge usually consists of facts and rules. Eliciting these rules and facts is relatively easy: the more complicated task is assigning weights (numerical or interval-valued degrees of belief) to different statements from the knowledge base. Experts often cannot quantify their degrees of belief, but they can order them (by suggesting which statements are more reliable). It is, therefore, reasonable to try to reconstruct the degrees of belief from such an ordering.In this paper, we analyze when such a reconstruction is possible, whether it lead to unique values of degrees of belief, and how computationally complicated the corresponding reconstruction problem can be. © 1998 John Wiley & Sons, Inc. 相似文献