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

搜索资源列表

  1. 2

    0下载:
  2. 选择排序和冒泡排序的C++和C的实现(调试通过,0错误0警告)-Selection sort and bubble sort C++ and C implementations ( debugging through, 0 error 0 warning )
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6691
    • 提供者:zhenghong
  1. c-P-P-algorithm-procedures

    0下载:
  2. 程序开始运行,要求用户首先输入两个大数。 然后进行菜单选择,进行相应的大数运算。 分析说明:由于大数的范围太大,不能直接定义为int或者float等, 所以我们的想法就是定义成字符串类型, 输入的数字一位一位地存入字符数组里面。 然后在运算的时候也是一位一位地运算。 这个过程就得从最基本的数学运算法则做起,不乏多种判断。 涉及到数组和指针的应用。最难的就是判断情 况还有应用数组和指针过程中出现的多种未可预知的错误, 还得通过逐步调试慢慢找出。我们先从加减
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:275502
    • 提供者:yang
  1. demo

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

    • 发布日期:2017-03-31
    • 文件大小:5787
    • 提供者:wumiao
  1. 0-1beibao

    0下载:
  2. 蚁群算法求解0-1背包问题,压缩包中有详细的代码和实验报告,可以调试运行-Ant Colony Algorithm for the 0-1 knapsack problem, compressed package are detailed in the code and lab reports, debugging and running
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-07
    • 文件大小:1218010
    • 提供者:张小
  1. SIFT_YantaoNoemie.1(1)

    0下载:
  2. 关于相机标定的,matlab语言编译,可以直接调试-On camera calibration, Matlab Compiler, you can directly debugging
  3. 所属分类:matlab

    • 发布日期:2017-05-03
    • 文件大小:1355517
    • 提供者:liuzhen
  1. 2.9maze-problem

    0下载:
  2. 解决数据结构关于迷宫问题编程题的代码,已经调试通过-Solve data structure about maze problem the topic the programming code, have debugging through
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1394
    • 提供者:shu
  1. polynomial-calculation

    0下载:
  2. 解决数据结构中一元稀疏多项式计算的代码,已经调试通过-Solve a yuan sparse data structure calculation of polynomial code, have debugging through
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1007
    • 提供者:shu
  1. Joseph-ring

    0下载:
  2. 解决数据结构中约瑟夫环的代码,已经调试通过-Solve data structure of Joseph ring code, have debugging through
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:801
    • 提供者:shu
  1. LISP-calculators

    0下载:
  2. 解决数据结构中简单LISP算术表达式计算器的代码,已经调试通过-Solve data structure, the simple arithmetic expressions of LISP calculator code, have debugging through
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:1578
    • 提供者:shu
  1. xian-xing-biao-de-caozuo-

    0下载:
  2. 一、 实验目的 1、 掌握使用Turbo C2.0上机调试线性表的基本方法; 2、 掌握线性表的基本操作:插入、删除、查找以及线性表合并等运算在顺序存储结构和链接存储结构上的运算。 二、 实验要求 1、 认真阅读和掌握本实验的程序。 2、 上机运行本程序。 3、 保存和打印出程序的运行结果,并结合程序进行分析。 4、 按照你对线性表的操作需要,重新改写主程序并运行,打印出文件清单和运行结果 -First, the purpose of the experiment
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:3903
    • 提供者:chen
  1. PSO

    0下载:
  2. pso的算法程序,在本机能调试,希望大家下载交流交流-pso algorithm program, this function debugging, I hope everyone will download exchange exchange
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:24344
    • 提供者:kuizi
  1. jm93

    0下载:
  2. 实现了H.264的压缩和解压的功能。调试通过。-H.264 compression and decompression functions. Through debugging.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:801027
    • 提供者:qsw
  1. RLS-and-LMS-algorithm

    0下载:
  2. RLS与LMS算法分析及比较,经调试可用。-RLS and LMS algorithm analysis and comparison, the debugging is available.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:3216
    • 提供者:周浩
  1. ga

    1下载:
  2. 本代码是利用遗传算法解决简单的JOB—SHOP型的生产调度问题。代码简单,且已经过调试,可以正常运行,C++及遗传算法的初学者可以参考!-This code is the JOB-SHOP-type production scheduling problems using genetic algorithms to solve simple. Simple code, and have been debugging the normal operation of OK, C and Geneti
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:2942
    • 提供者:李鹏飞
  1. BPSK

    0下载:
  2. 通信行业比用程序代码,经过调试,各方面性能都很好,-Communications industry than the program code, debugging, various aspects of performance are good,
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:795
    • 提供者:sunshine
  1. GA

    0下载:
  2. 利用GA遗传算法,对函数进行优化,已经过调试通过-GA genetic algorithm to optimize the function has been through debugging
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:6519
    • 提供者:任超
  1. ADAMS

    0下载:
  2. ADAMS循环程序得C语言实现,比ADAMSA实现循环功能更简单,而且有实用型,并在无极调试中应用十分成功-ADAMS cycle program have the C language is more simple, than ADAMSA circulation, but also practical, and very successful in the non-polar debugging
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:994867
    • 提供者:邹鑫
  1. lee

    0下载:
  2. 语音采集加噪声程序 语音端点检测 已经调试很好用 -The voice acquisition plus the speech endpoint detection of the noise program debugging has been very good,
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:577
    • 提供者:李昌昊
  1. ACM_guide

    0下载:
  2. 国际大学生程序设计大赛指南。详细讲解ACM程序设计竞赛编程、调试方法,已经提高实际空间性能的策略,并充分利用C++泛型编程的高效率、规范化特点,全部采用C++泛型编程。-International Collegiate Programming Contest guide. Explain in detail the ACM programming contest programming, debugging method, have improve the actual spatial prop
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-04
    • 文件大小:1357285
    • 提供者:kai
  1. AmplitudeModulator

    1下载:
  2. matlab和optisystem调试用的幅度调制程序,在optisystem里面使用matlab组件然后使用。-matlab and optisystem debugging with the amplitude modulation process, component and then use the optisystem inside Matlab.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:926
    • 提供者:张逸臣
« 1 2 ... 17 18 19 20 21 2223 24 25 26 27 ... 50 »
搜珍网 www.dssz.com