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

搜索资源列表

  1. kuopinxitong

    0下载:
  2. 程序实现了直接序列扩频通信系统,简单易懂。-Program realization of the direct sequence spread spectrum communication system, straightforward.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1625
    • 提供者:何天玲
  1. Case.to.digital.converter

    0下载:
  2. 1,可转换万亿以内的人民币金额数字 2,可转换到小数点后2位,精确到分,后面直接舍去,没做四舍五入 3,本程序未作完整字符过滤,请勿尝试无关字符 4,输入的金额可以带逗号比如123,456,000 也可以不带逗号-1, can be converted trillion yuan less than the amount of number 2, can be converted to decimal 2, accurate to the point, followed by dir
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:176050
    • 提供者:李霖
  1. 2-9

    0下载:
  2. 假设在长度大于1的单循环链表中,既无头结点也无头指针。s为指向某个结点的指针,试编写算法删除结点*s的直接前驱结点,该程序是数据结构的范例-Assuming the single cycle in length greater than 1 in the list, neither the first nor the head node pointer. s is a pointer pointing to a node, delete node algorithm test preparati
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:982
    • 提供者:王苯充
  1. exam4

    0下载:
  2. 源程序给出了插入排序、选择排序、希尔排序、堆排序、冒泡、双向冒泡、快速排序、归并排序、递归的归并排序、基数排序等多种排序算法,其中有17处需要填空。 1) 完成17处填空; 2) 调整输出方式:去掉多余的空行,保留中间结果以便确认排序方法是否正确; 确认程序能正确运行之后,去掉(或注解)输出中间结果的语句,直接输出排序前、后的数组内容。 -Source gives the insertion sort, selection sort, Hill sort, heap sort,
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:147007
    • 提供者:tamakiramimy
  1. iecon-dtc

    0下载:
  2. DIRECT TORQUE CONTROL articl 4
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:185178
    • 提供者:benaouda
  1. sort

    0下载:
  2. 数据结构(c语言版)严蔚敏 吴伟民编著 中直接插入排序、折半排序、shell排序、冒泡排序、快速排序、选择排序、堆排序的实现-Data structure (c-language version) edited by Yan Wei-Min Wu Weimin direct insertion sort, binary sort, shell sort, bubble sort, quick sort, selection sort, heap sort implementation
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:11470
    • 提供者:kyc
  1. alglib-2.5.0.cpp

    0下载:
  2. alglib,跨平台的数学分析和数据处理库,主要用于矩阵运算(SVD等)-ALGLIB is a cross-platform numerical analysis and data processing library. It supports several programming languages (C++, C#, Pascal, VBA) and several operating systems (Windows, Linux, Solaris). ALGLIB features
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:1045292
    • 提供者:Cheng
  1. numericalanalysis

    0下载:
  2. 各类非线性方程组求解的公式的实现,较为简洁,可直接调用-Various types of nonlinear equations of the formula to achieve, the more simple, direct call
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1668
    • 提供者:万远
  1. SNR-3.95dB-DSSS

    0下载:
  2. 直接序列扩频的系统仿真,适合理解原理,很实用-Simulation of direct sequence spread spectrum system for understanding the principle, it is practical
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:92151
    • 提供者:tobabby
  1. SVM_toolbox

    0下载:
  2. 工具箱说明书,简单明确,便于理解和应用,直接应用方便-Toolbox manual, simple and clear, easy to understand and apply, direct and convenient
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:76857
    • 提供者:lihong
  1. pro3

    0下载:
  2. it is about direct load flow in simple power system.
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:10542
    • 提供者:jalal
  1. yunchouxue

    0下载:
  2. 运筹学中非线性规划的牛顿法,梯度法,直接法,内点法的matlab 实现-Nonlinear Programming Operations Research Newton method, gradient method, direct method, interior point method implementation matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:2531
    • 提供者:ncf
  1. 31

    0下载:
  2. A comparison between two direct torque control strategies for flux and torque ripple reduction for induction motors drives
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:259493
    • 提供者:dida
  1. paixu

    0下载:
  2. 各种排序算法的小程序。有插入,直接选择,冒泡,快速排序,二路归并-Various sorting algorithm for small programs. With insert, direct selection, bubble, quick sort, way merge
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:4239
    • 提供者:sunny
  1. PCA

    0下载:
  2. 关于PCA算法的调用程序,傻瓜式操作,直接运行,附带样本数据文档,很好的帮助初学者。 一看就懂!可以任意更改样本!-Calls on the PCA algorithm procedure, Fool operation, direct running, with sample data files, a good help for beginners. Understand at a glance! Samples can be changed!
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1059
    • 提供者:何紫
  1. AMI

    0下载:
  2. ami码的波形及功率谱仿真,直接下载就可以运行。-ami code waveform and power spectrum simulation, direct download to run.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:3350
    • 提供者:
  1. Hilldirectlyprocess

    0下载:
  2. 实现希尔排序理解希尔排序的过程以及直接插入排序-Hill, Hill sort order to achieve understanding of the process and direct insertion sort
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:819
    • 提供者:yunfei
  1. GeneticAlgorithms

    0下载:
  2. 遗传算法 的java实现,直接运行就成了-GA algorithm java implementation, a direct run to become
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1568
    • 提供者:yt
  1. Performance_Analysis_of_PN_Code_Acquisition

    0下载:
  2. 文章中主要阐述了PN码的捕获,并对以前的各种捕获方法进行了改进。得出了基于FFT的快速捕获算法!-Abstract-A FFT-based parallel acquisition algorithm for Direct Sequence/Spread Spectrum radio navigation system is studied to solve long PN code acquisition using serial method. Frequency domain
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:553918
    • 提供者:严鹏涛
  1. program

    0下载:
  2. 数据结构中的插入排序算法的实现 包括直接插入排序 折半 希尔-Data structure insertion sort algorithm implementation, including direct insertion sort binary Hill
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:121027
    • 提供者:Jim
« 1 2 ... 20 21 22 23 24 2526 27 28 29 30 ... 50 »
搜珍网 www.dssz.com