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

资源列表

« 1 2 ... .51 .52 .53 .54 .55 25656.57 .58 .59 .60 .61 ... 28276 »
  1. finish01

    0下载:
  2. 一般来说用int型变量超过2^31的数就会溢出。此程序是利用数组对长度很长的整形字符串进行加减操作,并且进行自动测试的例子-int type generally used more than two variables ^ 31 a few will overflow. This procedure is the use of an array of very long length of plastic strings Modified operation, as well as automa
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:15.21kb
    • 提供者:蔡雷
  1. 科技(1) B 064 04

    0下载:
  2. 某国为了防御敌国的导弹袭击,发展出一种导弹拦截系统,但是这样的导弹拦截系统有个缺陷,虽然他的第一发炮弹能够达到任意高度,但是以后每一发炮弹都不能高于前一发的高度。某一天,雷达捕捉到敌国的导弹来袭。由于该系统还在使用阶段,所以只有一套系统,因此有可能不能拦截所有的导弹。输入导弹依次飞来的高度(雷达给出高度数据是不大于30000的整数),计算这套系统最多能拦截多少导弹,如果要拦截所有的导弹最少配备多少套这种导弹系统。 三;问题分析: 该系统的第一发炮弹能够达到任意高度,所以要求出系统最多能够
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6.33kb
    • 提供者:王俊
  1. Boyer-Moore-Hospool

    0下载:
  2. 匹配算法,Boyer-Moore-Hospool匹配算法 这个算法在大文件中搜索小pattern有很高效率。 推荐用来代替strstr() 这个实现我没有测过,不过应该不会有大问题。 C++的代码,容易使用:) -matching algorithm, Boyer - Moore-Hospool matching algorithm The algorithm in document search small pattern has a high efficiency
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.11kb
    • 提供者:彭诗力
  1. 数据结构C++语言描述

    0下载:
  2. 经典数据结构书籍 数据结构C++语言描述 的源代码 很难找的哦-classic books data structure data structure C + + language to describe the source code is very difficult to find the oh
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:762.85kb
    • 提供者:李作为
  1. mygame_sou

    0下载:
  2. hfytdfgsfddhjghiufydstdfhgjhkl
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:468.72kb
    • 提供者:zs
  1. 贪婪算法解决背包

    0下载:
  2. 运用贪婪算法能够很好解决0/1背包问题,这是我编的一个小程序,运行过很好。-greedy algorithm can be used to solve a very good 0 / 1 knapsack problem, this is my part of a small program running very good.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.04kb
    • 提供者:应吉平
  1. 数据挖掘在公司财务分析中的应用

    0下载:
  2. 数据挖掘在公司财务分析中的应用,用vc编程,希望能够帮助大家-data mining in financial analysis, the application vc programming, we hope to help
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:152.76kb
    • 提供者:小强强
  1. kmp Algorithm

    0下载:
  2. 这是一个关于字符串匹配的kmp算法,程序简单精炼,可以借鉴一下-This is a match on the string of KMP algorithm, a simple refining process, we can draw about
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:922byte
    • 提供者:容器
  1. r8q

    0下载:
  2. 八皇后问题的C版本的解决方案 包括如何处理两个皇后不能在同一列、同一行以及同以斜行的判断问题-eight of the Queen's version of the C solutions, including how to deal with two Queen's not in the same series, and with the same line oblique to the question of judgment
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.6kb
    • 提供者:孙枫
  1. 双端选择排序算法

    0下载:
  2. 双端选择排序算法:是选择排序算法的变种,可以定位每个子表中最小和最大元素 并把它们分别放在子表的开头和结尾.-dual-Selection Sorting Algorithm : The algorithm is to select the varieties, each positioning table for the smallest and largest elements and their son were on the table at the beginning and en
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.37kb
    • 提供者:倪莎
  1. 转换中缀表达式求值

    0下载:
  2. 实现中缀变后缀表达式求值.用VC编写的,大家可以来看看,发表下意见也行. -realization grade change suffix expression evaluated. VC prepared, we can look at, to publish opinions OK.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:105.8kb
    • 提供者:陈静波
  1. PI的编程

    0下载:
  2. 求pi的程序,包括实验报告,误差分析,收敛性分析-for pi procedures, including experimental report, error analysis, convergence analysis, and so on
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:255.22kb
    • 提供者:林林
« 1 2 ... .51 .52 .53 .54 .55 25656.57 .58 .59 .60 .61 ... 28276 »
搜珍网 www.dssz.com