-
用户管理系统
用labwindows写的一个用户管理系统。该用户管理系统分为超级管理员、系统管理员和普通管理员。超级管理员有权限去增加和删除用户,系统管理员有所有的一些功能权限,普通管理员只有查看的权限。
- 2022-08-25 04:17:31下载
- 积分:1
-
语法分析器,用C++运行。非常好用啊!能运行。
语法分析器,用C++运行。非常好用啊!能运行。-Parser
- 2022-06-21 19:32:57下载
- 积分:1
-
ASP 上机实践教程
实验一 ASP程序运行环境的配置
1 实验目标
1.1
1.2
2 实验原理
2.1
3 实验过程...
ASP 上机实践教程
实验一 ASP程序运行环境的配置
1 实验目标
1.1
1.2
2 实验原理
2.1
3 实验过程
2.1
2.2
2.3
2.4
2.5
4 参考代码
-ASP Advance Guide experimental procedures in an ASP environment configuration an experimental target 1.1 1.2 2 2.1 3 experimental principle experiment 2.1 2.2 2.3 2.4 2.5 4 reference code
- 2022-02-10 10:04:26下载
- 积分:1
-
简单的局域网五子棋,可以开发人得大脑,不信你试试。
简单的局域网五子棋,可以开发人得大脑,不信你试试。-LAN Gobang easy, people can develop a brain, do not believe you try.
- 2023-06-06 19:00:03下载
- 积分:1
-
When a remote intruder to log in a timely manner, we will issue a report to the...
当有入侵者远程登
录时会及时给我们发出报警。要想能够及时发
出报警信息.就要用到短信报警,方便快捷-When a remote intruder to log in a timely manner, we will issue a report to the police. To be able to give timely warning information. Alarm SMS will be used, convenient and quick
- 2023-02-23 09:50:03下载
- 积分:1
-
Manipulating Word Class
Is类的设计使开发人员可以生成复杂的word文档;
- 2023-05-14 11:45:03下载
- 积分:1
-
C++ 打飞机源代码
用C++实现打飞机游戏!
直接可以在vc++6.0 或者更高级版本如VS 2012,VS2013上直接运行。
希望对学习C++的初学者有一定帮助!
- 2022-04-01 05:18:38下载
- 积分:1
-
静态求两点间距离的程序,不输入点坐标,用VC++编写
静态求两点间距离的程序,不输入点坐标,用VC++编写-Static for the distance between two points of the procedure, do not enter a point of coordinates, with VC++ Prepared
- 2022-05-18 17:51:03下载
- 积分:1
-
目前在网上有一个CPictureEx类,用于加载GIF动画,不过该类是mfc封装类,对于不使用mfc的c++程序员来讲,不能使用。为了让该类能够让更多的人方便的...
目前在网上有一个CPictureEx类,用于加载GIF动画,不过该类是mfc封装类,对于不使用mfc的c++程序员来讲,不能使用。为了让该类能够让更多的人方便的使用,使其不再被局限于MFC,本人花时间改造了一下这个类,改造后,该类可以应用于任何MFC、 WTL/ATL及其它WINDOWS API编程。
由于原来的CPictureEx是继承于CStatic类,本人改造后,在CPictureEx中直接封装了一个窗口句柄HWND。
假设您在一个弹出式Dialog对话框中加载gif动画,您要做的就是在对话框中放一个控件,可以是BUTTON、STATIC等等。假设您加的这个控件的ID是IDC_FLASH,您的对话框窗口句柄是hDlg,则要使用CPictureEx,将非常简单。详情参见源代码。-present on the Internet which is a CPictureEx category for loading GIF animation, But such is mfc Packaging category for the non-use of the c mfc speaking programmers, which can not be used. To allow such to allow more people to use, it will not be confined to the MFC. I spend time on this transformation of the type that after transformation, and these can be applied to any MFC. WTL/ATL and other Windows API programming. As the original CPictureEx inherited from CStatic category, I transform, In CPictureEx directly Packaging a window handle HWND. Suppose you in a pop-up dialog box loaded Dialog gif animation You need to be done is up in a
- 2022-07-09 13:07:36下载
- 积分:1
-
断点续传源码
在自己的工程中引入所有文件,在stdafx.h中对照本下载工具项目的stdafx.h,应该是要加入afxsock.h。
参考main.cpp。主要是调用DownloadHelper。先添加任务,然后设置onFinish(下载完成后的动作),最后start。
如果目录中已有该文件,程序会自动覆盖,不会出错。
默认下载端口是80,不支持其他端口。如果要这个功能,请修改Mydownload中的fnMyDownload,HttpDownLoadNonProxy加入nHostPort。
- 2022-01-25 21:45:50下载
- 积分:1