您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. Skiena-The_Algorithm_Design_Manual.pdf

  2. 英文第二版 目录 . . . . . . . . . . . . . . . . . . . . . . . 50 2.8 War Story: Mystery of the Pyramids . . . . . . . . . . . . . . . . 51 2.9 Advanced Analysis (*) . . . . . . . . . . . . . . . . . . . . . . . . 54 2.10 Exercises . . . . . . . . . . . . .
  3. 所属分类:Java

    • 发布日期:2009-04-29
    • 文件大小:3145728
    • 提供者:arctgx
  1. Visual C++实用图像处理专业教程

  2. 1. \学习版Imgcx 打开文件夹Imgcx,执行SetUp,按提示安装Imgcx。该书各个章节所处理的图像都包含在安装后的文件夹…Imgcx\Image里。 2. \专业版Imgc 介绍该书配套的专业版软件Imgc。专业版软件包括该书全部图像处理的C语言源程序以及可执行的Visual C++ 界面源程序,可以满足大学教师、科研人员以及图像处理专业人员的需要。 3. \ImageSys试用版 包括通用图像处理系统ImgeSys的介绍和试用版的安装程序。通用图像处理系统ImageSys是一套大
  3. 所属分类:C

    • 发布日期:2009-10-05
    • 文件大小:16777216
    • 提供者:chqzeng
  1. Facility Location:Concepts,Models,Algorithms and Case Studies

  2. 介绍Facility Location相关算法的综述性的经典文献,推荐研究P-Median和P-Center的同僚们阅读。
  3. 所属分类:其它

    • 发布日期:2010-07-14
    • 文件大小:6291456
    • 提供者:phoenix05056
  1. Methods for Solving the p-Median Problem:An AnnotatedBibliography

  2. 有关P-Median问题相关算法分类的综述文献
  3. 所属分类:其它

    • 发布日期:2010-07-14
    • 文件大小:292864
    • 提供者:phoenix05056
  1. Lcc C Compiler

  2. aWhat's new in the new version of lcc-win ---------------------------------------- Dec 3: Added SphericalBesselY + SphericalBesselK + SphericalBesselJ to the special functions package. Updated the documentation. Dec 2: Fixed problems with comparison
  3. 所属分类:C

    • 发布日期:2010-09-30
    • 文件大小:6291456
    • 提供者:ywj1225
  1. The Algorithm Design Manual

  2. Introduction to Algorithm Design 3 1.1 Robot Tour Optimization . . . . . . . . . . . . . . . . . . . . . . 5 1.2 Selecting the Right Jobs . . . . . . . . . . . . . . . . . . . . . . . 9 1.3 Reasoning about Correctness . . . . . . . . . . . . . . . .
  3. 所属分类:其它

    • 发布日期:2010-11-04
    • 文件大小:3145728
    • 提供者:atdong
  1. TheAlgorithmDesignManual.pdf

  2. The Algorithm Design Manual-Steven S. Skiena 第二版,英文版,目录如下: I Practical Algorithm Design 1 1 Introduction to Algorithm Design 3 1.1 Robot Tour Optimization . . . . . . . . . . . . . . . . . . . . . . 5 1.2 Selecting the Right Jobs . . . . . . . . . .
  3. 所属分类:其它

    • 发布日期:2013-01-08
    • 文件大小:3145728
    • 提供者:jillliang
  1. Algorithms_and_Data_Structures_in_C++

  2. Index A Acyclic graph 66 Adder CLA adder module 200 CLA adder, 16 bit 203 full 189 half 189 output delay for half adder 193 2’s Complement 4 bit adder 192 Addition carry lookahead 197 overflow 196 ripple carry 191, 193 2’s complement 187 Adjacency m
  3. 所属分类:其它

    • 发布日期:2008-09-02
    • 文件大小:14680064
    • 提供者:wangxiang881212
  1. 排列问题再讨论

  2. 11086 排序问题再探讨 时间限制:1000MS 内存限制:65535K 提交次数:0 通过次数:0 题型: 编程题 语言: 无限制 Descr iption 此题以程序填空的形式进行,请将下列程序框架复制到本机,并按下面要求填充完整后再用g++编译器提交, 在不改变程序框架情况下,可以自由添加所需的函数和变量,或修改合适的函数参数。 1,请改写一个"递归"的插入排序,排序a[0…n-1],先递归的排序a[0…n-2],然后再将a[n-1]插入到已排序的a[0…n-2]中去。 2,自然合并排
  3. 所属分类:C

    • 发布日期:2013-10-24
    • 文件大小:3072
    • 提供者:u012561641
  1. The gravity p-median model

  2. sci文章 The gravity p-median model
  3. 所属分类:物流

    • 发布日期:2014-03-28
    • 文件大小:230400
    • 提供者:u014413494
  1. 卡尔曼滤波源代码1

  2. 卡尔曼滤波源代码 disp('loading example file, 500 samples [11.3kHz] of blues...'); load example; plot(x); pause; disp('Now use the median filter'); disp('p = 3'); plot([x, mfilt1d(x,3)]); pause; disp('p = 7'); plot([x, mfilt1d(x,7)]); pause; disp('Now the fa
  3. 所属分类:专业指导

    • 发布日期:2014-04-25
    • 文件大小:565
    • 提供者:bianhao003
  1. MATLAB实现K-means聚类

  2. function [idx, C, sumD, D] = kmeans(X, k, varargin) % varargin:实际输入参量 if nargin 1 % 大于1刚至少有一种距离 error(sprintf('Ambiguous ''distance'' parameter value: %s.', distance)); elseif isempty(i) % 如果是空的,则表明没有合适的距离 error(sprintf('Unknown ''distance'' parame
  3. 所属分类:专业指导

    • 发布日期:2015-09-20
    • 文件大小:23552
    • 提供者:qq_22248495
  1. Foundations of Data Science,Avrim Blum, John Hopcroft and Ravindran Kannan著

  2. Foundations of Data Scienceby Avrim Blum, John Hopcroft and Ravindran Kannan 数据科学导论 Contents 1 Introduction 8 2 High-Dimensional Space 11 2.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 2.2 The Law of Large
  3. 所属分类:讲义

    • 发布日期:2017-09-26
    • 文件大小:2097152
    • 提供者:lxlybytwo
  1. Robust Statistics

  2. 1 Introduction 1 1.1 Classical and robust approaches to statistics 1 1.2 Mean and standard deviation 2 1.3 The “three-sigma edit” rule 5 1.4 Linear regression 7 1.4.1 Straight-line regression 7 1.4.2 Multiple linear regression 9 1.5 Correlation coef
  3. 所属分类:硬件开发

    • 发布日期:2009-03-28
    • 文件大小:4194304
    • 提供者:discipile
  1. 基于遗传算法的带容量限制的P-median设施选址问题

  2. 备注无比详细,格式美观,绝对看得懂!!基于启发式遗传算法的带容量限制的P-median设施选址问题(在N个需求点中找出P个点建设设施满足全部需求,各点设施建设有容量限制,目标为最小化距离与对应需求量的乘积),通过轮盘法进行染色体种群进化,数据部分可导入文件计算,可动态设置种群规模和繁衍次数。
  3. 所属分类:C/C++

    • 发布日期:2018-06-11
    • 文件大小:11264
    • 提供者:qq_26791373
  1. 计算机视觉

  2. CONTENTS I IMAGEFORMATION 1 1 RADIOMETRY — MEASURING LIGHT 3 1.1 Light in Space 3 1.1.1 Foreshortening 3 1.1.2 Solid Angle 4 1.1.3 Radiance 6 1.2 Light at Surfaces 8 1.2.1 Simplifying Assumptions 9 1.2.2 The Bidirectional Reflectance Distribution Fu
  3. 所属分类:其它

    • 发布日期:2018-07-20
    • 文件大小:52428800
    • 提供者:weixin_37835458
  1. Understanding Clinical Research: Behind the Statistics

  2. Table of Contents: Week 1 : Getting things started by defining different study types Getting to know study types Observational and experimental studies Getting to Know Study Types: Case Series Case-control Studies Cross-sectional studies Cohort stud
  3. 所属分类:讲义

    • 发布日期:2018-08-24
    • 文件大小:3145728
    • 提供者:qq_40657244
  1. A_network_location-allocation_model

  2. The flow capturing and the p-median location-allocation models deal quite differently with demand for service in a network. The p-median model assumes that demand is expressed at nodes and locates facilities to minimize the total distance between su
  3. 所属分类:讲义

    • 发布日期:2018-02-10
    • 文件大小:856064
    • 提供者:weixin_39537168
  1. multi-period-balanced-p-median-源码

  2. multi-period-balanced-p-median
  3. 所属分类:其它

    • 发布日期:2021-03-18
    • 文件大小:219152384
    • 提供者:weixin_42173205
  1. An Improved Genetic Algorithm for Bi-objective Problem: Locating Mixing Station

  2. Locating mixing station (LMS) optimization has a considerable influence on controlling quality and prime cost for the specific construction. As a NP-hard problem, it is more complex than common p-median problem. In this paper, we proposed a hybrid ge
  3. 所属分类:其它

    • 发布日期:2021-02-22
    • 文件大小:566272
    • 提供者:weixin_38586186
« 12 »