-
在Windows2000中Ctrl
在Windows2000中Ctrl-Alt-Delete组合键的处理如下: Winlogon初始化的时候,在系统中注册了CTRL+ALT+DEL Secure Attention Sequence(SAS)热键,并且在WinSta0 Windows 系统中创建三个桌面。 SAS热键的注册使得Winlogon成为第一个处理CTRL+ALT+DEL的进程,所以保证了没有其他应用程序能够处理这个热键。 在 Windows NT/Windows 2000/Windows XP中, WinSta0 是表示物理屏幕、鼠标和键盘的Windows系统对象的名字。Winlogon在WinSta0 Windows系统中创建了SAS窗口(窗口标题是"SAS Window")和如下三个桌面。 Winlogon 桌面 应用程序 桌面 屏幕保护 桌面当用户按下Ctrl-Alt-Delete组合键时,Winlogon桌面上的SAS窗口收到它注册的系统热键消息(WM_HOTKEY) SAS Window窗口处理这个消息调用Graphical Identification and Authentication(GINA)动态连接库中的相关函数…… -Graphical Identification and Authentication(GINA)
- 2022-06-17 04:42:07下载
- 积分:1
-
一个计算n!的小程序,包括源代码 还有生辰的可执行文件
一个计算n!的小程序,包括源代码 还有生辰的可执行文件-jisuan n! de xiaochenxu
- 2022-08-08 13:17:48下载
- 积分:1
-
这是我花了好几个小时制作的实用的进度条源码,很个性化的...
这是我花了好几个小时制作的实用的进度条源码,很个性化的-This is what I spent several hours making practical progress bar source, it is personalized
- 2023-03-25 00:20:03下载
- 积分:1
-
close all clear all clc
load datai8us.txt
load dataq8us.txt
Si = dat...
close all clear all clc
load datai8us.txt
load dataq8us.txt
Si = datai8us -j*dataq8us
filename= D:a7.dat
fid = fopen(filename, r )
Fr=10e3 v=9
TR_len = 30e6*2/Fr
TR_samp_len = 30e6/Fr*2*2*4
pluse_number = 4000
fseek(fid, 5*(30e6/Fr)*4*Fr, 0)
-close all clear all clc
load datai8us.txt
load dataq8us.txt
Si = datai8us-j*dataq8us
filename= D:a7.dat
fid = fopen(filename, r )
Fr=10e3 v=9
TR_len = 30e6*2/Fr
TR_samp_len = 30e6/Fr*2*2*4
pluse_number = 4000
fseek(fid, 5*(30e6/Fr)*4*Fr, 0)
- 2022-03-22 09:48:08下载
- 积分:1
-
这个源代码主要完成了一个创建窗口的功能。详细描述了如何用VC创建窗口的过程。...
这个源代码主要完成了一个创建窗口的功能。详细描述了如何用VC创建窗口的过程。-The source code to create the main window to complete a function. Described in detail how to create a window of VC process.
- 2022-03-18 08:44:22下载
- 积分:1
-
判断操作系统版本,调用到注册表!
判断操作系统版本,调用到注册表!-judgment of the operating system version, called the registry!
- 2022-07-03 02:07:52下载
- 积分:1
-
获取文件中的图标。编程中经常要用到图标,可以用这个工具来获取。...
获取文件中的图标。编程中经常要用到图标,可以用这个工具来获取。-access to the document icon. Programming regular use of the icon, you can use this tool to obtain.
- 2022-07-11 00:54:09下载
- 积分:1
-
请补充函数fun(),该函数的功能是:把从主函数中输入的字符串str2接在字符串str1的后面。
例如:str1=“How do”,str2=“ you d...
请补充函数fun(),该函数的功能是:把从主函数中输入的字符串str2接在字符串str1的后面。
例如:str1=“How do”,str2=“ you do?”,结果输出:How do you do?
-Please add a function fun (), the function of the functions are: to enter from the main function of the string str2 connected to the back of the string str1. For example: str1 = " How do" , str2 = " you do?" , The resulting output: How do you do?
- 2022-09-07 16:05:03下载
- 积分:1
-
VC图灵机示范程序
VC图灵机示范程序-VC Turing Machine model procedures
- 2022-08-14 02:27:37下载
- 积分:1
-
求解在一个三角形上的任何一点,到另外一点的距离最小的一个点。...
求解在一个三角形上的任何一点,到另外一点的距离最小的一个点。-solution in a triangle on any point to another point of the smallest distance between a point.
- 2022-09-23 13:45:03下载
- 积分:1