共查询到18条相似文献,搜索用时 46 毫秒
1.
李世川 《电脑编程技巧与维护》2012,6(6):37-38
简单描述了在PowerBuilder中调用Windows API函数的重要性.重点分析了PowerBuilder如何调用API函数,以及在调用过程中需要注意的事项. 相似文献
2.
3.
4.
本文首先说明了在VB中调用Windows API函数的必要性和可能性,然后给出了在VB中调用Windows API函数的方法和三个实例。 相似文献
5.
在VB中调用Windows API函数 总被引:2,自引:0,他引:2
本文首先说明在VB中调用Windows API函数的必要性和可能性,然后给出了在VB中调用Windows API函数的方法和三个实例。 相似文献
6.
利用PB开发出灵活、实用、高效的应用程序,就必然涉及到对Windows API函数的调用。MSDN给出的API均为C语言格式,要在PB中调用Windows API函数,就需要将API转换成合法的PB外部函数声明,并使用正确的参数调用A-PI函数。 相似文献
7.
李盟 《电脑编程技巧与维护》2004,(3):80-81
本文提出了一种简单的不规则区域快速填充算法。该算法解决了传统的递归算法在填充较大区域时堆栈溢出的缺 点,实现了填充区域的形状、大小均未知的情况下,对该区域的填充。 相似文献
8.
刘纯 《电脑编程技巧与维护》2010,(7):65-67,77
提出一种基于边界扫描的区域填充新算法.该算法能对任意复杂的单连通区域进行快速填充,弥补了扫描线算法应用受限制的缺陷。并结合例子详细的讲解了算法原理,最后进一步分析出该算法找出所有正确匹配的区域左右边界点对的时间复杂度最优情况约为O(n)。 相似文献
9.
10.
11.
介绍了在VB中利用Windows API函数实现与PowerPoint2000链接的方法。 相似文献
12.
13.
VB调用Windows API函数的方法 总被引:1,自引:0,他引:1
本文介绍了在 Visual Basic中利用动态连接函数库调用 Windows API函数的方法,并通过实例介绍了部分 API函数的功能。 相似文献
14.
15.
16.
基于VB的Windows API函数应用 总被引:1,自引:0,他引:1
鲁世斌 《数字社区&智能家居》2005,(21)
API函数介于操作系统核心和Windows应用程序之间,能够直接控制和处理计算机的系统参数和硬件资源,实现许多高级功能。通过具体实例,阐述了在VB中调用API函数的方法。 相似文献
17.
Using low-discrepancy sequences and the Crofton formula to compute surface areas of geometric models
The surface area of a geometric model, like its volume, is an important integral property that needs to be evaluated frequently and accurately in practice. In this paper, we present a new quasi-Monte Carlo method using low-discrepancy sequences for computing the surface area of a 3D object. We show that the new method is more efficient than a Monte Carlo method using pseudo-random numbers. This method is based on the Cauchy-Crofton formula from integral geometry, and it computes the surface area of a 3D body B by counting the number of intersection points between the boundary surface of B and a set of straight lines in E3. Low discrepancy sequences are used to generate the set of lines in E3 to reduce the estimation errors that would be caused by using statistically uniformly distributed lines. We study and compare two different methods for generating 3D random lines, and demonstrate their validity theoretically and experimentally. Experiments suggest that the new quasi-Monte Carlo method is also more efficient than the conventional approach based on surface tessellation. 相似文献
18.
本文介绍了在VB编程中实现图形热点的创建、使用和删除的相关API函数,并通过一个实例说明了图形热点实现的过程和相关API的使用方法。其中,重点介绍了图形热点的创建方法。 相似文献