CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - m/m/

搜索资源列表

  1. rengongmianyi

    0下载:
  2. a=load( q.txt ) width=input( 请输入窗宽 ) step=input( 请输入步长 ) m=length(a) for i=1:floor((m-width)/step+1) s(i,1:width)=a(1,1+(i-1)*step:width+(i-1)*step) end b=max(max(s)) M=s./b Rs=input( 请输入本体集半径 ) nd=input( 请输入检测器数模 ) k=1 while
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:526
    • 提供者:王飞
  1. Move

    0下载:
  2. 该程序的功能是:有n个整数,使其前面各数顺序向后移m个位置,最后m个数变成最前面的m个数;-The program features are: There are n integers, to move back in front of the order m of the number of positions, finally becoming the foremost m m the number of number
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:646
    • 提供者:李小玉
  1. fsafgcommand_window_text

    0下载:
  2. 这个m-文件允许你导出所有在命令窗口中的文本到字符串单元阵列,每个条目是一个从窗口文本行。未分析的原始字符串也可以,如果需要的话。 操作非常简单 -此文件查找在根窗口,并得到适当的Java对象从文本。 我一直在寻找一种方式做,特别是一些软件中的错误我始终跟踪这,似乎已经没有人写了这种方法,所以我现在在这里供您使用。-This m-file allows you to export all text in the Command Window to a cell array o
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2348
    • 提供者:zzskzcau
  1. m_m

    0下载:
  2. 这是我写的一篇论文中关于m序列及M序列的源代码及各个模块所编写的testbench。各个模块编写正确,有关爱好者可以在之上进行扩展。-This is a paper I wrote on the m series and M series, and each module source code written testbench. Preparation of each module correctly, the lovers can be extended over.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-31
    • 文件大小:19805
    • 提供者:刘洪朋
  1. Partner-matching-system

    1下载:
  2. 一班有m个女生,有n个男生(m不等于n),现要开一个舞会. 男女生分别编号坐在舞池的两边的椅子上.每曲开始时,依次从男生和女生中各出一人配对跳舞, 本曲没成功配对者坐着等待下一曲找舞伴。请设计一系统模拟动态地显示出上述过程-There m-class girls, boys have n (m not equal n), is to open a ball. boys and girls were sitting on the dance floor numbers on both sides
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:2969
    • 提供者:liqianzai
  1. RecursiveDescentParser

    0下载:
  2. 以下描述算术表达式的LL(1)文法的递归下降分析程序 G[E]: E→TE′ E′→ATE′|ε T→FT′ T′→MFT′|ε F→ (E)|i A→+|- M→*|/-The following descr iption of arithmetic expressions LL (1) recursive descent parser grammar G [E]: E → TE ' E' → ATE ' | ε T → FT' T &#
  3. 所属分类:Compiler program

    • 发布日期:2017-05-15
    • 文件大小:4013269
    • 提供者:leelee
  1. Dol5

    0下载:
  2. java 计算器 功能键: MC键:清除存储器中数据 CE键:清除当前显示的数据 C键:清除所有数据 MR键:将存于存储器中的数据显示出来 MS键:将显示的数据存储在存储器中 M+键:将显示的数据与存储器中的数据相加并进行存储 sqrt:开平方-java calculator function keys: MC key: CE key to clear the data in memory: clear the cu
  3. 所属分类:Applet

    • 发布日期:2017-03-23
    • 文件大小:34600
    • 提供者:李茉莉
  1. mfsk_table

    1下载:
  2. This MATLAB Code plot the BER Vs Eb/No for M_ary FSK for differnt values of M. The user can choose the desired BER and the code will tell what is the required Eb/No to achieve this BER for differnt values of M. In addition, a plot of the shannon limi
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:13059
    • 提供者:Ismail Elbadawy
  1. USFFTCurvelet

    0下载:
  2. 提出了一种结合USFFT Curvelet 变换的各向异性扩散图像去噪模型。它有机结合了Curvelet 变换和各向 异性扩散(P-M扩散)两者的优点。通过P-范数方法选择合适的梯度阈值K,P-M扩散过程通过处理经过Curvelet 变换得到的图像的不同尺度的Curvelet 系数矩阵,实现了建立在对图像多尺度分析的基础上的新P-M扩散模型。 实验表明,新模型的处理结果能有效避免传统P-M 扩散出现的阶梯效应,同时更好地保留图像的纹理和细节。 关键词:图像去噪算法;各向异性扩散;
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:768122
    • 提供者:wangkun
  1. 1

    0下载:
  2. 说明: fga.m 为遗传算法的主程序 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作!-Descr iption: fga.m genetic algorithm for the main program binary Gray encoding, roulette wheel method based on linear ranking selection, uniform crossover and mutation operator
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3458
    • 提供者:杨轩
  1. 2

    0下载:
  2. 说明: fga.m 为遗传算法的主程序 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作!-Descr iption: fga.m genetic algorithm for the main program binary Gray encoding, roulette wheel method based on linear ranking selection, uniform crossover and mutation operato
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:1240
    • 提供者:杨轩
  1. 3

    0下载:
  2. 说明: fga.m 为遗传算法的主程序 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作!-Descr iption: fga.m genetic algorithm for the main program binary Gray encoding, roulette wheel method based on linear ranking selection, uniform crossover and mutation operato
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:1431
    • 提供者:杨轩
  1. code_1414

    0下载:
  2. 运筹学排队论算法的实现(m/m/c模型)-Algorithm Implementation of Operational Research queuing theory
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:21111
    • 提供者:吴彬
  1. erjnzhibianma

    0下载:
  2. snrz.m 本函数实现将输入的一段二进制码编为相应的单极性非归零码输出 snr.m 本函数实现将输入的一段二进制码编为相应的单极性归零码输出 dnrz.m 本函数实现将输入的一段二进制码编为相应的双极性非归零码输出 dnr.m 本函数实现将输入的一段二进制码编为相应的双极性归零码输出-snrz.m achieve this function the input of a binary code compiled for the corresponding unipolar NRZ
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:2198
    • 提供者:邓雄
  1. robot-matlab

    0下载:
  2. 机器人应用的10个M文件机器人控制系统的设计与MATLAB仿真-Robot application files of 10 M
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:985902
    • 提供者:陈尔
  1. arm_arch_v6m

    0下载:
  2. arm V6架构手册 ARMv6-M Architecture Reference Manual-arm V6 architecture manual ARMv6-M Architecture Reference Manual
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-06
    • 文件大小:1416683
    • 提供者:chen
  1. mofangzhen

    0下载:
  2. 魔方阵是一个古老的智力问题,它要求在一个m×m的矩阵中填入1~m2的数字(m为奇数),使得每一行、每一列、每条对角线的累加和都相等,如图1所示。-Magic square is an old intellectual problem, it requires a matrix m × m 1 ~ m2 fill in the number (m is odd) such that each row, each column and each diagonal are equal to the c
  3. 所属分类:Windows Develop

    • 发布日期:2016-11-21
    • 文件大小:1024
    • 提供者:郑直
  1. Plan

    0下载:
  2. 绘图,其中包含绘图的基本Matlab的源程序,是M文件,还有PPT的相关解释-Drawing, which contains the basic drawing of Matlab source code, is M-file, as well as the relevant explanation PPT
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:22820
    • 提供者:韩鹏程
  1. m_sequence

    0下载:
  2. m序列产生程序.matlab程序实现。验证正确。根据m序列的原理-m sequence
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:2004
    • 提供者:afu
  1. m-sequence-generator.

    0下载:
  2. 电子信息工程专业课程设计报告,用matlab实现m序列发生器-Electronic and Information Engineering curriculum design, implementation using matlab m-sequence generator
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:88948
    • 提供者:jialebinvfei
« 1 2 ... 44 45 46 47 48 4950 »
搜珍网 www.dssz.com