-
用Verilog HDL 语言写的在LCD液晶上显示文字的源程序
用Verilog HDL 语言写的在LCD液晶上显示文字的源程序-with Verilog HDL write on the LCD display text of the source
- 2022-02-26 21:25:51下载
- 积分:1
-
蠕变flac3d
FALC3D代码,分析蠕变流变,考虑开尔文体,对开尔文系数参数分析,(flac3dCode, creep rheology analysis, Kelvin style, Kelvin coefficient parameter analysis.)
- 2020-12-13 12:29:15下载
- 积分:1
-
OFDM_PAPR
有slm、pts、clipping三种抑制papr并画出ccdf图的程序(SLM and PTS, clipping three inhibit papr and draw the figure of CCDF program)
- 2019-03-20 09:46:14下载
- 积分:1
-
这是一个有关于TCP/IP得技术资料
这是一个有关于TCP/IP得技术资料-This is a have on the TCP/IP a technical data
- 2022-03-01 04:44:19下载
- 积分:1
-
构造一组输入为白噪声加三个频率非常接近的正弦波,其信噪比为10dB,观测长度为256。试分别用普通AR谱估计和采用功率噪声抵消算法的AR谱估计估计这组信号的频率...
构造一组输入为白噪声加三个频率非常接近的正弦波,其信噪比为10dB,观测长度为256。试分别用普通AR谱估计和采用功率噪声抵消算法的AR谱估计估计这组信号的频率,并比较结果。-constructed a group of white noise input plus three very close to the frequency sine wave, the signal-to-noise ratio of 10dB. Observing length of 256. Were used to test the general AR spectral estimation using power and noise canceling algorithm for the estimation of AR spectrum estimation of this group of signal frequency, and the results of the comparison.
- 2022-09-05 13:40:03下载
- 积分:1
-
matlab的一个PID优化算法程序
matlab的一个PID优化算法程序-Matlab a PID algorithm optimization procedures
- 2022-04-16 01:22:44下载
- 积分:1
-
sevendom
说明: 运用matlab/simulink建立整车七自由度振动模型(Using matlab/simulink to establish seven-degree-of-freedom vibration model of vehicle)
- 2019-04-13 22:52:31下载
- 积分:1
-
GRACE
该程序用来处理GRACE数据,效果较好,有利于科学研究,适用于地学分析的人(GRACE data processing)
- 2020-10-10 17:47:33下载
- 积分:1
-
ROV32-master
基于stm32的水下机器人控制源码,采用基本的PID控制策略(Underwater Vehicle Control Program Based on STM32 Source Code)
- 2021-02-16 22:39:46下载
- 积分: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