52ky 发表于 2022-9-23 23:10:31

仿真windows登录(C语言代码+超棒)

这是一个仿windows登录实例,有密码验证,图形模式下输入支持退格,有光标,支持鼠标(点击X可以退出,在对应输入框点击可以定位到当时输入(不过光标没移动,有待你的改进。。。),支持Tab键(按Tab键可以在密码框和用户名框间切换),会自动保留密码文件,支持汉字提示。。。
#includeHead.h
#includeChinese.c
#includeMouse.c
#includeLogin.c
#includeExit.c
#includeWindow.c
#includeOther.c
#includeScanf.c

(This is a Windows-like login instance, with password authentication, backspace support for input in graphics mode, cursor, and mouse support (click X to exit, click in the corresponding input box to locate the input at that time (but the cursor does not move, waiting for you) Improvement...), support the Tab key (press the Tab key to switch between the password box and the user name box), the password file will be automatically retained, and Chinese character prompts are supported...
#includeHead.h
#includeChinese.c
#includeMouse.c
#includeLogin.c
#includeExit.c
#includeWindow.c
#includeOther.c
#includeScanf.c)




页: [1]
查看完整版本: 仿真windows登录(C语言代码+超棒)