-
程序运行初期,程序首先会通过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
-
这是一个曲线显示控件,将一些数据曲线化显示,以观察数据的变化趋势。里面有源玛...
这是一个曲线显示控件,将一些数据曲线化显示,以观察数据的变化趋势。里面有源玛-This is a curve shows that the control will display some data curve in order to observe changes in the trend data. Inside Active Ma
- 2022-04-12 02:13:10下载
- 积分:1
-
Visual Basic class module for danamically redimension a form content as the form...
Visual Basic class module for danamically redimension a form content as the form is redimensioned.
- 2022-01-25 23:08:36下载
- 积分:1
-
发送和接收电子邮件
这个小程序可以发送,接收,删除,保存邮件与德尔福,它也可以创建多个电子邮件帐户。
- 2022-05-16 00:21:50下载
- 积分:1
-
通过本程序,能够获取计算机系统的逻辑硬盘号、物理硬盘号、Cpu号、Bios号等等...
通过本程序,能够获取计算机系统的逻辑硬盘号、物理硬盘号、Cpu号、Bios号等等 -Through this program, have access to computer systems, the logical drive number, the physical disk number, Cpu numbers, Bios, etc., No.
- 2022-06-29 13:01:56下载
- 积分:1
-
vb operation excelwenwen pieces to the database
vb操作excelwen 件到数据库-vb operation excelwenwen pieces to the database
- 2022-06-11 17:47:57下载
- 积分:1
-
process scheduling process management when one of the main contents, design, dev...
进程调度时进程管理的主要内容之一,通过设计,编制,调试一个简单的进程调度模拟系统,对进程调度,进程运行状态变换加深理解和掌握。模拟计算机操作系统的进程调度,建立进程控制块PCB,要包含有关进程的描述信息,控制信息以及资源信息.模拟系统根据PCB感知进程的存在和通过PCB中所包含的各项变量的变化,掌握进程所处的状态以达到控制进程活动的目的.要实现进程的状态及其转换,进程的创建与撤消,进程的阻塞与唤醒.用P,V原语操作实现进程互斥.-process scheduling process management when one of the main contents, design, develop and debug a simple process of scheduling simulation systems, the process of scheduling, process running Transform deepen understanding and mastering. Computer simulation of the process of scheduling the operating system, create a process control block PCB, to include a description of the process of information, control of information and information resources. PCB simulation system based on perception of the existence and the process by which PCB contained in the variable changes and acquire where the process to achieve control system process activities. to achieve the process of the state and its conversion, the process of setting up and removed, and obstruction of the process of awakenin
- 2023-07-11 23:55:02下载
- 积分:1
-
自己写C++中的迭代器
含自己写的一个简单的迭代器,能够测试string,list和vector,对于初学者很实用。
- 2022-03-17 18:59:10下载
- 积分:1
-
51单片机《两只老虎》程序
51单片机蜂鸣器播放《两只老虎》音乐,采用Keil编译生成hex文件
- 2022-12-12 15:40:03下载
- 积分:1
-
计算公式已经实现了很多,但对中国的支持。
计算表达式的实现已经有很多了,但是支持含有中文变量名的表达式计算的功能代码我没有找到,因此我抽取一个计算器程序计算表达式的源码,作了一些修改,使之支持含有中文变量名的表达式。-calculation formula has been the realization of a lot, But Chinese support for the variable name contains the expression of functional calculation code, I did not find, So I take a calculated expression calculator source code, made some changes, so that it supports variable names containing the Chinese expression.
- 2022-02-28 17:46:06下载
- 积分:1