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

资源列表

« 1 2 ... .27 .28 .29 .30 .31 132.33 .34 .35 .36 .37 ... 2673 »
  1. xianxingfangcheng

    0下载:
  2. 编程序,按如下要求来求解n元一次线性方程组(假设方程组具有唯一解)。 (1)方程个数n之值由用户通过键盘输入; (2)方程组存放在“增广矩阵”A之中,而n行n+1列的A存储空间通过new来动态分配,且A的各元素值也由用户通过键盘输入; (3)方程组的解存放于“向量”B之中,而具有n个元素的B存储空间也通过new来动态分配。 -programmed by the following demands to solve an n-linear equation (equatio
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.52kb
    • 提供者:fisherman
  1. cangku

    0下载:
  2. 某商场有如下的几种货品:衬衣、鞋子、帽子、裤子、冰箱、电视、立柜、壁橱、沙发。每一种货物都有详细的说明信息。 衬衣:布料、尺寸、单价、产地、库存量、所属货柜; 鞋子:皮料、尺寸、单价、产地、库存量、所属货柜; 帽子:布料、样式(平顶或尖顶)、尺寸、单价、产地、库存量、所属货柜; 裤子:布料、尺寸、单价、产地、库存量、所属货柜; 冰箱:制冷类型、样式(二门或三门)、颜色、尺寸、单价、产地、库存量、重量、所属货柜; 电视:样式(彩色或黑白)、颜色、尺寸、单价、产地、库存量、重
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3.38kb
    • 提供者:fisherman
  1. FOURF

    0下载:
  2. 用堆栈实现表达式求值 但只有 + - * / () 运算符-stack used to achieve expression evaluates only +-* / () Operators
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3.37kb
    • 提供者:zhouwei
  1. d2hz

    0下载:
  2. 数字串转中文大写的小代码段,这个段子使用堆栈算法,可以通用(从内部二进制数转中文大写或数字串转中文大写) -figures Series switch over to the Chinese capital of the small code, the use of pieces from the stack algorithm, be generic (internal binary switch over to the Chinese capital, or digital serial
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.13kb
    • 提供者:duyankang
  1. luhn

    0下载:
  2. LUHN算法的作用是为了计算信用卡等证件号码的合法性 -LUHN algorithm to the role of documents such as credit card numbers legitimacy
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.39kb
    • 提供者:duyankang
  1. hanota

    0下载:
  2. 这个程序的实现可以明确递归方法的使用,理解结构化编程的概念。-the realization of this procedure recursive method can clearly understands the use of structured programming concepts.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.38kb
    • 提供者:sunzhanjun
  1. GrapghVB

    0下载:
  2. 关于图的算法,非常详细,适合想了解图算法的读者-on the map algorithm, is very detailed, would like to know the plans for the algorithm readers
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:13.92kb
    • 提供者:划船
  1. 20070320list

    0下载:
  2. 包括链表的各项操作,添加、删除、修改等。还包括单项连标和双向链表。-including the operation, add, delete, revise. Also including individual targets and even two-way linked list.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.21kb
    • 提供者:张婧姝
  1. 20070320tree

    0下载:
  2. 属于数据结构的C++编程,包括二叉树的添加删除节点等操作。-data structures belong to the C programming, including the addition of binary tree nodes delete operation.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:131.14kb
    • 提供者:张婧姝
  1. doubledirectionlink

    0下载:
  2. 属于利用C++开发的数据结构代码,包括双向链表的添加、删除、修改的操作。-belonging to the development of the use of C code data structure, including the addition of two-way linked list, deletion and modification of the operation.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:228.84kb
    • 提供者:张婧姝
  1. expressionvalue

    0下载:
  2. 属于利用C++开发的数据结构代码,利用栈结构实现了算术表达式的求值。-development is the use of C code structure of the data, using stack structure for arithmetic expression value.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:267kb
    • 提供者:张婧姝
  1. MAtrixVC

    0下载:
  2. 矩阵运算,用于进行矩阵运算的C++算法,内有说明文档!-matrix operations used in the C matrix algorithm, which is documented!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:73.3kb
    • 提供者:zfly
« 1 2 ... .27 .28 .29 .30 .31 132.33 .34 .35 .36 .37 ... 2673 »
搜珍网 www.dssz.com

浏览历史记录

关闭