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

搜索资源列表

  1. fuzzy_work.rar

    0下载:
  2. 模糊系统的simulink仿真,控制一阶和二阶系统,Simulink fuzzy system simulation, control first-order and second-order system
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:6814
    • 提供者:tang yang
  1. ADC2.rar

    2下载:
  2. First end second order sigma-delta ADC Simulink model.,First end second order sigma-delta ADC Simulink model.
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:36892
    • 提供者:Vova
  1. Ross_solution

    0下载:
  2. Solution manual for "A first course in probability by Ro-Solution manual for "A first course in probability by Ross
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:880885
    • 提供者:snapnpop
  1. depth-first-algorithm

    0下载:
  2. 数据结构经典算法C++实现(五):深度优先(邻接矩阵,递归)算法-Data structures classical algorithm C++ of realization (e): depth-first (recursive) algorithm, the adjacency matrix
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:102526
    • 提供者:carmen
  1. SunHongEn

    0下载:
  2. 一阶熵的计算,可以直观的看到一阶熵是如何计算的-first order entropy computation
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-15
    • 文件大小:41030
    • 提供者:华生
  1. eightnum

    0下载:
  2. 8数码的广度优先算法和A*算法。可以查找出最佳路径,并且自动演示-8 digital breadth-first algorithm and A* algorithm. Can search out the best path, and automatic presentation
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-11
    • 文件大小:2752276
    • 提供者:djbone
  1. Depth-First-Traverse

    0下载:
  2. 此代码为“图的深度优先遍历”的源代码,图的存储形式为邻接矩阵,里面有图的邻接矩阵存储的代码,有深度优先遍历的算法,还有验证的主函数。-This code for the " depth-first traversal map" of the source code, Figure storage form of adjacency matrix, there are plans stored in the adjacency matrix code, a deep traver
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:2138
    • 提供者:熊龙龙
  1. Broad-First-Search(AdjLGraph)

    0下载:
  2. 此代码为“图的广度优先遍历”的源代码,图的存储形式为邻接表,里面有图的邻接表存储的代码,还有广度优先遍历的算法,还有验证的主函数。-This code is " breadth-first traversal map" of the source code, Figure storage form of adjacency list, there are plans stored in the adjacent table code, as well as breadth-fi
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:2272
    • 提供者:熊龙龙
  1. Memory

    0下载:
  2. 内存管理 设计一个内存管理器,支持至少两种分配策略。 对不同分配策略的性能进行评估。 利用c++语言实现了,First-fit,next-fit。两种分配算法。并实现了测试程序 -Design a memory management memory management, and support for at least two types of allocation strategies. On the performance of different allocation st
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:715895
    • 提供者:张帅
  1. BFS

    0下载:
  2. 广度优先搜索算法分析;供程序设计人员使用-Breadth-first search algorithm analysis for programmers to use
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:2038135
    • 提供者:牛芳
  1. A_first_course_in_probability

    0下载:
  2. A first course in Probability by Ross, 5th edition. However, most of it is the same as 7th edition.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-06-21
    • 文件大小:38688918
    • 提供者:snapnpop
  1. dfsorigin

    0下载:
  2. DFS in Matlab, Depth First Search
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:674
    • 提供者:Supermachi
  1. 8PuzzleProblem

    0下载:
  2. 实现了简单的宽度优先搜索,算法比较简单,课程设计时可用。-To achieve a simple breadth-first search
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:701310
    • 提供者:白天
  1. Matlabexample

    0下载:
  2. This program is the analytical approach in composite design to determine the safety factors and strength components of a general multidirectional laminate based on the Tsai-Wu failure criterion and also on the first ply failure (FPF) approach by usin
  3. 所属分类:matlab

    • 发布日期:2015-09-11
    • 文件大小:1621
    • 提供者:ccwei
  1. search_graph

    0下载:
  2. 一个python程序,实现了无向图的结构模拟,以及广度优先搜索的算法,以及显示最短路径之一。用leo+ulipad实现。-A python program to realize the structure of an undirected graph simulation, as well as the breadth-first search algorithm, and display one of the shortest path. By leo+ ulipad achieved.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1709
    • 提供者:周鹏
  1. indentify_1

    0下载:
  2. 用于一阶时滞系统的辨识,共有切线法与两点法的程序。经过测试,效果较好,适用于学习系统辨识的初学者。-First-order delay system for identification, a total tangent method and the two law procedures. Tested the effect is good for beginners to learn the system identification.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:797
    • 提供者:yangyingqi
  1. First_Order_Plus_Dead-Time_Model

    0下载:
  2. 应用最小二乘法对一阶加滞后系统进行辨识,得到相关参数-Least square method the first order plus delay system identification, are relevant parameters
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:591
    • 提供者:lili161711
  1. A-First-Course-in-Linear-Algebra

    0下载:
  2. A First Course in Linear Algebra
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-11
    • 文件大小:3065286
    • 提供者:stavros
  1. Frequent-pattern-discovery-in-first-order

    0下载:
  2. datamining First part
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1612355
    • 提供者:Amburose
  1. DFS-first-algorithm

    1下载:
  2. DFS优先算法Matlab代码,十分强大!-DFS first algorithm Matlab code is very powerful!
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:3790
    • 提供者:王彤
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com