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

资源列表

« 1 2 ... .44 .45 .46 .47 .48 25649.50 .51 .52 .53 .54 ... 28276 »
  1. Hman_byC

    0下载:
  2. 哈夫曼编码函数 C语言,C++平台编译通过-Huffman coding function C language and C compiler platform through
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:17.85kb
    • 提供者:wang
  1. 排序和查找

    0下载:
  2. 常用的数据结构排序和查找算法:简单选择排序,冒泡排序,折半插入排序,快速排序,堆排序 顺序查找,折半查找.-commonly used data structures sorting and searching algorithms : simple choice, in order of Bubble Sort, half insertion sort, rapid sequencing, Heap Sort sequence search, binary search.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.52kb
    • 提供者:张杰
  1. 10372049

    0下载:
  2. 本设计使用C++来实现一个简单的数据结构问题,可以作为课程设计来使用,里边有详细的使用说明。-the design of C + + to achieve a simple data structure that can be used to design courses, inside a detailed usage instructions.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:36.49kb
    • 提供者:赵威
  1. 10372049多系统电话服务系统

    0下载:
  2. 本设计使用C++来实现一个简单的数据结构问题,可以作为课程设计来使用,里边有详细的使用说明。-the design of C + + to achieve a simple data structure that can be used to design courses, inside a detailed usage instructions.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:17.1kb
    • 提供者:赵威
  1. 图的基本操作

    0下载:
  2. 实现图的各种基本操作 图的建立 删除 查找 遍历-plans to achieve the basic operation of the plan is to establish delete you traverse
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:240.71kb
    • 提供者:翡涩琪
  1. 解线性的迭代法

    0下载:
  2. 这是计算方法中用的解线性方程的迭代法,具有很强的实用性!-This is the calculation method used for solving linear equations of the iterative method, and has a strong practical!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3.64kb
    • 提供者:xjs
  1. 毛xlmatrix

    0下载:
  2. 一个可以计算矩阵行列式 逆矩阵,等其他矩阵运算的程序-one can calculate the matrix inverse matrix determinant, matrix operations and other procedures
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:15.26kb
    • 提供者:lff
  1. 521943DES Source Code

    0下载:
  2. 3Des算法源程序,可以用于常用的加密算法.-3Des source algorithm can be used for the encryption algorithm.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9.11kb
    • 提供者:林志强
  1. 9二叉树

    0下载:
  2. 几乎包括二叉树的所有编程算法,其中有二叉树的先中后序递归与非递归遍历算法,由先序与后序建立二叉树,层次遍历,求叶子结点数,总结点数,树的深度与宽度。-including binary tree almost all programming algorithm, these binary tree after the first sequence which recursive and non - recursive traversal algorithm, and by the first se
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:15.37kb
    • 提供者:李扬
  1. 5地图染色d

    0下载:
  2. 基于C++的MFC实现的地图着色问题。对于使用文档/视图模型的 MFC 应用程序。-based on C + + MFC map rendering issues. The use of Document / View model MFC applications.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:396.29kb
    • 提供者:李扬
  1. 教学计划编制问题

    0下载:
  2. 大学的每个专业都要编制教学计划。假设任何专业都有固定的学习年限,每学年含两学期,每学期的时间长度和学分上限都相等。每个专业开设的课程都是确定的,而且课程的开设时间的安排必须满足先修关系。每个课程的先修关系都是确定的,可以有任意多门,也可以没有。每一门课程恰好一个学期。试在这样的情况下设置一个教学计划编制程序。 基本要求: (1):输入参数:学期总数,一学期的学分上限,每门课的课程号,学分,直接先修关系的课程号。 (2):课程号尽可能的集中在前几个学期中。 (3):若无解,
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3.15kb
    • 提供者:沈宁
  1. BoundAndBranch

    0下载:
  2. 我的算法作业,求一个在总花费小于1500的条件下从源结点到目的结点的最短路径,源代码Tree.cpp(C++语言编写,VC++6.0 IDE下调试通过),利用的是分支定界算法。可执行文件Tree.exe说明在ReadMeFirst请按照说明使用。-algorithm operations, for a total cost of less than 1,500 from the source node to node purpose of the shortest path, Tree.cpp
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:30.3kb
    • 提供者:buaa_sheng
« 1 2 ... .44 .45 .46 .47 .48 25649.50 .51 .52 .53 .54 ... 28276 »
搜珍网 www.dssz.com

浏览历史记录

关闭