-
ezy-1.0.0
一款很好的源码,非常的好用,亲测哦,欢迎大家一起来好好的体验一下吧(A very good source code, very useful, personally tested oh, welcome to come together and have a good experience)
- 2020-06-17 13:20:01下载
- 积分:1
-
CNN_MNist
说明: 卷积神经网络是一类包含卷积计算且具有深度结构的前馈神经网络,是深度学习(deep learning)的代表算法之一。这是C++实现的卷积神经网络源码,识别手写阿位伯数字(以MNIST集为例),很容易改为识别汽车牌照的CN版本源码。(This is a convolutional neural network source code implemented by C + +)
- 2020-04-11 12:18:59下载
- 积分:1
-
MATLAB
code matlab Expand With the help of a Matlab graphical user interface through which the user can compress data sets using the codec RLE. The graphical interface supports the following functions:
Input data sequence using appropriate control.
What effect on the screen. It should appear as separate tables of data value and length and the final dialog provides encrypted (
- 2010-01-10 04:44:41下载
- 积分:1
-
Extractor2.5
说明: 文件解析工具,包含有PAK,rar 、zip等任意格式(File parsing tools, including PAK, rar, zip and other arbitrary formats)
- 2019-03-10 12:04:21下载
- 积分:1
-
[MATLAB R2016a 通信系统仿真][程序源代码]
说明: matlab 通信学习书籍相关的代码下载(Code download related to matlab Communication Learning Book)
- 2020-06-20 08:20:02下载
- 积分:1
-
新建文件夹
用于EMD 信号分解及重构,重构部分需要自己需要改动(For EMD signal decomposition and reconstruction, the reconstruction part needs to be changed by itself.)
- 2019-05-20 14:49:26下载
- 积分:1
-
C# 设置屏幕分辨率
C# 改变屏幕分辨率,功能仿windows 的屏幕分辨率设置,改变滑块改变分辨率大校本例可学习一下滑块的用法。源代码如下:
long RetVal = 0;
DEVMODE dm = new DEVMODE();
dm.dmSize = (short)Marshal.SizeOf(typeof(DEVMODE));
dm.dmPelsWidth = dWidth;//宽
dm.dmPelsHeight = dHeight;//高
dm.dmDisplayFrequency = 85;//刷新率
dm.dmFields = DEVMODE.DM_PELSWIDTH | DEVMODE.DM_PELSHEIGHT | DEVMODE.DM_DISPLAYFREQUENCY | DEVMODE.DM_BITSPERPEL;
RetVal = ChangeDisplaySettings(ref dm, 0);
- 2023-03-16 15:00:04下载
- 积分:1
-
电量预测
说明: 电量预警分析,关于SVM算法的数据集和代码里面都有(Power warning analysis, data set and code about SVM algorithm are included)
- 2020-04-05 11:01:58下载
- 积分:1
-
Unity-Webview-master
说明: Unity-Webview-master for android/ios
- 2020-06-16 20:40:02下载
- 积分:1
-
基于Burg算法的最大熵谱估计
网上找的burg算法,可以借鉴一下。也可以通过百度文库搜寻作者。(The Burg algorithm on the Internet can be used for reference. You can also search for the author through the Baidu library.)
- 2018-03-17 15:12:55下载
- 积分:1