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

搜索资源列表

  1. DataStructCode

    0下载:
  2. 很好的数据结构代码,我调试过没有问题,从最基本的链表到图算法都有-Good data structure code, I had no problems debugging, from the most basic graph algorithms are linked to
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:223232
    • 提供者:李寅斌
  1. Data_Structure

    0下载:
  2. 严蔚敏吴伟民数据结构(C语言版)源代码。 本书中每一个程序都在Borland C++ Version3.1和Microsoft VC++6.0下运行通过, BC是指Borland C++ Version3.1调试, TC是指Turbo C2.0下调试, VC是指在VC++6.0下调试。-Yan Wei-Min WU Weimin data structure (C-language version) source code. Each book in the program in
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2554675
    • 提供者:Zhao Meng
  1. NDSolve

    0下载:
  2. 这是一个数值积分的源代码,已在visual studio 2008中调试通过-Numerical integration source code, debugging through
  3. 所属分类:Algorithm

    • 发布日期:2017-05-02
    • 文件大小:535031
    • 提供者:刘力力
  1. roots

    0下载:
  2. 这是一个解线性方程组的源代码,已在vs2008中调试通过-This is a solution of linear equations of source code debugging in vs2008 by
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2520
    • 提供者:刘力力
  1. mo_ni_tui_huo_algorithm

    0下载:
  2. 模拟退火算法的编程实现,在VC++下,调试比较方便,供本科一年级使用-Simulated annealing algorithm programmed in VC++, the debugging more convenient for the use of undergraduate students
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:261842
    • 提供者:zhangyuxiang
  1. c_3

    0下载:
  2. 第七讲_文件 ppt 8 第八讲_数据结构基础 ppt 9 第九讲_算法 ppt 10 第十讲_调试与测试 -SEVEN file ppt 8 _ _ eighth data about the structural basis ppt 9 _ IX speak about algorithms ppt 10 _ debugging and testing of the tenth
  3. 所属分类:Data structs

    • 发布日期:2017-05-12
    • 文件大小:2965125
    • 提供者:Pan
  1. HysteresisSVPWM03

    0下载:
  2. SVPWM的实现,调试通过.对输入波形的跟踪非常精确,THD小于0.2 .本来作为APF中替代滞环比较用的.-SVPWM implementation, debugging through. On the input waveform of the tracking is very accurate, THD less than 0.2 . Have been replaced as the APF Hysteresis in use.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:19535
    • 提供者:JiangChunlin
  1. spectral-clustering-demo

    0下载:
  2. spectral-clustering-demo 谱聚类的matlab演示程序,是学习谱聚类的好资料,经调试通过,包含n-cut和改进的n-cut-spectral-clustering-demo demo matlab spectral clustering, spectral clustering is good information to learn by debugging through, including the n-cut and improving the n-cut
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:20545
    • 提供者:wgw
  1. mock_handl_demo

    0下载:
  2. mock_handl_demo mock聚类程序,多目标进化算法应用于聚类的程序,经过调试通过,效果不错-mock_handl_demo mock clustering process, multi-objective evolutionary algorithm is applied to clustering process, after debugging through, good results
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:120675
    • 提供者:wgw
  1. Schedule

    2下载:
  2. 拓扑排序------打印输出计算机本科专业4年每学期的课表 1.采用C++实现。 2.熟练掌握图的应用。 3.熟练掌握图的邻接表存储结构以及拓扑排序的基本思想。 4.上机调试程序,掌握查错、排错使程序能正确运行。 5.算法提示:拓扑排序用队列存储入度为零的顶点-Computer printout of topological sorting------ 4-year undergraduate curriculum of each semester 1. Using C++
  3. 所属分类:Data structs

    • 发布日期:2015-12-13
    • 文件大小:929792
    • 提供者:wang
  1. DWT

    0下载:
  2. 水印源程序,调试成功,实现了基于DWT的数字水印的变换和嵌入。-Watermark source, debugging success
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1604
    • 提供者:红光
  1. 56745921libsvm-matlab2.85

    0下载:
  2. 一个很好的matlab总svm组建,调试后非常好用-A good general svm matlab formed, was very useful debugging
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:81998
    • 提供者:xiongxiong
  1. DSP_Chuguangshu

    0下载:
  2. 《数字信号处理——理论、算法与实现》胡广书 书配光盘程序 本光盘共包含三个子目录,分别是DSP_FORTRAN, DSP_C和DSP_MATLAB。DSP_FORTRAN和DSP_C各含有约40个信号处理的子程序,概括了书中所涉及到的绝大部分算法。程序分别由FORTRAN语言和C语言编写(MA模型、ARMA模型及最小方差谱估计三个算法只给出了用C语言编写的程序, 没有给出相应的FORTRAN子程序),并在PC机上调试通过。编译环境是FORTRAN77 V5. 10和TURBO C2.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:42912
    • 提供者:郭伟
  1. Optimization

    0下载:
  2. 最优化计算C++程序以及实例,包含基本的矩阵运算、多元函数梯度、二阶矩阵、Cholesky分解等十三个算法源码和验证实例,在VisualStudio2010环境下调试成功,值得搞最优化算法时借鉴和参考。-Optimization calculation procedure and example C++, including basic matrix operations, multiple function gradient, second order matrix, Cholesky dec
  3. 所属分类:Algorithm

    • 发布日期:2017-05-06
    • 文件大小:1505920
    • 提供者:xiaobo
  1. ExperimentalMethod

    0下载:
  2. 计算方法课程里两个经典的算法实现——Romgerg求积法,最小拟合二乘法。算法书上都有,这是对算法完整的实现,很详细,调试运行通过,刚学习计算方法的朋友可以拿去参考。-Calculation of the classical curriculum in the two algorithms- Romgerg quadrature method, the minimum squares fitting. Algorithms have the book, which is the realizat
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:474221
    • 提供者:陈杨
  1. geneticalgorithm

    0下载:
  2. 调试所用Matlab版本是6.5,gatbx-toolbox是调试过程中使用的工具箱,有些热心的研友已经提供了该工具箱,之所以再贴一遍,是因为6.5版本下调试该工具箱会出现一些错误提示,在该版本中已经进行了改正,使用该工具箱只需要将压缩包下的gatbx和gatbx\Test_fns加入到Matlab搜索路径即可,另外gatbx-origin是Sheffield大学提供的原始版本的工具箱,未做任何改动,两者可做比较之用 3.gatbx-example是算例调试源码和各算例的调试说明,大家
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:52513
    • 提供者:wangmingyu
  1. visualmatlabImageryprocessing

    0下载:
  2. 调试所用Matlab版本是6.5,gatbx-toolbox是调试过程中使用的工具箱,有些热心的研友已经提供了该工具箱,之所以再贴一遍,是因为6.5版本下调试该工具箱会出现一些错误提示,在该版本中已经进行了改正,使用该工具箱只需要将压缩包下的gatbx和gatbx\Test_fns加入到Matlab搜索路径即可,另外gatbx-origin是Sheffield大学提供的原始版本的工具箱,未做任何改动,两者可做比较之用 3.gatbx-example是算例调试源码和各算例的调试说明,大家
  3. 所属分类:matlab

    • 发布日期:2017-05-23
    • 文件大小:7492849
    • 提供者:wangmingyu
  1. randomcreater

    0下载:
  2. 伪随机信号发生器,可生成PN63,PN511序列 ,调试通过,可直接使用,也可以稍微修改用在其他伪随机序列生成-Pseudo-random signal generator, can generate PN63, PN511 sequence, through debugging, can be used directly, or you can use a little change in other pseudo-random sequence generation
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:747
    • 提供者:xu
  1. shunxubiao

    0下载:
  2. 顺序表基本操作, 1.学会定义线性表的顺序存储类型,实现C程序的基本结构,对线性表的一些基本操作和具体的函数定义。 2.掌握顺序表的基本操作,实现顺序表的插入、删除、查找以及求并集等运算。 3.掌握对多函数程序的输入、编辑、调试和运行过程。 -Basic operation of the order form, 1. Learn the definition of linear order of the table storage type, to achieve the bas
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1675
    • 提供者:xiaolu
  1. matlab

    0下载:
  2. 1-1 MATLAB的简单介绍 1-2 MATLAB的数值计算 1-3 MATLAB的符号运算 1-4 基本程序设计 1-5 M文件的编写 1-6 程序的调试-1-1 MATLAB' s brief 1-2 MATLAB numerical 1-4 1-3 MATLAB' s symbolic computation of basic programming documents prepared 1-5 M 1-6 Debugging
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:717419
    • 提供者:wuysj
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »
搜珍网 www.dssz.com