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

搜索资源列表

  1. annMatlab7p1

    0下载:
  2. 课本配套资料 飞思图书:神经网络理论与Matlab7实现 全部为.m格式代码-textbooks information supporting interchangeable books : neural network theory and achieving all of Matlab7. M code format
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:5.82kb
    • 提供者:phado
  1. xiejie

    0下载:
  2. 弦截法——数值分析,程序代码,参考数值分析课本,很简单的程序,大家一定看得懂-chord sheet -- numerical analysis code, the numerical analysis of reference books, a very simple procedure, we must understand the
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:798byte
    • 提供者:m
  1. diedai121

    0下载:
  2. 迭代法——数值分析,程序代码,参考数值分析课本,很简单的程序,大家一定看得懂-iterative method -- numerical analysis code, the numerical analysis of reference books, a very simple procedure, we must understand the
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:9.3kb
    • 提供者:m
  1. ksxjf

    0下载:
  2. 快速弦截法——数值分析,程序代码,参考数值分析课本,很简单的程序,大家一定看得懂-rapid chord sheet -- numerical analysis code, the numerical analysis of reference books, a very simple procedure, They must understand the
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:7.32kb
    • 提供者:m
  1. Newto3423

    0下载:
  2. 牛顿法——数值分析,程序代码,参考数值分析课本,很简单的程序,大家一定看得懂-Newton -- numerical analysis code, the numerical analysis of reference books, a very simple procedure, we must understand the
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:7.34kb
    • 提供者:m
  1. zishiyingGA

    0下载:
  2. 自适应遗传算法matlab代码 附件中的matlab程序是雷英杰课本中的第一个算例, 将其改为自适应的代码.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:974byte
    • 提供者:zichen
  1. 3th_chapter.rar

    0下载:
  2. 《算法设计与分析》王晓东编著,第三章动态规划,课本例子代码实现, Algorithm Design and Analysis edited by Wang Xiaodong, Chapter III of dynamic programming, textbook example of code to achieve
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-16
    • 文件大小:22.44kb
    • 提供者:benson
  1. 2nd_chapter

    0下载:
  2. 《算法设计与分析》王晓东编著,第二章递归与分治策略课本例子代码实现- Algorithm Design and Analysis edited by Wang Xiaodong, chapter and sub-rule strategy recursive textbook example of code to achieve
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:14.41kb
    • 提供者:benson
  1. 5th_chapter

    0下载:
  2. ,《算法设计与分析》王晓东编著,第五章回溯法,课本例子代码实现 -, Algorithm Design and Analysis edited by Wang Xiaodong, chap backtracking, textbooks examples of code to achieve
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-15
    • 文件大小:8.15kb
    • 提供者:benson
  1. STL

    0下载:
  2. C++STL课本中的源程序代码己经验证过了可以通过编译和运行。-C++ STL textbooks of source code has been tested and run through the compiler.
  3. 所属分类:STL

    • 发布日期:2017-06-17
    • 文件大小:25.67mb
    • 提供者:刘祖恩
  1. data_structure

    0下载:
  2. 数据 结构 课本 算法 实现 ,全部 代码 ,提供免费 下载 ,运行通过,正确无误。-algorithm,data structure,using vc ,corectness
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1.58mb
    • 提供者:chenlongahu
  1. zong

    0下载:
  2. 这是数据结构c语言课本的几个常用算法代码。有广度和深度优先遍历。最小生成树,最短路径,拓扑排序。-This is the data structure of c language textbooks code of several commonly used algorithms. Have the breadth and depth-first traversal. Minimum spanning tree, shortest path, topological sort.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:2.36kb
    • 提供者:杨晓华
  1. huffmancode

    0下载:
  2. 有关huffman编码的具体实现的源代码,算法参考严蔚敏版算法课本的huffmancode伪代码,供初学者参考-Concrete realization of the huffman encoding the source code, algorithm reference Yan Wei-min version of the textbooks huffmancode algorithm pseudo-code for beginners reference
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:920byte
    • 提供者:wangsa
  1. code

    0下载:
  2. 数据结构与算法分析 (第二版) 课本代码以及各个工程源代码-A Practical Introduction To Data Structures and Algorithm Analysis(C++)
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:144.47kb
    • 提供者:chen
  1. peitaochengxu

    0下载:
  2. 结合大学的数据结构课本进行的编码 包含了所有的需要的代码 而且可以补充大部分实验要求的编程 非常好-University of the data structure with the coding textbooks contains all the code needed to add most of the experimental requirements and the programming is very good
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.21mb
    • 提供者:张思莹
  1. erchashudejianli

    0下载:
  2. 数据结构之二叉树的建立源代码,严蔚敏版本,好不容易把课本上的代码打出来-The establishment of a binary tree data structure of source code, YAN Wei-min version, and finally to break out the code on the books
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:817byte
    • 提供者:suzhihuang
  1. KSQX

    0下载:
  2. VC++递归法实现简单分形图形示例程序,比如扣氏曲线类定义等。大家在C/C++学习时都会遇到递归,课本上以汗诺塔为例进行讲解,然后大家都希望自己找到一个递归的实例。本代码以一个最简单的分形图形来示范递归的实现过程。 -VC++ recursion simple example of fractal graphics program, such as Button' s definition of curve classes. Everyone in the C/C++ will enc
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:27.26kb
    • 提供者:madud00091
  1. algorithm

    0下载:
  2. 算法设计与分析相关算法的代码,算法设计与分析的课本中涉及到的算法都有,并且都通过编译-Algorithm design and analysis of the code related algorithms, algorithm design and analysis of the textbooks are involved in the algorithm, and are compiled by
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:43.4kb
    • 提供者:fang
  1. matlabcode

    0下载:
  2. 随机信号处理原理与实践(课本原代码) 作者杨鉴-matlab code in
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:245.17kb
    • 提供者:haodiangei
  1. matlab-textbook

    0下载:
  2. MATLAB程序设计教程(第二版)主编刘卫国的第2-7章的课本代码-the textbook code of the chapter 2-7 chapter of MATLAB programming tutorial (second edition) whose chief editor is Weiguo Liu
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:11.25kb
    • 提供者:林佳钿
« 12 »
搜珍网 www.dssz.com