-
lua
huangye求生的辅助,希望大家可以试着下载使用下。(huangyeqiusheng help)
- 2018-01-09 12:21:13下载
- 积分:1
-
FM2018
FM2018 降噪芯片文档,详细说明了该芯片的功能,操作方式。(FM2018 noise reduction echo chip, including the function and operation method of this chip)
- 2018-08-31 21:42:38下载
- 积分: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
-
upsample
说明: Matlab实现对正弦波采样的线性内插,及上采样过程。(Matlab to achieve sampling sinusoidal linear interpolation, and the sampling process.)
- 2008-11-28 17:05:30下载
- 积分:1
-
简单PHP注册页
实现简单的账号注册、登陆,PHP+SQL数据库(Realize simple account registration, login, PHP + SQL database)
- 2019-06-21 16:25:37下载
- 积分:1
-
ransanddns_ns
求解NS方程的各种rans方法及直接数值模拟方法介绍 很好的PPT(A very good solver introduction of the ns equation,rans method, dns.)
- 2013-12-14 22:00:54下载
- 积分:1
-
VMD修改版
包含VMD、EMD、EEMD工具箱,可用于变分模态分解、EMD以及EEMD谐波检测对对比分析(Includes VMD, EMD, and EEMD toolboxes for variational modal decomposition, EMD, and EEMD harmonic detection for comparative analysi)
- 2021-04-08 15:39:00下载
- 积分:1
-
冒险岛商业登录器(支持帐号注册)v1.0
说明: 冒险岛商业登录器(支持帐号注册)v1.0(Adventure Island Business login (support account registration))
- 2021-03-21 11:59:17下载
- 积分:1
-
my-hacker-girlfriend
一本关于黑客的电子书,这本书很火,在网上很难下载(o other about hacker book ,my girl friend
is a hacker, the book is very splendid)
- 2013-05-03 21:54:06下载
- 积分:1
-
ExpandExamplemain
说明: 该程序为布谷鸟算法,是基于MATLAB平台的图像修复算法,相比于传统算法,它是基于纹理修复,包括遥感影像(This program is an image restoration algorithm based on MATLAB platform. Compared with traditional algorithms, it is based on texture restoration, including remote sensing images.)
- 2019-01-31 15:31:45下载
- 积分:1