搜索资源列表
S4-050560
- 模拟3G环境,测试可伸缩视频码流,适合JSVM开发者-Analog 3G environment, testing, scalable video stream, suitable for JSVM developers
he_fu_man_bian_ma
- 假设一个文件中出现了8种符号S0,SQ,S2,S3,S4,S5,S6,S7,那么每种符号要编码,至少需要3bit。假设编码成000,001, 010,011,100,101,110,111。那么符号序列S0S1S7S0S1S6S2S2S3S4S5S0S0S1编码后变成 000001111000001110010010011100101000000001,共用了42bit。我们发现S0,S1,S2这3个符号出现的频率比较大,其它符号出现的频率比较小,我们采用这样的编码方案:S0到S7的码辽分别01
S4
- this file is about ind FOC control.
S4
- function [ret,x0,str,ts,xts]=s4(t,x,u,flag) s4 is the M-file descr iption of the SIMULINK system named s4. The block-diagram can be displayed by typing: s4. SYS=s4(T,X,U,FLAG) returns depending on FLAG certain system values given
s4
- function [ret,x0,str,ts,xts]=s4(t,x,u,flag) s4 is the M-file descr iption of the SIMULINK system named s4. The block-diagram can be displayed by typing: s4. SYS=s4(T,X,U,FLAG) returns depending on FLAG certain system values given
S1C
- function [ret,x0,str,ts,xts]=s4(t,x,u,flag) s4 is the M-file descr iption of the SIMULINK system named s4. The block-diagram can be displayed by typing: s4. SYS=s4(T,X,U,FLAG) returns depending on FLAG certain system values given
signalProcess
- s1.m: 低频波检测。能从高频信号中检测出低频信号。并将信号输出以70倍因子downsample. s2.m: 将downsampling滤波器输出信号,用单级速率和多相upsampling。 s3.m: 自动识别车牌位置。此程序能从一张图片当中,自动识别出车牌的位置。 s4.m: 用Hough变换识别出一张带有水池的图片的水池分界线。 s5.m: 用原始的静态多副图片(例如:恐龙图片)构造出三维旋转立体图片。-signal processing
s4
- 硬币贪心算法,给定硬币总数和每个的值;求出最佳的分配方法-Coins greedy algorithm, given the total number of coins and the value of each find the best allocation
s4
- 基于遗传算法的作业排序方法 利用梯度下降法求解线性判别函数-Job sorting method based on genetic algorithm using the gradient descent method for solving linear discriminant function
Lenet
- 这个资源使用实现lenet-5的网络结构来MNIST数据集,代码参考了UFLDL上的相关的代码,以及R. B. Palm实现的CNN中的相关代码,为了适应数据集我把lenet-5输入的大小改为了28*28,c3的每一张特征图都与s4的每一张特征图相关,训练的结果可以达到99.1 -The resources for network structure lenet-5 to MNIST data sets, code reference to the relevant code UFLDL on