CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - is 44

搜索资源列表

  1. MoShiPiPei

    0下载:
  2.   有一串10000位数的主串由1、2、3、4四位数随机获得,n位模式串是指有4的n次方个模式串,如2位模式串有:11、12、13、14、21、22、23、24、31、32、33、34、41、42、43、44等16个数组成。现在进行模式匹配,假设主串为:431324113122341324132等等,则第一次比较是43,第二次比较是31,第三次比较是13,依此类推,每比较一次则落得模式串中的一个,当所有模式串(有4的n次方个)都被找到时,记得所比较的次数,则这个次数就是这次匹配的结果。程序执行了
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:30193
    • 提供者:陈力
  1. JPEG2000Compress_DecompressSourceCode

    0下载:
  2. DIGITAL IMAGERY is pervasive in our world today. Consequently, standards for the efficient representation and interchange of digital images are essential. To date, some of the most successful still image compression standards have resulted fr
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1074742
    • 提供者:slam
  1. 数组操作算法作业

    0下载:
  2. 该函数将数组b的前n个元素追加到数组a的前m个元素后,假定数组a具有至少存放m+n个元素的空间。例如,如果数组a为{22,33,44,55,66,77,88,99},数组b为{20,30,40,50,60,70,80,90},则调用append(a,5,b,3)后,将把数组a变为{22,33,44,55,66,20,30,40}。注意数组b并没有改变,而且数组a中只需改变n个元素。,The function of the array b before the n additional eleme
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-26
    • 文件大小:9227
    • 提供者:weiht
  1. 44

    0下载:
  2. BP算法是为了解决多层前向神经网络的权系数优化而提出来的;所以,BP算法也通常暗示着神经网络的拓扑结构是一种无反馈的多层前向网络-BP algorithm is to solve the multi-layer feedforward neural network weights optimization and put forward Therefore, BP algorithm usually implies that the topology of neural network is
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:184472
    • 提供者:yongweihuang
  1. algorithm

    0下载:
  2. 考虑由下列数所组成的表。你的工作是删去尽可能少的数使得留下来的数以升序排列 9 44 32 12 7 42 34 92 35 37 41 8 20 27 83 64 61 28 39 93 29 17 13 14 55 21 66 72 23 73 99 1 2 88 77 3 65 83 84 62 5 11 74 68 76 78 67 75 69 70 22 71 24 25 26-Considered integers consist of the following table.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:35652
    • 提供者:
  1. Basics_of_Quantum_Computation

    0下载:
  2. Basics of Quantum Computation 1 What is the point in Quantum Computation 1 1.1 Preview 1 1.2 A First View of the Advantages 5 1.3 Is Physics Nothing Else But Computation ? 12 2 First Quantum Computations 15 2.1 Quantum Bits, or Qubits 15
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:370034
    • 提供者:KJ
  1. preprint

    1下载:
  2. 详细表述了分数阶傅立叶变换的离散实现,将现有的算法进行比较。-In this note we make a critical comparison of some matlab programs for the digital computation of the fractional Fourier transform that are freely available and we describe our own implementation that lters the bes
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:443705
    • 提供者:cancmm
  1. YTY_GA_Final

    0下载:
  2. To find the largest fitness value and its location 寻找最大适应性及相应的位置! Population N=50;crossover bits=n/2 (half of bits of an individual) with random locations,mutation bits = 4 种群数 N=50,交换位数= n/2, 即个体位数的一半,且位置随机; 变异位数统一取为4; Nc=20,28,36,44,
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:1743
    • 提供者:申古龙
  1. 44

    0下载:
  2. 给定程序中,函数fun的功能是:将a所指3×5矩阵中第k列的元素左移到第0列,第k列以后的每列元素依次左移,原来左边的各列依次绕道右边。 例如,有以下矩阵: 1 2 3 4 5 1 2 3 4 5 1 2 3 4 5 若k结果为2,程序执行结果为: 3 4 5 1 2 3 4 5 1 2 3 4 5 1 2 请在程序的下划线处填入正确的内容并把下划线删除,使程序得出正确的结果。 注意:源文件存放在考生文件夹下的BLANK1.C中 不得增行或删行,也不
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:4120
    • 提供者:储谢东
  1. 44

    0下载:
  2. dijkstra算法 目前网络上电子地图的使用很普遍。利用电子地图可以很方便地确定从一个地点到另一个地点的路径。特别地,可确定在城市中的公交换乘路线。 电子地图可以看成是一个图,而公交线路图可看成是带权有向图G =(V,E),其中每条边的权是非负实数。-dijkstra algorithm is currently using the electronic map on the network is very common. The use of electronic maps can
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:164278
    • 提供者:石茗伟
  1. C-language-programming

    0下载:
  2. C 是一种通用的程序设计语言,它包含了紧凑的表达式、丰富的运算符集合、现代控制流以及数据结构四个部分。 全书分为四篇,第一篇由44个实例组成,主要侧重于对C语言的基础知识进行介绍。第二篇有26个实例组成,覆盖自定义结构类型,I/O操作及部分常用函数。第三篇由23个实例组成,讲了数据结构的应用。第四篇由7个实例组成,作用是验证、提升读者的编程能力。-C is a general-purpose programming language, it contains a compact repres
  3. 所属分类:Data structs

    • 发布日期:2017-06-21
    • 文件大小:34367026
    • 提供者:
  1. ECGwaveGen

    0下载:
  2. ECG wave generator Algorithm is based in part on the journal article: Ruha, Antti and Seppo Nissila, "A Real-Time Microprocessor QRS Detector System with a 1-ms Timing Accuracy for the Measurement of Ambulatory HRV", IEEE Trans. Biomed. Eng. Vol.
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-03-31
    • 文件大小:2676
    • 提供者:raida
  1. CPPprogram

    0下载:
  2. 编写程序实现输入整数n,输出如下所示由数字组成的菱形。 输入4×4的数组,编写程序实现: (1)求出对角线上各元素的和; (2)求出对角线上行、列下标均为偶数的各元素的积; (3)找出对角线上其值最大的元素和它在数组中的位置。 用递归法将一个整数n转换成字符串。例如,输入483,应输出字符串“483”。n的位数不确定,可以是任意位数的整 有一字符串,包含n个字符。写一函数,将此字符串中从第m个字符开始的全部字符复制成为另一个字符串。 -Write a progra
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3810
    • 提供者:
  1. 44

    0下载:
  2. is a small example of how to use a slider and observe and enter the current value in the slider
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:127782
    • 提供者:kinb
  1. YUYIN

    3下载:
  2. 用matlab记录一段基带语音信号,采样频率设为44.1kHz。产生一个高斯白噪声 随机过程,并将噪声叠加在语音信号上(相当于将语音信号通过一个高斯信道)。 (1) 设定不同的噪声信噪比,画出并比较高斯信道接收端的信号时域波形,播 放接收信号。 (2) 由于语音信号的范围通常在3kHz以内,在接收端加载一个低通滤波器, 截止频率为3kHz,画出并比较滤波前后的信号时域波形,并播放滤波后 的信号。-Matlab record with some baseband voice
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1006
    • 提供者:赵嘉琦
  1. st

    0下载:
  2. Stockwell Transform Reference is Localization of the Complex Spectrum: The S Transform IEEE Transactions on Signal Processing, vol. 44., number 4, April 1996, pages 998-1001.-Stockwell Transform Reference is Localization of the Complex Sp
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:4155
    • 提供者:刘有山
  1. 40-IO-LCD-8x6-2014-6-19

    0下载:
  2. NTC负温度系数热敏电阻专业术语 零功率电阻值 RT(Ω) RT指在规定温度 T 时,采用引起电阻值变化相对于总的测量误差来说可以忽略不计的测量功率测得的电阻值。 -A newer device is available. Please consider the PIC16F887. This powerful (200 nanosecond instruction execution) yet easy-to-program (only 35 single word instructions)
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-09
    • 文件大小:1805194
    • 提供者:
  1. TEQCPLOT_1

    0下载:
  2. 网上大多数的都有问题,针对第44行问题,我修改了,并且亲自测试过了,可以用o!-teqcplot is very good!
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:9039
    • 提供者:邓林坤
搜珍网 www.dssz.com