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

资源列表

« 1 2 ... .28 .29 .30 .31 .32 2533.34 .35 .36 .37 .38 ... 2673 »
  1. LowestBit

    0下载:
  2. Given an positive integer A (1 <= A <= 109), output the lowest bit of A. For example, given A = 26, we can write A in binary form as 11010, so the lowest bit of A is 10, so the output should be 2. Another example goes like this: given A = 88, w
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:679byte
    • 提供者:shao
  1. luxingjia

    0下载:
  2. 旅行家问题,关于旅行家问题的一小段代码。值得大家学习和参考-travelers, travel home on a small portion of the code. Worth learning and reference
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:881byte
    • 提供者:杰克逊
  1. myshortpath

    0下载:
  2. 图的最短路径,值得学习的一段代码。。。。值得大家参考-map of the shortest path, we should learn from the code section. . . . Worthy of our reference
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.21kb
    • 提供者:杰克逊
  1. td

    0下载:
  2. 二维点集合聚类的图像化演示程序 用它可以很直观的看到聚类的整个过程-2D point set of images of the cluster demo program can use it directly to see the whole process of clustering
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:45.17kb
    • 提供者:谢树生
  1. yuping-c++

    0下载:
  2. 这是我大二时候做的c++数据结构课程设计,里面包含代码和具体的设计报告,有需要的朋友欢迎下载,和朋友分享也是我的快乐生活的一种!-This is my sophomore year when they have the c data structure curriculum design, which contains code and the specific design, need friends download, and I also share the joy of a life!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:64.41kb
    • 提供者:平哥
  1. wenxueadie-C

    0下载:
  2. 这是一个叫“文学研究助手”的关于数据结构中串的模式匹配应用的算法,是文学研究人员用于统计英文小说中某些词出现次数与位置的小程序,但由于本人才疏学浅,程序并不完善。-This is called a "literary research assistant" on the data structure of the string pattern matching algorithm for the application, Literature is for statistic
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4.03kb
    • 提供者:舒亚
  1. worker123654

    0下载:
  2. (1)设计一个的菜单将在实现的功能显示出来,并有选择提示 (2)教师的基本信息包括编号、职工分类(\"行政人员\",\"教师\",\"一般员工\",\"退休人员\",\"返聘人员\",\"临时工\")、性别、年龄,职务(\"无\",\"科级\",\"处级\",\"地级\") 、职称(\"无\",\"初级\",\"中级\",\"高级\") 、政治面貌(\"群众\",\"中共党员\",\"民主党派\")、学历(\"中专\",\"大专\",\"大学\",\"硕士\",\"博士\") (3)信息
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.75kb
    • 提供者:谷晓珊
  1. hafuman13526

    0下载:
  2. 着是一个关于哈夫漫算法的c++程序 如果有兴趣 请下载-with Hough is a diffuse algorithm on the c procedures If interested please download
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.5kb
    • 提供者:yjw
  1. yjsdrtwe

    0下载:
  2. 以二叉链表为存储结构,分别写出求二叉树结点和叶子总数的算法-to the binary tree structure for storage, write for binary tree leaf node and the total number of algorithms
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:156.46kb
    • 提供者:涂明星
  1. blasdfew

    0下载:
  2. 以先序,中序,后序遍历二叉链表的非递归算法-to be the first sequence, sequence, after the preorder the binary tree of non - recursive algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:156.12kb
    • 提供者:涂明星
  1. saleforecast

    0下载:
  2. 本算法用最小二乘法依据指定的M个基函数及N个已知数据进行曲线拟和 。 本算法用指数平滑法预测数据-the algorithm using the least-squares method based on the designated function of M and N-known data and the curve-fitting. The algorithm used to predict exponential smoothing data
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4.73kb
    • 提供者:fcx
  1. Calculator_cmd

    0下载:
  2. 同Windows自带的计算器类似的程序,命令行界面,可以识别表达式,大小括号,弧度等,也可以使用一些控制台命令,界面为彩色,使用方便。主要练习栈的使用。-with Windows built-in calculator similar procedure, a command line interface can be identified expression, Size brackets, such as Radian, we can use some of the console comm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10.35kb
    • 提供者:小花猫
« 1 2 ... .28 .29 .30 .31 .32 2533.34 .35 .36 .37 .38 ... 2673 »
搜珍网 www.dssz.com