CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - 算法

搜索资源列表

  1. circlecutting

    0下载:
  2. 集装箱的装箱问题 给定一个集装箱,其长为L,宽为W和高为H,现有一批圆柱形木材,每根木材的长均为L,但是半径不同,设第i根木材半径为ri。问如何装箱,使得集装箱的空间利用率最高? 本程序要求用贪心算法解决: 贪心算法总是作出在当前看来是最好的选择。也就是说,不从整体最优上加以考虑,它所做出的仅是在某种意义上的局部最优解。 -problem given a container, its long-L, width W and H for high, the existing bat
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:1664
    • 提供者:林茜
  1. myknapsack

    1下载:
  2. a) 0-1背包问题采用的是动态规划法,该算法思想简介如下: 有些问题常常没有办法把它们分成较小数目的子问题,在这种情况下,可以试着把问题分成必要多的子问题,每个子问题又可以分成数目不确定的必要多的子子问题,这样就会产生大量的子问题。如果分得的子问题界限不清,互相交叉,则在大量的子问题中会存在一些完全相同的子问题,因而在解这类问题时,将可能重复多次解同一个子问题。这种重复当然是不必要的,避免的方法可以在解决一个子问题后把它的解(包括其子子问题的解)保留下来,若遇到求解与之相同的子问题的时候,
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:1611
    • 提供者:林茜
  1. Graphtsinghua

    0下载:
  2. 清华殷人昆版数据结构(c++版),图的所有算法调试成功。-Qinghua Yin Dynasty Queensland version data structure (c version), graph algorithms debug all success.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:38238
    • 提供者:李海涛
  1. PQueue

    0下载:
  2. 清华殷人昆版数据结构c++版,优先队列的所有算法调试成功。-Qinghua Yin Dynasty Queensland version data structure c version, all the priority queue algorithm debugging success.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:9941
    • 提供者:李海涛
  1. BSTtsinghua

    0下载:
  2. 清华殷人昆版数据结构c++版,二叉搜索树的说有算法调试成功-Qinghua Yin Dynasty Queensland version data structure c version, binary search tree algorithm is that the success of debugging
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:8965
    • 提供者:李海涛
  1. parkstation

    0下载:
  2. 数据结构停车场管理问题的仿真算法程序,cpp实现的-data structure of the car park management simulation algorithm procedures to achieve the cpp
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:1371
    • 提供者:张康
  1. BP_sin(x)

    0下载:
  2. BP算法拟合f(x)=sin(x)函数,样本数为9对,目标值0.001-BP fitting algorithm f (x) = sin (x) function, sample size for the nine right, the target value 0.001
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:14900
    • 提供者:孙志海
  1. BP_sin(x)-x

    1下载:
  2. BP算法拟合f(x1,x2)=sin((x1)/x1)*sin((x2)/x2)*函数,样本数为21*21对-BP fitting algorithm f (x1, x2) = sin ((x) / x) * sin ((x2) / x2) * function, sample size of 21 * 21 pairs
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:17293
    • 提供者:孙志海
  1. BP_abs(sinX)

    0下载:
  2. BP算法拟合y=abs(sin(x))函数,样本数9对,目标值0.001-BP algorithm fitting y = abs (sin (x)) function, for nine samples right, the target value 0.001
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:15941
    • 提供者:孙志海
  1. 6paixusuanfa

    0下载:
  2. 1、 演示程序对6种内部排序算法(堆排序、直接插入排序、简单选择排序、快速排序、希尔排序、归并排序)作输入实测比较。 2、 待排序表的元素的关键字为整数。用户可输入不同数据作测试比较。比较的指标为关键字参加的比较次数(用compCount计量)和关键字的移动次数(用shiftCount计量,关键字交换计为3次移动)。 3、 演示程序以用户和计算机的对话方式执行,即在计算机终端上显示“提示信息”下,用户可由键盘输入待排序表的表长(不大于20)和数据。 4、 每次测试完毕,显示各种
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:32601
    • 提供者:张涛
  1. wykmeans

    0下载:
  2. 基于c语言实现的聚类算法,运行与visual c++环境下,可以实现均值聚类。-c language based on the clustering algorithm, the operating environment with visual c, means clustering can be achieved.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:10770
    • 提供者:王莹
  1. search_GA

    0下载:
  2. 这是利用遗传算法搜索函数最优解的程序,采用C++编写。-This is the use of genetic algorithm search function optimal solution procedures C prepared.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:3200
    • 提供者:李建新
  1. unit_graph_GA

    0下载:
  2. 这是利用遗传算法提取基元图形的程序,采用C编写。-This is the use of genetic algorithm-based extraction procedures yuan graphics, C preparation.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:4270
    • 提供者:李建新
  1. Millrab

    0下载:
  2. 经典的MillRab(蒙特卡罗)概率算法,用于素数测试。蒙特卡罗算法的错误概率不超过 (1/4)^k,k为算法的运行次数。-classic MillRab (Monte Carlo) probabilistic algorithm for testing in a few. Monte Carlo algorithm error probability less than (1 / 4) ^ k, k algorithm for the operation frequency.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:265968
    • 提供者:lixing
  1. MM440-VC++-PID

    0下载:
  2. 本程序是基于工程中应用广泛的MM440变频器上位机界面代码,采用自适应PID算法进行传动装置控制。-this program is based on engineering widespread use of MM440 Inverter PC interface code, PID algorithm using adaptive devices for transmission control.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:447355
    • 提供者:guozhao
  1. Memory.FIFO

    1下载:
  2. 操作系统中的 内存管理 FIFO算法模拟-OS FIFO memory management algorithm simulation
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:1300
    • 提供者:静水
  1. Memory.LRU

    0下载:
  2. 操作系统中 的 存储管理 LRU 算法模拟实现-OS storage management LRU algorithm simulation
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:1700
    • 提供者:静水
  1. 13898392md5eg

    0下载:
  2. MD5算法源程序和例子程序-MD5 algorithm source code and examples of procedures.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:134984
    • 提供者:shenyun
  1. MD5encAndDec

    0下载:
  2. MD5算法源程序用C实现的,测试可用-MD5 algorithm source code in C to achieve, and testing available.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:7671
    • 提供者:shenyun
  1. KaiSa

    0下载:
  2. 简单的恺撒加密算法(c++描述),欢迎大家下载!-simple Caesar encryption algorithm (c described), all are welcome to download!
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:8170
    • 提供者:目亚
« 1 2 34 5 6 7 8 9 10 ... 35 »
搜珍网 www.dssz.com