-
斜率为0~1和大于1的Bresenham画线程序,将该算法程序扩展到任一八分圆坐标空间图,从而形成一般的Bresenham画线算法。...
斜率为0~1和大于1的Bresenham画线程序,将该算法程序扩展到任一八分圆坐标空间图,从而形成一般的Bresenham画线算法。-slope of 0 to 1 and more than a line drawing of Bresenham procedures, the extension of this algorithm, arrived on January 8 pm Yuan map coordinates space, thus forming a general line drawing Bresenham algorithm.
- 2022-06-03 08:27:15下载
- 积分:1
-
CVI编写的程序,便于程序员对CVI进行深入的了解.此例子比较精典...
CVI编写的程序,便于程序员对CVI进行深入的了解.此例子比较精典-CVI prepared by the procedure to facilitate the CVI programmers in-depth understanding. Classical example of this comparison
- 2023-05-14 08:50:03下载
- 积分:1
-
一个简单的c++编写的计算器
一个简单的c++编写的计算器-a simple caculator writen by c
- 2022-01-25 20:06:58下载
- 积分:1
-
customizing buttons to round button
customizing buttons to round button
- 2022-04-28 15:38:36下载
- 积分:1
-
用循环链表解决JOSEPHUS问题,精心制作
用循环链表解决JOSEPHUS问题,精心制作-cyclic Chain JOSEPHUS solve problems carefully
- 2022-09-25 08:45:03下载
- 积分:1
-
1)屏幕保护程序运行时,鼠标光标被自动隐藏,在程序结束时,光标显示。2)当单击、移动鼠标或按下键盘时,屏幕保护结束,回到正常操作状态。为了实现这些特性,在编写V...
1)屏幕保护程序运行时,鼠标光标被自动隐藏,在程序结束时,光标显示。2)当单击、移动鼠标或按下键盘时,屏幕保护结束,回到正常操作状态。为了实现这些特性,在编写VB应用程序时,可以采用如下方法: 1、改变窗体属性通常VB应用程序的窗体都采用有边框的窗体外观,但作为屏幕保护程序,应设置窗体为无边框,且为最大化。 2、隐藏及显示鼠标光标在Visual Basic应用程序中隐藏及显示鼠标光标需要运用Windows的API函数,该函数名为ShowCursor。当用参数值True调用时显示鼠标光标,当用参数值False调用时,鼠标光标自动隐藏。 3、检测鼠标移动VB中有一个检测鼠标移动的对象事件MouseMove事件。MouseMove事件通常在应用程序启动时就会触发,有时在鼠标并未移动的情况下,MouseMove事件仍有可能被触发。因此如果在程序中直接用MouseMove事件检测鼠标是否发生了移动,并不能正确反映鼠标的移动状况。应该在MouseMove事件中编写代码加以控制。 -1) screen saver running, the mouse cursor automatically hidden, at the end of the procedure, the cursor display. 2) When the click, move the mouse or press the keyboard, the screen ends and return to normal operating status. To achieve these characteristics, in the preparation of VB applications, can be used as follows : a change forms usually attribute the VB application forms have adopted a frame of the window appearance, but as screen protection procedures should be provided to non-Window frame, and as a maximum. 2, hide and display the mouse c
- 2022-03-03 19:10:51下载
- 积分:1
-
windows核心编程源程序
windows核心编程源程序-windows core programming source
- 2022-02-21 12:46:15下载
- 积分:1
-
一个画电路图软件源代码
一个画电路图软件源代码-a painting circuit software source code
- 2022-05-06 13:50:50下载
- 积分:1
-
画图软件,可以实现绘制各种图形,并且可以对图形进行修饰
画图软件,可以实现绘制各种图形,并且可以对图形进行修饰-Drawing software, can realize a variety of graphics rendering, and graphics can be modified
- 2022-01-23 10:03:41下载
- 积分:1
-
条形识别主要针对工业条形码识别
条形识别主要针对工业条形码识别,可以解决复杂工业环境下采集的条形码image,经过预处理,最终将条形码解码结果显示
- 2022-06-01 02:24:29下载
- 积分:1