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

搜索资源列表

  1. Generator

    0下载:
  2. This a Fibonacci Sequence Generator. I am 15 and this took some thinking. The code is obviously not refined. It does the job. Fibonacci顺序发生器 使用高斯消除法解n阶方程 -This a Fibonacci Sequence Generator. I a m 15 and this took some thinking. The code is
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:7041
    • 提供者:cai
  1. class

    0下载:
  2. 给定m个n维向量a , a , ,am 1 2  ,向量分类问题要求将相同的向量划分为同一类。试用 抽象数据类型表设计解向量分类问题的有效算法。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:844
    • 提供者:刘丹
  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. ChapterIIarrayanditsnumericalcomputation

    0下载:
  2. 这是一份MATLAB基础课件,由于我也是初学者,这部课件讲的很浅显,但比较适合初学者对MATLAB所有功能的一个初步了解内容包括涵数值数组及其运算, M文件和面向对象编成, 字符串数组, 符号变量, matlab 绘图 及 Simulnk动态仿真。以及两个基本浅显的程序题。此为第 2章。-This is a basic MATLAB courseware, because I am also a beginner, this software is very simple-speaking, b
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-25
    • 文件大小:26640
    • 提供者:lb
  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. ywt86

    0下载:
  2. 用超文本和超媒体的信息组织方式,将信息的链接扩展到整个Internet上。Web就是一种超文本信息系统,Web的一个主要的概念就是超文本连接,它使得文本不再象一本书一样是固定的线性的。而是可以从一个位置跳到另外的位置。可以从中获取更多的信息。可以转到别的主题上。想要了解某一个主题的内容只要在这个主题上点一下,就可以跳转到包含这一主题的文档上。正是这种多连接性把它称为Web。-n July 2003, I began working for a small private company as a
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-27
    • 文件大小:10046148
    • 提供者:杨文涛
  1. cal

    0下载:
  2. I am using .Text 0.94 - if you are using a different version, this code may or may not work. Who s to say? *** In my blog entry - http://scottonwriting.net/sowblog/posts/708.aspx - I mention how I use the calendar in a User Control. I know that
  3. 所属分类:.net

    • 发布日期:2017-03-31
    • 文件大小:2648
    • 提供者:boycs
  1. Pfuzzy-piidi

    0下载:
  2. 模糊pid仿真,先运行模糊推理系统设计程序a.m,并调入内内存,然后运行模糊控制程序b.m,对pid控制参数进行整定。 -Fuzzy pid simulation, first run the fuzzy inference system design process am, and transferred within the memory and then run the fuzzy control program of bm tuning pid control parameters.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:1763
    • 提供者:liyun9090
  1. queryip

    0下载:
  2. VC++自动搜索IP地址,使用 i:=1 to 254 do begin...end即可自动搜索地址,要知道这个IP地址是否中镖,可向它发一个字符串。如果接收到这个IP返回来的预定的字符串,如发出"我是长江",返回"我是黄河",就可以控制这个IP地址了。 -VC++ automatically search IP address, use i: = 1 to 254 do begin ... end can automatically search for an address, if yo
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:18339
    • 提供者:占亮
  1. Building-SOA-Based-Composite-Applications-Using-N

    0下载:
  2. I am Amar Nath currently pursuing M Tech in department of C S E at N I T Rourkela, Odisha, India, My research area is service oriented architecture.-I am Amar Nath currently pursuing M Tech in department of C S E at N I T Rourkela, Odisha, India, My
  3. 所属分类:Static control

    • 发布日期:2017-05-22
    • 文件大小:6955672
    • 提供者:amardishilva
  1. queryip

    0下载:
  2. VC++自动搜索IP地址,使用 i:=1 to 254 do begin...end即可自动搜索地址,要知道这个IP地址是否中镖,可向它发一个字符串。如果接收到这个IP返回来的预定的字符串,如发出"我是长江",返回"我是黄河",就可以控制这个IP地址了。-VC++ automatically search IP address, use i: = 1 to 254 do begin ... end can automatically search for an address, if you w
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:17844
    • 提供者:wpudn23
  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