-
模糊控制mppt
说明: 光伏p&O算法完美实现了光伏最大功率点追踪(Pv p&O algorithm perfectly realizes pv maximum power point tracking)
- 2021-04-08 22:49:01下载
- 积分:1
-
Internship report on the operating system, in the hope that useful U.S., very ca...
有关操作系统的实习报告,希望对大家有用,很用心写的-Internship report on the operating system, in the hope that useful U.S., very carefully written
- 2022-06-01 21:11:40下载
- 积分:1
-
computer graphics lectures, concise summary of the changes in basic knowledge Gr...
计算机图形学的讲义,简练的概括了图形变化基础知识-computer graphics lectures, concise summary of the changes in basic knowledge Graphics
- 2023-02-28 22:00:02下载
- 积分:1
-
North @ 03 large database content and experimental machine to answer the questio...
北@大 03级数据库上机实验内容和习题解答,很有代表性的题目,供大家参考-North @ 03 large database content and experimental machine to answer the questions, very representative of topics for your consideration
- 2022-05-16 05:37:29下载
- 积分:1
-
eemd分解和作图
说明: 使用matlab,包含eemd分解程序及作图程序(eemd code and its drawing code)
- 2021-03-13 19:49:23下载
- 积分:1
-
pca2222222
说明: pca程序,一个主分量分析程序,用于提取特征直,欢迎大家下载(PCA procedures, a principal component analysis procedures for the extraction of straight and you are welcome to download!)
- 2005-10-20 21:30:32下载
- 积分:1
-
23_time_series_prediction
用 Python 机器学习,时间序列模型预测, 循环神经网络(Python Machine Learning, Time Series Model Prediction, recurrent Neural Network)
- 2021-03-28 18:09:11下载
- 积分: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
-
Vanilla_Behavior_Pack_Beta_1.13.0.4
该材质包为Minecraft维基上的官方材质包模板,可自行修改和发送(This material package is the official material package template on the Minecraft wiki, which can be modified and sent by itself.)
- 2020-06-19 22:00:01下载
- 积分:1
-
gender_detection
说明: 基于语音信号的多种特征对说话人的性别进行识别。(It uses many kinds of features to recognize the speaker.)
- 2020-05-18 23:00:59下载
- 积分:1