-
通过该程序可以实现操作系统的重新启动,在编程时若需重启系统,则可以使用该程序...
通过该程序可以实现操作系统的重新启动,在编程时若需重启系统,则可以使用该程序-The program can be achieved through the operating system restarts, restart the system in the For programming, you can use the program
- 2023-01-07 16:25:03下载
- 积分:1
-
可改变已运行程序的窗口信息, 将已禁用的按钮或其他控件强制激活....
可改变已运行程序的窗口信息, 将已禁用的按钮或其他控件强制激活.-Can change the window has been running the program information, will have to disable the buttons or other controls mandatory activation.
- 2022-07-26 12:31:18下载
- 积分:1
-
示范如何在应用程序开始前产生标题窗口
示范如何在应用程序开始前产生标题窗口...
示范如何在应用程序开始前产生标题窗口
示范如何在应用程序开始前产生标题窗口-Demonstrations on how to generate the application before the beginning of the title of the window in the application demonstrate how to generate the title of the window before the start of
- 2022-11-14 05:20:03下载
- 积分:1
-
不错的windows注册表优化软件,作者章涛
不错的windows注册表优化软件,作者章涛-Good windows registry optimization software, the author s Tao
- 2022-01-26 00:59:43下载
- 积分:1
-
VB中API的简单应用源码,有兴趣的下载
VB中API的简单应用源码,有兴趣的下载-VB API simple application source code, are interested in downloading
- 2022-08-31 19:35:02下载
- 积分:1
-
HardDidkIDWinNT.rar用到的为java写的dll,读取nt硬盘序列号
HardDidkIDWinNT.rar用到的为java写的dll,读取nt硬盘序列号-HardDidkIDWinNT.rar used for java written dll, reading hard drive serial number nt
- 2022-01-31 14:40:08下载
- 积分:1
-
介绍windows 2000未公开秘密的源码
介绍windows 2000未公开秘密的源码
- 2022-07-19 21:33:38下载
- 积分:1
-
程序名称:虚拟桌面:2005_4_17_16:00 1的虚拟桌面…
程 序 名:虚 拟 桌 面
说 明:
2005_4_17_16:00
一、实现虚拟桌面功能的主要程序代码模块有:
(一)、窗体
1、主控制窗体 - 虚拟桌面(frmVirDesktop.frm)
(二)、模块
1、切换桌面的模块(MChangeDesktop.bas)
2、注册热键的模块(MHotKey.bas)
(三)、类模块
1、调用 Windows 对话框的类(CComDlg.cls)
2、注册热键的类(CHotKey.cls)
3、更换桌面壁纸类(CChangeWallPaper.cls)-procedures Name : Virtual Desktop : 2005_4_17_16 : 00 1, virtual desktop of the main functions of code modules are : (a), Form 1, Main Control Window-Virtual Desktop (frmVirDesktop.frm) (2), a module, Desktop Switch Module (MChangeDesktop.bas) 2. Registration hotkeys module (MHotKey.bas) (3), a module type, Calling Windows dialog class (CComDlg.cls) 2. Class registration hotkeys (CHotKey.cls) 3 replacement of desktop wallpaper category (CChangeWallPaper.cls)
- 2022-04-14 16:53:39下载
- 积分:1
-
分时轮转调度算法是系统把所有就绪进程按先后次序排队,处理机总是优先分配给就绪队列中的第一个就绪进程,并分配它一个固定的时间片(如100毫秒)。当该运行进程用完规...
分时轮转调度算法是系统把所有就绪进程按先后次序排队,处理机总是优先分配给就绪队列中的第一个就绪进程,并分配它一个固定的时间片(如100毫秒)。当该运行进程用完规定的时间片时,被迫释放处理机给下一个处于就绪队列中的第一个进程,分给这个进程相同的时间片,每个运行完时间片的进程,当未遇到任何阻塞时,就回到就绪队列的尾部,并等待下次转到它时再投入运行。于是,只要是处于就绪队列中的进程,按此种算法迟早总可以分得处理机投入运行。模拟实现这一组进程的工作过程。
- 2022-04-21 22:27:09下载
- 积分:1
-
buffer under VC operation, such as writing a thread, a thread to read and storag...
VC下进行缓冲区操作, 如一个线程写,一个线程读取并存储 当然使用队列 这是为具体工程写的队列的例子工程-buffer under VC operation, such as writing a thread, a thread to read and storage of course this is the use of Queue works written for specific examples of projects Q
- 2022-07-06 21:33:23下载
- 积分:1