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

搜索资源列表

  1. SOUND-PROCESS

    0下载:
  2. 语音处理源程序,已经过调试,直接运行即可实现-Speech processing source program, have been debug, direct operation can be realized
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1257
    • 提供者:叮当
  1. TCM-NN-Algorithm

    1下载:
  2. TCM-KNN 算法 用于聚类分析 Debug内包含txt格式dataset 以及测试数据 程序可实现 对测试数据的自动分类-TCM-KNN algorithm for clustering analysis Debug txt format dataset contains data and test procedures can be realized on the automatic classification of test data
  3. 所属分类:Algorithm

    • 发布日期:2015-05-11
    • 文件大小:37888
    • 提供者:Chutiayang
  1. Blasius-Equation

    0下载:
  2. 本例为四种求解Blasius平板边界层方程的数值计算方案,欧拉法,改性欧拉法,二阶龙格库塔法和四阶龙格库塔法。为了满足无渗透边界条件,f 位于eta=0处的初值在不同方法下需要进行一定的调整。-This folder contains the matlab programs to solve the Blasius equation for boundary layer of flat plate. There are four numerical methods to solve this p
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:2768
    • 提供者:马晨皓
  1. EX08_5

    0下载:
  2. 函数基本应用。编辑、注释、运行、调试自己编写的程序. 写一个函数,判断一个自然数是否为素数,编写判断函数和测试主函数。 -The basic function of the application. Edit, annotate, run, debug, write your own programs. Write a function to determine whether a natural number is a prime number, the preparation and
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:238596
    • 提供者:guoxiao
  1. shunxubiao-and-lianbiao

    2下载:
  2.  (1).对于顺序存储的线性表,请实现以下功能: 1)实现二路归并排序算法。 2)实现快速排序算法。 3)实现堆排序算法。 4)实现冒泡排序和选择排序算法   (2).已知长度为n的线性表A采用顺序存储结构,请写一时间复杂度为0(n)、空间复杂度为0(1)的算法,该算法删除线性表中所有值为item的数据元素。要求:线性表元素个数n很大,而值为item的数据元素个数很少,要求移动元素个数尽量少;删除后的数组元素与原数组元素不必保持顺序一致。   (3).编写一个主函数,调试
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:106517
    • 提供者:马序员
  1. FUJIAN3

    0下载:
  2. (1)输入字符序列,建立二叉链表。 (2)遍历二叉树输出。 (3)请设计一个算法,要求该算法把二叉树的叶子结点按从左到右的顺序连成一个单链表,表头指针为head。 二叉树按二叉链表方式存储,链接时用叶子结点的右指针域来存放单链表指针。请遍历该链表输出所有叶子结点,然后再先序遍历二叉树输出所有叶子结点,并对比两个输出结果,看是否相同。 (4)试写一算法判断某二叉树是否是完全二叉树。 (5)试写一算法判断某二叉树是否是二叉排序树。 (6)在主函数中设计一个简单的菜单,分别调试上
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1575
    • 提供者:马序员
  1. Genetic-Algorithm

    0下载:
  2. 本遗传算法程序已经调试修改过,有利于初学者上手,如果有不懂,可以参考附带的文献。-The genetic algorithm has been modified to debug, help beginners get started, if you do not understand, you can refer to the accompanying literature.
  3. 所属分类:matlab

    • 发布日期:2017-05-08
    • 文件大小:1667957
    • 提供者:Mr. ZENG
  1. four_link

    0下载:
  2. 基于matlab编写的四杆运动学方程的建立,可调试运行-Establish kinematic equations matlab prepared four-bar based debug run
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2581
    • 提供者:liuping
  1. san-yuan-zu-biaoshi-xishujuzhen

    0下载:
  2. 三元组表示稀疏矩阵。数据结构课程作业,注释完全,简单易懂,调试通过。-Triples represent sparse matrix. Data structure course assignments, notes completely, easy to understand, debug through.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1174
    • 提供者:JYF
  1. duandianjiance

    0下载:
  2. 可以试验活动段自动检测,蚕蛹多门限技术,程序能调试-You can test the automatic detection of active segment, pupa multi-threshold techniques, procedures can debug
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1228
    • 提供者:forever
  1. GraphShow

    1下载:
  2. 图的遍历动态演示程序,通过鼠标操作实现对图的创建、删除和修改。有无向图和有向图,可以自动生成图。实现了图的广度优先遍历和深度优先遍历。这都是动态图形演示的,而且配合代码来执行,可以做到类似调试代码的效果来查看图的动态演示。-Dynamic graph traversal demo program, to achieve the creation of the map by mouse operation, delete, and modify. Have to map and directed
  3. 所属分类:Data structs

    • 发布日期:2015-04-22
    • 文件大小:3808256
    • 提供者:刘传邦
  1. FUZZY-PID-Adaptive-CONTROL

    1下载:
  2. 包含如何调试模糊pid自适应控制的参数方法及其分析,还有原系统程序,内循环,外循环系统,根轨迹,最后是模糊PID自适应控制,都在word上,可以复制粘贴直接运行-How to debug method contains parameters adaptive fuzzy pid control and analysis, as well as the original system program, the inner loop and outer loop systems, root locu
  3. 所属分类:matlab

    • 发布日期:2017-05-03
    • 文件大小:516280
    • 提供者:赵伟娟
  1. fuzzy_pid

    0下载:
  2. 模糊PID控制算法,对于初学模糊控制的同志们,有很好的借鉴作用,如果想做更好的控制,还需自己修改调试-Fuzzy PID control algorithm, fuzzy control Comrades for beginners, a good reference, if you want to do better control, also need to debug and modify their own
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:225174
    • 提供者:jom
  1. wind_dfig22

    1下载:
  2. 双馈风力发电系统的较详细模型,包含了网侧和机侧的控制算法,可以调试运行!-A more detailed model of doubly-fed wind power generation system, including the control algorithms network side and the machine side, you can debug run!
  3. 所属分类:matlab

    • 发布日期:2017-04-27
    • 文件大小:31951
    • 提供者:yifeng
  1. PCA_TE_Fault

    3下载:
  2. 详尽的PCA算法对TE过程的故障诊断分析,内含有部分故障数据,可供调试使用,对做故障诊断的非常有帮助。-PCA algorithm of detailed analysis of the fault diagnosis process of TE, contains some failure data, available to debug, is helpful for fault diagnosis.
  3. 所属分类:matlab

    • 发布日期:2015-04-05
    • 文件大小:1948672
    • 提供者:何海龙
  1. MATLAB-command-

    0下载:
  2. 该资料是汇总了大部分的MATLAB的命令语句,涵盖的面很广,包括常用命令,运算符和逻辑函数,语言结构和调试命令,矩阵和矩阵操作基础,数学函数与坐标变换,数据分析,多项式,双重函数,声音处理,字符串函数,低层文件输入输出函数,位操作结构和对象函数,数组函数,图像可视化函数这些模块。希望对大家学习MATLAB有所帮助。-This information is a summary of most of the MATLAB command statement, surface covers a wid
  3. 所属分类:matlab

    • 发布日期:2017-05-27
    • 文件大小:9516347
    • 提供者:陈明杰
  1. erchashu

    0下载:
  2. (1)输入字符序列,建立二叉链表。 (2)遍历二叉树输出。 (3)请设计一个算法,要求该算法把二叉树的叶子结点按从左到右的顺序连成一个单链表,表头指针为head。 二叉树按二叉链表方式存储,链接时用叶子结点的右指针域来存放单链表指针。请遍历该链表输出所有叶子结点,然后再先序遍历二叉树输出所有叶子结点,并对比两个输出结果,看是否相同。 (4)试写一算法判断某二叉树是否是完全二叉树。 (5)试写一算法判断某二叉树是否是二叉排序树。 (6)在主函数中设计一个简单的菜单,分别调试上
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1401
    • 提供者:顾欣
  1. qiyipu

    0下载:
  2. 奇异谱分析的MATLAB程序,完整版,需要调试一些参数才能使用-Singular Spectrum Analysis MATLAB program, the full version, you need to debug some parameters to use
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1458
    • 提供者:黄凯
  1. airplane

    0下载:
  2. 一个飞机起飞降落的程序代码,需要调试,比较简单,容易看到。-A takeoff landing program code, need to debug, simple, easy to see.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2774
    • 提供者:申一平
  1. pids(C)-OK

    0下载:
  2. 我调试过的PID 追踪车辆轨迹算发,用于模拟无人驾驶,C 算法-I debug the PID tracking vehicle trajectory calculation, used to simulate unmanned, C algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:1023
    • 提供者:li
« 1 2 ... 8 9 10 11 12 1314 15 »
搜珍网 www.dssz.com