-
tuana378-a5
说明: 影视全自动采集,支持全网vip视频,支持切换接口,后台管理功能(Fully automatic video acquisition, support VIP video, support switching interface, background management functions)
- 2020-06-20 08:20:01下载
- 积分:1
-
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
-
预处理
EEG信号数据预处理教程。平台是matlab。批处理信号到分频段(EEG Data Preprocessing Course)
- 2020-06-23 14:00:02下载
- 积分:1
-
LabView-lesson
关于labview的交易教程 很好看看吧(Labview tutorial on a good deal to see it)
- 2011-11-08 19:56:09下载
- 积分:1
-
In this talk we will consider two approaches in dealing with the risk of supplie...
In this talk we will consider two approaches in dealing with the risk of supplier bankruptcy. In the first model, we study the effects of supply disruption risk in a supply chain where one buyer deals with competing risky suppliers who may default during their production lead-times.
- 2022-05-21 09:07:11下载
- 积分:1
-
RPP Project based Learning
说明: my work about indonesian education project based learning
- 2019-05-31 17:07:02下载
- 积分:1
-
屏幕放大镜Delphi源码
Delphi源码编写的屏幕放大镜,可以把屏幕上的文字和图片放大显示,在Windows中被列为辅助功能。放大的内容是按比例放大。拖动滑块可改变放大位数,使用时,晃动鼠标到其它需要放大内容的地方即可,在放大镜窗口中即可看到放大后的图像。
- 2023-06-26 20:05:03下载
- 积分:1
-
AN282SW
说明: C8051F USB MASS STORAGE example code
- 2019-06-24 18:04:07下载
- 积分:1
-
HTML5 幻灯片放映
HTML5 幻灯片放映,此 html5 幻灯片显示代码帮助您在您的网站中添加幻灯片放映。图片/图像文件夹中您可以轻松地添加您的图片。
今天 mosly web 开发前端语言是 HTML 和 CSS。在 HTML 以后新邓氏在 HTML5 和还任自己沉沦运作上 HTML5 增加...
- 2022-07-20 19:22:12下载
- 积分:1
-
键盘输出,可以了解键盘输出的ASCII,
对初学者有用
键盘输出,可以了解键盘输出的ASCII,
对初学者有用-The keyboard output, you can learn the keyboard output, ASCII, useful for beginners
- 2023-02-08 09:05:03下载
- 积分:1