-
The design of asynchronous fifo,
Asynchronous fifo design, can be a good compl...
- 2022-01-27 17:51:55下载
- 积分: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
-
进货单录入模块最新版
进货单录入模块最新版-Don latest version Input Module
- 2022-06-20 22:37:59下载
- 积分:1
-
Add or remove your program in task manager(press Ctrl+Alt+Del menu,there will co...
在任务栏列表里,增加与移走你的程序,(按下Ctrl + Alt + Del 菜单出现任务栏列表)。-Add or remove your program in task manager(press Ctrl+Alt+Del menu,there will come out task manager).
- 2023-03-12 22:25:02下载
- 积分:1
-
基于MATLAB的WiMAX SUI3信道模式评价
WIMAX SUI3 CHANNEL MODE EVALUATION BASED ON MATLAB-WiMAX SUI3 CHANNEL MODE EVALUATION BASED O N MATLAB
- 2022-03-21 02:00:36下载
- 积分:1
-
下载 SAMP管道求死地图,语言为C++ 需要有PWN才可以使用,联机的GTA...
下载 SAMP管道求死地图,语言为C++ 需要有PWN才可以使用,联机的GTA-Download SAMP pipeline to die maps, language is C++ need to have PWN can use, on-line GTA
- 2022-05-13 16:17:46下载
- 积分:1
-
Control the use of VC produced Videoplayer simple video player!
使用VC控件Videoplayer制作的简单的视频播放器!-Control the use of VC produced Videoplayer simple video player!
- 2022-03-06 13:51:06下载
- 积分:1
-
直接端口访问的VxD程序
直接端口访问的VxD程序-direct port visit Vxd
- 2022-01-25 16:22:09下载
- 积分:1
-
添加的代码示例的VC++程序
应用背景这主要是用代码来测试代码的知识。使用该示例应用程序 试验;关键技术本程序是用控制台应用程序开发C++的示例程序和所有预先定义包括用于实现数学和字符串输出
- 2022-01-25 19:14:29下载
- 积分:1
-
简单遗传算法
遗传算法是基于达尔文进化论的一种智能优化算法,适用于解决传统方法难以解决的复杂的、非线性问题,可广泛应用于组合优化、离散优化、工程优化等领域。...
简单遗传算法
遗传算法是基于达尔文进化论的一种智能优化算法,适用于解决传统方法难以解决的复杂的、非线性问题,可广泛应用于组合优化、离散优化、工程优化等领域。
-Simple genetic algorithm genetic algorithm based on Darwin" s theory of evolution is an intelligent optimization algorithm, the application of traditional methods to solve difficult and complex, nonlinear problems, can be widely used in combinatorial optimization, discrete optimization, engineering, optimization and other fields.
- 2022-03-21 04:29:33下载
- 积分:1