CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 编程文档 搜索资源 - problem

搜索资源列表

  1. 45322317

    0下载:
  2. 求最短路径问题,传给大家看看,希望能对大家在实用中有点帮助-seek the shortest path problem, we look at the pass, we hope to the right a little practical help
  3. 所属分类:编程文档

    • 发布日期:2010-07-07
    • 文件大小:3989
    • 提供者:龙天翔
  1. A hybrid particle swarm optimization algorithm for the vehicle routing problem.pdf

    0下载:
  2. 工程优化的一种新型pso算法。 A hybrid particle swarm optimization algorithm for the vehicle routing problem.pdf
  3. 所属分类:编程文档

  1. 最大团问题的各种算法和源代码

    0下载:
  2. 最大团问题(Maximum Clique Problem, MCP)是图论中一个经典的组合优化问题,也是一类NP完全问题,在国际上已有广泛的研究,而国内对MCP问题的研究则还处于起步阶段,因此,研究最大团问题具有较高的理论价值和现实意义。 最大团问题又称为最大独立集问题(Maximum Independent Set Problem),在市场分析、方案选择、信号传输、计算机视觉、故障诊断等领域具有非常广泛的应用。目前,求解MCP问题的算法主要分为两类:确定性算法和启发式算法。确定性算法有回溯法
  3. 所属分类:编程文档

    • 发布日期:2011-11-22
    • 文件大小:1009152
    • 提供者:beiyuxiaoxi
  1. C++类学习资料

    0下载:
  2. 1.编写一个类,声明一个数据成员和一个静态数据成员,其构造函数初始化数据成员,并把静态数据成员加1,其析构函数把静态数据成员减1。 (1) 编写一个应用程序,创建该类的3个对象,然后显示其数据成员和静态数据成员,再析构每个对象,并显示它们对静态数据成员的影响。 (2) 修改该类,增加静态成员函数并访问静态数据成员,并声明静态数据成员为保护成员。体会静态成员函数的使用,静态成员之间与非静态成员之间互访问题。 -1 write a class, declare a data mem
  3. 所属分类:编程文档

    • 发布日期:2017-03-29
    • 文件大小:3194
    • 提供者:wei
  1. Cpracticereport.rar

    0下载:
  2. C++实习报告:包括源代码、需求分析、解题说明、调试报告等,主要内容是:循环和分支,数组和函数,指针、引用和异常处理,结构体和类,派生、继承和多态,文件和模板及综合等7大类型。 ,C++ internship report: including source code, needs analysis, problem-solving that debug report, the main contents are: circulation and branch, array and funct
  3. 所属分类:Communication

    • 发布日期:2017-04-04
    • 文件大小:281661
    • 提供者:elsa
  1. asd

    0下载:
  2. 骑士巡游问题,输入骑士的起始点,运行出骑士走过的路程-Cavalier Parade problem, enter the Cavalier starting point, run out of Cavalier traveled
  3. 所属分类:Communication

    • 发布日期:2017-04-05
    • 文件大小:2555
    • 提供者:欣欣
  1. SerialCommunication

    0下载:
  2. VC6.0项目是一个探伤机的串口读写程序,结合研华PCI1710卡,可以实现高速数据采集,每毫秒采样1000次不成问题。研华卡控制在另一程序中(13944902227)-VC6.0 project is a testing machine to read and write serial procedures, combined with Advantech PCI1710 card, can achieve high-speed data acquisition, every millisec
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:38463
    • 提供者:柳彦春
  1. suanfa

    0下载:
  2. 讲述了五种基本算法中,比较典型的问题的解题过程-Described the five basic algorithm, a typical problem solving process
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:42575
    • 提供者:光着脚
  1. jiugongwenti

    0下载:
  2. (九宫问题)在一个3×3的九宫中有1-8这8个数及一个空格随机的摆放在其中的格子里,如图1-1所示。现在要求实现这个问题:将该九宫格调整为如图1-1右图所示的形式。调整的规则是:每次只能将与空格(上、下、或左、右)相邻的一个数字平移到空格中。试编程实现这一问题的求解。-(Nine-palace issues) in a 3 × 3 of the Nine-palace are 1-8 this 8 random number and the placing of a space in which
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:46438
    • 提供者:小橘子
  1. NonblockingAssignment

    0下载:
  2. 详细介绍verilog语言中的阻塞和非阻塞问题-Detailed Verilog language obstructive and non-blocking problem
  3. 所属分类:Communication

    • 发布日期:2017-04-25
    • 文件大小:52602
    • 提供者:JET
  1. lxswt

    0下载:
  2. 旅行商问题 算法中经典的算法 实验报告 内附代码-Traveling Salesman Problem Algorithm classic algorithm Experimental Report
  3. 所属分类:Communication

    • 发布日期:2017-04-05
    • 文件大小:82362
    • 提供者:sabriya
  1. ljqkwt

    0下载:
  2. 算法设计经典题目 零件切割问题 内附代码-Algorithm design classic problem topics containing code parts cutting
  3. 所属分类:Communication

    • 发布日期:2017-04-25
    • 文件大小:67619
    • 提供者:sabriya
  1. ljqkwt2

    0下载:
  2. 零件切割问题的另一个版本 可以参考 内附代码说明-Parts cutting problem can refer to another version containing code descr iption
  3. 所属分类:Communication

    • 发布日期:2017-04-28
    • 文件大小:73859
    • 提供者:sabriya
  1. 11

    0下载:
  2. 带权图的最短路径问题,主要介绍单源最短路径算法,最短路径问题的提法很多,其它的最短路径问题均可用单源最短路径算法予以解决-Weighted graph shortest path problem, mainly introduce single-source shortest path algorithm, the shortest path problem formulation of a lot of other shortest path problem can be used singl
  3. 所属分类:Communication

    • 发布日期:2017-04-13
    • 文件大小:2991
    • 提供者:sunshuquan
  1. QTstepbystep

    0下载:
  2. Qt作为嵌入式领域的GUI已经越来越流行,对于初学者,尤其是linux的新手,往往遇到这样那样的问题,本文档用最易懂的语言一步一步带你走入Qt的世界。-As the field of Qt Embedded GUI has been more and more popular, for beginners, especially newcomers to linux are often encountered in this kind of problem, the document with
  3. 所属分类:Communication

    • 发布日期:2017-04-28
    • 文件大小:379576
    • 提供者:章慧锋
  1. Problem-Solving-for-Wireless-Sensor-Networks

    0下载:
  2. Problem Solving for Wireless Sensor Networks
  3. 所属分类:Communication

    • 发布日期:2017-04-09
    • 文件大小:1944310
    • 提供者:babar
  1. layout-problem

    0下载:
  2. 一次性帮你解决毕业设计论文中的排版问题,非常详细。-One-time to help you solve the layout problem, in the graduate design thesis in great detail. One-time to help you solve the layout problem, in the graduate design thesis in great detail.
  3. 所属分类:Communication

    • 发布日期:2017-04-04
    • 文件大小:17145
    • 提供者:
  1. The-Broadcast-Storm-Problem-in-a-Mobile-Ad-Hoc-Ne

    0下载:
  2. The Broadcast Storm Problem in a Mobile Ad Hoc Network
  3. 所属分类:Communication

    • 发布日期:2017-11-06
    • 文件大小:525799
    • 提供者:senda
  1. Research-on-Optimal-Coverage-Problem-of-Wireless-

    0下载:
  2. optimal coverage problem of wireless sensor network-optimal coverage problem of wireless sensor network
  3. 所属分类:Communication

    • 发布日期:2017-04-07
    • 文件大小:456354
    • 提供者:narayan
  1. problem-of-speech-enhancement

    0下载:
  2. 文章介绍了几种语音处理方面常见的问题!语音增强算法,以及短时谱估计 检测语音!-Article describes several aspects of speech processing common problem! Speech enhancement algorithms, as well as short-time spectral estimation detect voice!
  3. 所属分类:Communication

    • 发布日期:2017-05-22
    • 文件大小:7024211
    • 提供者:tony
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com