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

搜索资源列表

  1. arranque_directo_losada

    0下载:
  2. start up induction motor direct online
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:9148
    • 提供者:kamilo
  1. Desktop

    0下载:
  2. matlab软件编程数字信号处理中,dft,dfs的计算函数,以后使用直接调用就可以了-matlab software programming digital signal processing, dft, dfs calculation function, for future use can be a direct call
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:5501
    • 提供者:刘铭
  1. DSSS

    0下载:
  2. 该源码是直接序列扩频通信的仿真matlab代码。希望对你有所帮助。-This source is the direct sequence spread spectrum communication simulation of matlab code. I hope this helps.
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1302
    • 提供者:谭盛龙
  1. 111

    0下载:
  2. matlab扩频通信实现的介绍和仿真,直接扩频-matlab implementation of the introduction and spread spectrum communication simulation, direct spread spectrum
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:394110
    • 提供者:曹蒙蒙
  1. sort

    0下载:
  2. 各种排序算法,包括直接插入排序,希尔排序,冒泡排序,快速排序,简单选择排序-Various sorting algorithms, including direct insertion sort, Hill sort, bubble sort, quick sort, simple selection sort
  3. 所属分类:Data structs

    • 发布日期:2017-05-16
    • 文件大小:4343666
    • 提供者:Wendy
  1. Doubly-linked-list

    0下载:
  2. 双向链表,每个数据结点中都有两个指针,分别指向直接后继和直接前驱。可以很方便地访问它的前驱结点和后继结点-Doubly linked list, each data nodes have two pointers that point to a direct follow-up and direct precursors. Can easily access its predecessor node and successor node
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:160024
    • 提供者:zhb
  1. dsuwb

    0下载:
  2. The system simulation I have made is about Transceiver system. It s about Direct Sequence CDMA + Ultra Wide Band Simulation,which computing BER vs SNR to display the system performance. Main Program is in maindsuwb.m, you can run the overall system t
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:30122
    • 提供者:gelar
  1. m

    2下载:
  2. matlab 直接序列扩频中对于高斯白噪声的抗干扰仿真仿真程序-matlab in direct sequence spread spectrum interference for the simulation of Gaussian white noise simulation program
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1382
    • 提供者:wangyang
  1. tdma

    0下载:
  2. tdma算法,一些直接,把方程简化,使一些算法得到优化-tdma algorithm, some direct, simplifying the equation, so that some algorithms are optimized
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:616
    • 提供者:zhangyong
  1. DDS

    0下载:
  2. 基于simulink的直接频率合成器的实现,绝对好用-Simulink based on the realization of direct frequency synthesizer, absolutely easy to use
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:7492
    • 提供者:杨冠楠
  1. mubiaogenzong

    0下载:
  2. 关于交互多模型目标跟踪的一篇很好的参考文献。算法具体,可直接编程。-Interacting multiple model target tracking on an excellent reference. Algorithm specific, direct programming.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-15
    • 文件大小:3718711
    • 提供者:wanglin
  1. DS_SS

    0下载:
  2. It will ask for input the bit stream then generate pseudorandom bit sequence, finally give output as direct sequence spread spectrum
  3. 所属分类:matlab

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

    0下载:
  2. 已知整数a,b,假设函数succ(x)=x+1,pred(x)=x-1,不许直接用‘+’、‘-’运算符号,也不许用循环语句,只能利用函数succ(x)和pred(x),试编写计算a+b,a-b的递归函数add(a,b),snb(a,b),并在主程序中验证该函数的正确性。 -Known integers a, b, assuming the function succ (x) = x+1, pred (x) = x-1, allowed the direct use of' +'
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:1502
    • 提供者:赵思成
  1. DSSS

    0下载:
  2. source code for direct sequence spread spectrum
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2198
    • 提供者:chethan
  1. sort-compare

    0下载:
  2. 内部排序算法比较 问题描述:编制一个演示内部排序算法比较的程序。可对冒泡排序、直接插入排序、简单选择排序、快速排序、希尔排序和堆排序进行比较。 算法输入:排序方法选择,待排序的元素的关键字,关键字序列的给出方式(正序、逆序和乱序) 算法输出:不同情况下关键字参加的比较次数和关键字的移动次数。 算法要点:(1)由键盘输入待排序表的表长(50到100)和不同测试数据的组数。(2)利用不同排序方法排序并统计两类次数,列表显示(3)程序以对话方式执行。 -Comparison of
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:363135
    • 提供者:Winky
  1. MATLAB1

    0下载:
  2. 基于m序列的直接扩频系统的仿真(程序格式是文本文档,解压后将代码拷贝近MATLAB中,即可运行)-Based on direct sequence spread spectrum system m simulation (program format is a text document, copy the code after decompress nearly MATLAB, you can run)
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1325
    • 提供者:尘风
  1. xiaobotongyonghanshu

    0下载:
  2. 列举了所有小波的通用函数,以方便以后使用过程中直接查看函数的意义。-General lists all wavelet functions to facilitate the process of direct view later use the meaning of the function.
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:5524
    • 提供者:牛文斐
  1. SRTP1.0

    0下载:
  2. javaSwing实现的web文档聚类方法研究,不同权值与精度,直接输入新闻网址,可以自动解析并聚类web文档-javaSwing implemented method of web document clustering, different weights and precision, direct input news sites, you can automatically parse and web document clustering
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-10
    • 文件大小:2277376
    • 提供者:baolei
  1. ISODATA_IRIS

    0下载:
  2. ISODATA法分类IRIS数据集,压缩包中包括两个.m文件,运行provaisodata_4D.m可直接分类。或者通过isodata_4D.m设置参数也可以得到结果。程序有详细注释,很容易懂。最后结果既有文字描述,也有图形输出。-ISODATA classification method IRIS data set, compressed package includes two. M files, run provaisodata_4D.m direct classification. Or
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:10705
    • 提供者:yumingwei
  1. modeloPRp.m

    0下载:
  2. direct kinematic of movil robot
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:989
    • 提供者:hertzio
« 1 2 ... 25 26 27 28 29 3031 32 33 34 35 ... 50 »
搜珍网 www.dssz.com