-
poiss
说明: 泊松随机过程,供信号处理的学习者参考,希望大家喜欢(Poisson stochastic process for the signal processing of the learner reference, hope you like)
- 2008-11-04 09:46:30下载
- 积分: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
-
bp-yichaunsuanfa
该代码为基于遗传算法神经网络的预测代码,适合初学者(This code is the prediction code based on the genetic algorithm neural network)
- 2019-04-25 23:39:20下载
- 积分:1
-
Sarsa
说明: 基于强化学习算法Sarsa实现的小案例。(A small case based on the enhanced learning algorithm Sarsa.)
- 2020-11-30 10:59:29下载
- 积分:1
-
动手学深度学习
动手学深度学习使用的书籍,自己收藏的,为啥要20字?(Books for hands-on in-depth study, self-collected)
- 2020-06-18 22:40:02下载
- 积分:1
-
download
使用MATLAB下载数据,批量下载,使用url函数(Download data using MATLAB, bulk download, use the URL function.)
- 2018-10-08 09:31:59下载
- 积分:1
-
data-structure-pin
通过intel-pin插桩检测代码内存分配以及读写操作,再通过Python脚本实现内存访问结构的图形化展示(The code memory allocation and read-write operation are detected by intel-pin plug, and the graphical display of memory access structure is realized by Python script.)
- 2018-08-01 20:18:27下载
- 积分:1
-
Matlab_test
说明: 读取CSV文件,经过傅里叶变换FFTshift, 生成功率谱密度PSD(read CSV file, generate PSD)
- 2019-03-17 16:33:49下载
- 积分:1
-
Airy-simulation
艾里光束的一维和二维仿真结果,可以清晰的看出其光强分布以及自弯曲特性(airy beams)
- 2021-04-25 17:18:46下载
- 积分:1
-
OLED_SPI
说明: STM32F429 模拟SPI 硬件SPI 驱动 OLED(Analog SPI Hardware SPI Driver OLED)
- 2020-06-23 16:00:01下载
- 积分:1