CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - am.m

搜索资源列表

  1. LCS

    0下载:
  2. Instead of finding the longest common subsequence, let us try to determine the length of the LCS. 􀂄 Then tracking back to find the LCS. 􀂄 Consider a1a2…am and b1b2…bn. 􀂄 Case 1: am=bn. The LCS must contain am, we h
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:1242
    • 提供者:linru
  1. 1

    0下载:
  2. 关于Recaman s序列的问题,一个简单解决方法,保证时间和空间的限制。-The Recaman s sequence is defined by a0 = 0 for m > 0, am = am-1- m if the resulting am is positive and not already in the sequence, otherwise am = am-1+ m. The first few numbers in the Recaman s Sequence
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:3276
    • 提供者:dyw
  1. s4

    0下载:
  2. 4. 实现下面的数组元素交换位置函数: void swap(int a[], int m, int n) 该函数能够把数组a的前m个元素与后n个元素交换位置,即, 交换前:a1,a2,...,aM, aM+1,aM+2,...,aM+N 交换后:aM+1,aM+2,...,aM+N, a1,a2,...,aM 要求:除数组a外,不得引入其它数组。 -4. To achieve the following elements of the exchange p
  3. 所属分类:Other windows programs

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

    0下载:
  2. #include <iostream> #include <string> using namespace std class Goods {public: Goods(char *GoodsNum,string n,double p,int a) { strcpy(GoodsNumber,GoodsNum) GoodsName=n GoodsPrice=p GoodsAmount=a }
  3. 所属分类:Other systems

    • 发布日期:2017-03-21
    • 文件大小:1108
    • 提供者:熊舒予
  1. Devc

    0下载:
  2. 、一元多项式的加法、减法、乘法的实现 【问题描述】 设有一元多项式Am(x)和Bn(x),   Am(x)=A0+A1x1+A2x2+A3x3+… +Amxm   Bn(x)=B0+B1x1+B2x2+B3x3+… +Bnxn   请实现求M(x)= Am(x)+Bn(x)、M(x)= Am(x)-Bn(x)和M(x)= Am(x)×Bn(x)。 【基本要求】 首先判定多项式是否稀疏; 分别采用顺序和动态存储结构实现; 结果M(x)中
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:124075
    • 提供者:马萌
  1. Multiplier

    0下载:
  2. 我是2014级复旦的研究生。这是用VHDL语言设计的任意的M乘以N位的乘法器。设计中,被除数和乘数的位数是通过参数来设置的,可由你来修改。我已写好了testbench。可放心使用。-I am a 2014 graduate of Fudan University. This is an arbitrary M VHDL language designed by N-bit multiplier. Design, the dividend and the median multiplier is
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:170379
    • 提供者:ljt
  1. tide_uv

    16下载:
  2. 潮流准调和分析 Dd.m [DO1 dO1 DK1 dK1 DM2 dM2 DS2 dS2 DM4 dM4 DMS4 dMS4]=Dd(y,D,Y,tm,A1) 计算6个准调和分潮的振幅系数和初相角公式 aM.m [N n aa liu_u liu_v]=aM() 基础系数矩阵,目前D和d值是取用的各段数据的中间时间值,t是以中间为0左右对称取; 视差潮龄A1需要预先得知 同时本程序负责读取原始测流数据,格式为 站位名称 观测数据段数N(即大 中 小潮)
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:32336
    • 提供者:帅阳
  1. binary-search

    0下载:
  2. 折半查找法是效率较高的一种查找方法。假设有已经按照从小到大的顺序排列好的五个整数a0~a4,要查找的数是X,其基本思想是: 设查找数据的范围下限为l=1,上限为h=5,求中点m=(l+h)/2,用X与中点元素am比较,若X等于am,即找到,停止查找;否则,若X大于am,替换下限l=m+1,到下半段继续查找;若X小于am,换上限h=m-1,到上半段继续查找;如此重复前面的过程直到找到或者l>h为止。如果l>h,说明没有此数,打印找不到信息,程序结束。-binary search
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2903
    • 提供者:tjl
  1. AM

    0下载:
  2. 画出m(t)的基带信号、DSB-AM和AM已调信号的时域波形和谱频谱-Draw m (t) of the baseband signal, DSB-AM and AM modulated signal waveform and spectrum spectrum
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:655
    • 提供者:喜雨
  1. Vase

    0下载:
  2. *** *** *** *** *** *** *** *** *** *** *** **** * 时间:2016.4.8 * 作者:xyliusun * Email:xyliusun@163.com * 本人也是matlab新手,欢迎交流 * 本作品仅供交流,禁止商用,原作者保留所有权 ********************************************************************** *文件说明: * 自己写的ma
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:9967
    • 提供者:刘观洋
搜珍网 www.dssz.com