-
程序运行初期,程序首先会通过LoadLibrary函数加载动态链接库Shell32.dll,并且把加载后的操作句柄存储在LibHandle中。然后通过@SHEm...
程序运行初期,程序首先会通过LoadLibrary函数加载动态链接库Shell32.dll,并且把加载后的操作句柄存储在LibHandle中。然后通过@SHEmptyRecycleBin:=GetProcAddress (LibHandle, SHEmptyRecycleBinA )语句读取SHEmptyRecycleBinA函数的地址,如果以上语句能够正确执行(也就是@SHEmptyRecycleBin不等于nil),那么就调用SHEmptyRecycleBin完成清空回收站的操作。最后释放动态链接库。-The early run, the program will first of all through the LoadLibrary function to load dynamic link library Shell32.dll, and after the load operation is stored in the handle of LibHandle. Then @ SHEmptyRecycleBin: = GetProcAddress (LibHandle, SHEmptyRecycleBinA) statement read function SHEmptyRecycleBinA address, If the above statement to the correct implementation (that is, @ SHEmptyRecycleBin does not mean nil), then call the Empty Recycle Bin SHEmptyRecycleBin complete operation. Finally the release of a dynamic link library.
- 2022-11-16 11:20:03下载
- 积分:1
-
系统仿真和辨识,包括递推最小二乘法RLS和目前先进的辨识理论,适合于系统仿真用....
系统仿真和辨识,包括递推最小二乘法RLS和目前先进的辨识理论,适合于系统仿真用.-system simulation and identification, including RLS recursive least squares method and the current advanced identification theory is suitable for system simulation.
- 2023-03-29 17:50:03下载
- 积分:1
-
C++编写的屏幕拾色器,拖动鼠标就可以获取屏幕任意一点的的颜色,然后给出16进制和RGB颜色值,并将值存入剪贴板;同时在拖动取色过程中适时显示鼠标位置座标、窗口...
C++编写的屏幕拾色器,拖动鼠标就可以获取屏幕任意一点的的颜色,然后给出16进制和RGB颜色值,并将值存入剪贴板;同时在拖动取色过程中适时显示鼠标位置座标、窗口句柄、窗口类名以及窗口标题,因此,这个程序也可以说成是一个鼠标钩子程序,对研究C++还是有帮助的。-C++ Prepared Found color screen, and drag the mouse on the screen can be accessed at any point of the color, and then given 16 hexadecimal and RGB color value, and value into the clipboard At the same time, drag the color from the process of in a timely display coordinates of the mouse position, window handle, window class name and window title, therefore, this procedure can also be said as a mouse hook procedures, the study of C++ or helpful.
- 2023-07-04 01:05:03下载
- 积分:1
-
JAVA以其跨平台的特性深受人们喜爱,而又正由于它的跨平台的目的,使得它和本地机器的各种内部联系变得很少,约束了它的功能。解决JAVA对本地操作的一种方法就是...
JAVA以其跨平台的特性深受人们喜爱,而又正由于它的跨平台的目的,使得它和本地机器的各种内部联系变得很少,约束了它的功能。解决JAVA对本地操作的一种方法就是JNI。
JAVA通过JNI调用本地方法,而本地方法是以库文件的形式存放的(在WINDOWS平台上是DLL文件形式,在UNIX机器上是SO文件形式)。通过调用本地的库文件的内部方法,使JAVA可以实现和本地机器的紧密联系,调用系统级的各接口方法。
-JAVA characteristics of its cross-platform very popular, and because it is the purpose of cross-platform, making it the local machine to become small internal contact, the functions of its binding. JAVA solution on the local operation is a method of JNI. JAVA through JNI to call native methods, and the local method is based on the form of library files stored (in the WINDOWS platform are on the form of DLL files, in the UNIX machines are SO on the form of a document). By calling the local library file internal methods, so that JAVA and local machine can achieve close contact, call the system-level methods of the interface.
- 2022-08-19 07:40:31下载
- 积分:1
-
软件说明书 目录 1登陆 2客户服务 2
软件说明书 目录 1登陆 2客户服务 2-1入库操作 2-1-1补单操作 2-2派送通知 2-2-1补单操作 2-2-2新增客户 2-3提货通知 2-4到货查看 3仓库管理 3-3仓库入库 3-4仓库出库 4分拣操作 5调度管理 5-1提货调度 5-2派送调度 6签收操作 6-1入库签收 6-2派送歉收 7条码录入 8定单管理 9查询操作-software manuals Contents a landing two customer service 2-1 warehousing operation 2-1-1 fill-informed about the operation of 2-2-1 2-2 fill single new customer to operate 2-2-2 2-3 2-4 delivery notification arrived View three warehouse management 3-3 3-4 warehouse storage warehouse for four sorting out five operations on the management of delivery scheduling 5-1 5-2 6 signed for the delivery scheduling 6-1 warehousing operation signed for the delivery failures 7 6-2 barcode input management 9 8 orders investigation with operations
- 2022-09-17 20:00:03下载
- 积分:1
-
序列
The sequence-pair was proposed to represent a rectangle
packing and a placement, and is used to place modules automatically
in VLSI layout design. Several decoding methods
of sequence-pair were proposed. However, encoding methods
are not found except the original one called “gridding”.
- 2023-02-18 09:55:04下载
- 积分:1
-
C语言的常用算法
C语言的常用算法-C language commonly used algorithm
- 2023-08-31 13:35:03下载
- 积分:1
-
、完全支持生成htm,html后缀的静态文件,目前支持生成4种文件后缀:htm,html,shtml,asp。
2、修正以前整站加密的js伪加密为动态加密。...
、完全支持生成htm,html后缀的静态文件,目前支持生成4种文件后缀:htm,html,shtml,asp。
2、修正以前整站加密的js伪加密为动态加密。
3、修正了登录框调用的动态读取及验证码问题。
4、加入了相册缩略图和图片水印。
5、加入了回复和评论验证码。
6、用户管理后台首页的改进。
7、修正了ubb分段及部分标签解析的问题。
8、修正了整合论坛第一次登录出错的问题。
9、修正了其他已知bug。-and fully support the formation htm, html suffix static document, currently supports four types of documents generated suffix : htm, html, shtml, asp. Two, that before the whole point of encryption to encrypt js pseudo-dynamic encryption. 3, amended Login box called dynamic code reading and verification issues. 4, by adding a photo album and photo thumbnail watermark. 5, by adding a response to comments and validation code. 6, user management background Home Improvement. 7, amended UBB and some sub-label analysis of the problem. 8, amended the integration of the first Forum of errors logged. 9, amended other known bug.
- 2022-01-28 21:45:33下载
- 积分:1
-
Ctrl2cap样本来源
ctrl2cap sample source
- 2022-01-24 09:18:28下载
- 积分:1
-
酒店管理系统
整个项目已针对分布式客户端服务器计算技术,在头脑中的 developedkeeping。广大用户及组织行政管理归一化一到 3NF 消除所有的异常可能出现由于数据库事务执行。用户接口是 browserspecific 给整个系统分布式的辅助功能。Internaldatabase 已被选为 MS SQL 服务器。表空间、 集群和索引的基本构造曾被剥削的数据存储提供 consistencyand 可靠性更高。MS SQL 服务器作为它提供了高级别的可靠性和安全性的构造是一个选择。总前端主要是使用 ASP.Net 技术。在适当各级 highcare 采取检查系统管理数据一致性堆积的业务规则或验证。数据库连接是的 plannedusing 由微软公司原意身份验证和授权提供最新的"SQL 连接"技术是在所有一起 relevantstages。用户级访问被限制为两个区域生存行政区域和普通用户区。
- 2022-11-23 03:25:04下载
- 积分:1