-
C# 清空回收站的源码实例
C# 清空回收站,这个功能不用多介绍了吧,你懂的,具体的实现请看以下代码:
const int SHERB_NOCONFIRMATION = 0x000001;//整型常量在API中表示删除时没有确认对话框
const int SHERB_NOPROGRESSUI = 0x000002;//在API中表示不显示删除进度条
const int SHERB_NOSOUND = 0x000004;//在API中表示删除完毕时不播放声音
[DllImportAttribute("shell32.dll")]//声明API函数
private static extern int SHEmptyRecycleBin(IntPtr handle, string root, int falgs);
private void button1_Click(object sender, EventArgs e)
{
//清空回收站
SHEmptyRecycleBin(this.Handle, "", SHERB_NOCONFIRMATION + SHERB_NOPROGRESSUI + SHERB_NOSOUND);
}
- 2022-12-15 14:50:03下载
- 积分:1
-
104 串口通信实验文件
基于51单片机,芯片STC89C52,单片机与PC端串口通信实验源代码(Based on 51 MCU, chip STC89C52, MCU and PC serial communication experimental source code)
- 2020-06-20 00:20:02下载
- 积分:1
-
cheat-engine-master
说明: cheat engine里面的部份代码(cheat engine inside part of the code, not read, and pass up with research.)
- 2020-06-21 07:00:02下载
- 积分:1
-
通过欧几里德距离对三维空间内的数据点进行聚类:
从文件读入三列表示坐标的数据进行聚类。按项目总数和组数平均划分。首先计算两两之间的距离,选出最近的两个点,再...
通过欧几里德距离对三维空间内的数据点进行聚类:
从文件读入三列表示坐标的数据进行聚类。按项目总数和组数平均划分。首先计算两两之间的距离,选出最近的两个点,再按距离由小到大排序,找出距这两个点最近的若干个点。
除去这些点后对其余的点重复进行上述操作。-By Euclidean distance on three-dimensional space, clustering of data points: from the file read into the three coordinates of the data indicated that cluster. According to the average number of total number of projects and group division. First, calculate the distance between 22 to elect the nearest two points, and then from small to large order to identify these two points away from a number of recent points. After removing these points the rest of the point of repeating to carry out such operations.
- 2023-01-05 15:35:03下载
- 积分:1
-
C6000DSP C language program an example of a total of three as well, the hope is...
C6000DSP的C语言程序示例 一共有3个 内容不错,希望能对有需要的朋友有帮助。-C6000DSP C language program an example of a total of three as well, the hope is to have a friend in need of help.
- 2022-04-09 23:53:20下载
- 积分:1
-
自己做的labview 小程序,LV8.5版的,初学者参考学习
自己做的labview 小程序,LV8.5版的,初学者参考学习-Labview do their own small programs, LV8.5 version, the reference for beginners to learn
- 2023-02-02 21:30:04下载
- 积分:1
-
mfile
数字大房间混响程序,根据Gardener模型所写,22k和44.1k滤波器参数已存储为matlab数据文件可直接用(The reverberation procedure of digital large room is written according to Gardener model.)
- 2018-06-07 11:11:15下载
- 积分:1
-
ZigUP
说明: cc2530继电器传感器,用于diy继电器和传感器项目(cc2530 relay sensor for diy relay and sensor projects)
- 2020-06-17 22:40:02下载
- 积分:1
-
单门限能量检测算法(SNR,Pd)
固定虚警概率Pf,检测概率Pd随着SNR的的变化。(Fixed false alarm probability Pf, detection probability Pd changes with SNR.)
- 2021-04-16 14:58:53下载
- 积分:1
-
问道PAK打包解包
Asked ETC to play the unpacking tool, can be used to modify the ETC file
- 2020-12-25 06:29:04下载
- 积分:1