-
C++编写的简单的扫雷程序
开始时输入一个整数以产生一个随机分布雷区的10×10矩阵,不用鼠标,而是需要输入坐标表示你想点击的位置...
C++编写的简单的扫雷程序
开始时输入一个整数以产生一个随机分布雷区的10×10矩阵,不用鼠标,而是需要输入坐标表示你想点击的位置-C++ Prepared simple mine the beginning of the proceedings enter an integer to generate a random distribution of mined areas, 10 × 10 matrix, not the mouse, but need to enter the coordinates that you want to click on the location of
- 2022-02-03 08:15:59下载
- 积分:1
-
C语言编译,有链表的方法建立substr函数
C语言编译,有链表的方法建立substr函数-C language compiler, a list of methods to establish substr function
- 2023-02-22 07:20:04下载
- 积分:1
-
一个EVC调用WebServer的源码,很好的实现了功能
一个EVC调用WebServer的源码,很好的实现了功能-An EVC source WebServer call, a good realization of the functional
- 2023-09-02 14:20:02下载
- 积分:1
-
一个用vc++写的可以测试键盘、鼠标的输入,非常适合初学者学习交流只用
一个用vc++写的可以测试键盘、鼠标的输入,非常适合初学者学习交流只用-A used vc++ Written to test the keyboard, mouse input, very suitable for beginners to learn the exchange of only
- 2023-01-13 14:30:04下载
- 积分:1
-
输入某二叉树的前序遍历和中序遍历的结果,请重建出该二叉树。假设输入的前序遍历和中序遍历的结果中都不含重复的数字。
输入某二叉树的前序遍历和中序遍历的结果,请重建出该二叉树。假设输入的前序遍历和中序遍历的结果中都不含重复的数字。例如输入前序遍历序列{1,2,4,7,3,5,6,8}和中序遍历序列{4,7,2,1,5,3,8,6},则重建二叉树并返回。
- 2023-05-07 05:35:04下载
- 积分:1
-
这是一个用java写的一个聊天室不太好,但我们可以借鉴的参考。
这是一个用java写的一个聊天室,不是太好,但可以给朋友借鉴一下-This is a java written with a chat room is not too good, but we can draw on to a friend about
- 2022-02-21 17:40:42下载
- 积分:1
-
关闭显示器的源程序,使用到::SendMessage(m_hWnd,WM_CLOSE,0,0)
关闭显示器的源程序,使用到::SendMessage(m_hWnd,WM_CLOSE,0,0) -Close the source display, use:: SendMessage (m_hWnd, WM_CLOSE, 0,0)
- 2022-07-17 14:21:43下载
- 积分:1
-
java动画 模拟星空 效果不错
java动画 模拟星空 效果不错-space simulation results good
- 2022-02-05 10:50:33下载
- 积分: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
-
With VC (MFC) prepared Tetris game
用VC(MFC)编写的俄罗斯方块游戏源码程序,经本人测试程序可以运行。共编程爱好者交流使用-With VC (MFC) prepared Tetris game-source process, as I can run a test procedure. A total exchange of the use of programming enthusiasts
- 2022-12-02 00:05:03下载
- 积分:1