CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - location problem

搜索资源列表

  1. yiqunjulei

    0下载:
  2. 基于聚类分析的蚁群算法,主要是应用于多目标选址问题-Ant colony algorithm based on cluster analysis is mainly used in multi-objective location problem
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:2.45kb
    • 提供者:peililiu
  1. find-files

    0下载:
  2. VB开发人员都会遇到文件定位的问题。VB提供的Dir[(pathname[, attributes])]函数应该可以满足各种文件定位问题。使用Dir函数时,我们必须给它提供文件的全部路径,否则是找不到的。而有时我们往往是不知道文件的路径的,如果要利用该函数来定位文件,我们必须编写一定的代码。笔者在利用该函数编制查找文件的函数时,颇费了些工夫,可是发现查找的效率不高,效果不太理想。那么有没有编码少且更快的方法查找文件呢?笔者后来利用一个 API函数成功地编制了一个高效率的查找文件的函数。-VB d
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2.1kb
    • 提供者:杨书亮
  1. LCS

    0下载:
  2. LCS问题就是求两个字符串最长公共子串的问题。解法就是用一个矩阵来记录两个字符串中所有位置的两个字符之间的匹配情况,若是匹配则为1,否则为0。然后求出对角线最长的1序列,其对应的位置就是最长匹配子串的位置。 最长递增子序列LCS的实现C源码!-LCS problem for two strings is the longest common sub-string problem. Solution is to use a matrix to record the location of two
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:155.39kb
    • 提供者:郭子
  1. source

    0下载:
  2. Some time ago, I stated in another article that I d take the idea of location broadcasting and develop a mobile solution as a follow-up. The problem back then was I had no means to get location data off of a cell phone, or a way to make it useful. My
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:539.96kb
    • 提供者:王啸
  1. TASKS

    0下载:
  2. 限界剪枝法语回溯法类似,是一种在问题的状态空间树中搜索解的算法。优先级用优先队列来实现,优先级高即估计函数值越低的结点越靠近队列开头位置。-French back-Bound pruning method similar to the problem is a state-space search tree algorithm solution. Priority queue with priority to the realization of the high priority that i
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:1.82kb
    • 提供者:workfuture
  1. __How_to_B15116112112002

    0下载:
  2. This a software utility. It provides auto attendance management system using face detection technique. Now a day’s many utilities provide face detection system but not intelligent. Our project is more intelligent, cost less and very easy to configure
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:13.74kb
    • 提供者:minu
  1. qichejiayouwenti

    0下载:
  2. 问题描述:一辆汽车加满油后可以行驶nkm ,旅途中有若干个加油站,设计一个有效的算法,指出应在哪些加油站停靠加油,使沿途加油次数最少。 算法设计:对于给定的n和k个加油站位置,计算最少加油次数。 数据输入 由文件input.txt给出输入数据。第一行有2个正整数n和k,表示汽车加油后可以行驶的nkm,且旅途中有k个加油 站,接下来的一行中有k+1个整数,表示第k个加油站与k-1个加油站之间的距离,第0个加油站表示出发地,汽车已加满油。第k+1个加油站表示目的地, 结果输出:将计算的最
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:964byte
    • 提供者:ahangin
  1. EiQueen

    0下载:
  2. 用C语言实现国际象棋中的八皇后问题,给出第一个皇后所在的位置,程序输出所有的正确解法。-Using C language in the Eight Queens chess problem, given the location of the first queen, the program outputs the correct solution for all.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:901byte
    • 提供者:sling120
  1. bahuanghouwenti

    0下载:
  2. 描述: 输出8皇后问题所有结果。 输入: 没有输入。 输出: 每个结果第一行是No n:的形式,n表示输出的是第几个结果;下面8行,每行8个字符,‘A’表示皇后,‘.’表示空格。不同的结果中,先输出第一个皇后位置靠前的结果;第一个皇后位置相同,先输出第二个皇后位置靠前的结果;依次类推。 输入样例: 输出样例: 输出的前几行: No 1: A....... ....A... ..
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1.27kb
    • 提供者:yagedao
  1. andian

    0下载:
  2. 鞍点问题: 若矩阵A中的某一元素A[i,j]是第i行中的最小值,而又是第j列中的最大值,则称A[i,j]是矩阵A中的一个鞍点。写出一个可以确定鞍点位置的程序-10, saddle point problem: If the matrix A of an element A [i, j] is the minimum value of i-line, but is the first j columns of the maximum, claimed that A [i, j] is the ma
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:708byte
    • 提供者:bjtupro
  1. VRPH-1.0.0

    0下载:
  2. Furthermore, the simulator actually build in another algorithm - Dijikstra Algorithm. This algoritm is the best and fastest algo in solving shortest path problem. It s actually used to compare wtih GA in solving a specified situation. Simulator also
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:134.37kb
    • 提供者:celine
  1. PSO-for-TSP-of-51-city

    0下载:
  2. 为本人毕业设计里,粒子群算法的一个应用,求解51个城市的TSP问题,城市的个数和位置都可以改动,并与遗传算法求解的结果进行对比!-I graduated from the design, the application of the particle swarm algorithm for solving the 51 cities TSP problem, the number and location of the city can be altered, and compared with
  3. 所属分类:Other systems

    • 发布日期:2017-11-05
    • 文件大小:9.74kb
    • 提供者:lin
  1. youjuxuanzhi

    0下载:
  2. 邮局选址问题 采用线性时间选择算法 基于分治思想,采用文件输入方式 输出邮局选址坐标-The post office location problem using a linear time selection algorithm is based on the idea of ​ ​ divide-and-conquer, file input output post office location coordinates
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-07
    • 文件大小:112.9kb
    • 提供者:马丙展
  1. queen

    0下载:
  2. 输出8皇后问题所有结果。每个结果第一行是No n:的形式,n表示输出的是第几个结果;下面8行,每行8个字符,‘A’表示皇后,‘.’表示空格。不同的结果中,先输出第一个皇后位置靠前的结果;第一个皇后位置相同,先输出第二个皇后位置靠前的结果;依次类推。 -Output all the results of the 8-queens problem. The first line of each result in the form of a No n: n output is several r
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-28
    • 文件大小:4.2kb
    • 提供者:王康
  1. eightqueues

    0下载:
  2. 这是一个古老的具有代表性的问题,用计算机求解时的算法也很多,这里仅介绍一种。 采用一维数组来进行处理。数组的下标i表示棋盘上的第i列,a[i]的值表示皇后在第i列所放的位置。如:a[1]=5,表示在棋盘的第一例的第五行放一个皇后。 程序中首先假定a[1]=1,表示第一个皇后放在棋盘的第一列的第一行的位置上,然后试探第二列中皇后可能的位置,找到合适的位置后,再处理后续的各列,这样通过各列的反复试探,可以最终找出皇后的全部摆放方法。 程序采用回溯法,算法的细节参看程序。-This is
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-15
    • 文件大小:874byte
    • 提供者:陆凯
  1. discuz_aliyunrec_v2.1

    0下载:
  2. 插件安装使用方法参考:http://www.discuz.net/thread-3229115-1-1.html v2.1版本在v2.0的基础上做了如下优化: 1. 解决了因站长设置游客访问权限,通信失败的问题。优化后将降低00000错误提示出现的概率 2. 只获取用户上传的本地图片,来提高图片的质量 3. 解决了推荐框离帖子内容太近的问题,推荐框和内容之间会间隔5PX 4.解决了在帖子第2页第一个回帖内容下方出现云推荐,和帖子第2页1楼和2楼之间出现云推荐的问题
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-08
    • 文件大小:23.38kb
    • 提供者:云推荐
  1. Romeo-and-Juliet-maze-problem

    0下载:
  2. 罗密欧与朱丽叶的迷宫问题。罗密欧与朱丽叶身处一个m×n的迷宫中,如图所示。每一个方格表示迷宫中的一个房间。这m×n个房间中有一些房间是封闭的,不允许任何人进入。在迷宫中任何位置均可沿8 个方向进入未封闭的房间。罗密欧位于迷宫的(p,q)方格中,他必须找出一条通向朱丽叶所在的(r,s)方格的路。在抵达朱丽叶之前,他必须走遍所有未封闭的房间各一次,而且要使到达朱丽叶的转弯次数为最少。每改变一次前进方向算作转弯一次。请设计和实现一个算法帮助罗密欧找出这样一条道路。-Romeo and Juliet m
  3. 所属分类:Other systems

    • 发布日期:2017-06-02
    • 文件大小:13.77mb
    • 提供者:zhangqian
  1. Josephus-problem

    0下载:
  2. 30个旅客同乘一船,超载航行,途中风浪大作,危险万状。船长告诉大家,只要将船舱一半的乘客投入海中,其余人方能幸免于难。无奈,大家只能赞成这个方法,并议定30个人围成 一圈,由第一个人数起,挨次报数,每数到第9人,便把他投入海中,如此循环地进行,直至剩下15个乘客为止,问哪些位置是将被投下海的位置?-30 passengers with a boat ride, sail overloaded, the way waves masterpiece perilous. Captain tell
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:186.81kb
    • 提供者:王星星
  1. egplication

    0下载:
  2. 飞机定位问题在航空的应用是十分广泛的,此源码是用matlab实现的(The plane location problem in the application of the air is very broad, this source is matlab)
  3. 所属分类:其他小程序

    • 发布日期:2017-12-26
    • 文件大小:1kb
    • 提供者:XMTF%2B65460
  1. immune algorithm

    1下载:
  2. 把免疫优化算法用于物流配送中心的选址问题中(The immune optimization algorithm is applied to the location problem of logistics distribution center)
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:28kb
    • 提供者:NANCY123456NN
« 12 »
搜珍网 www.dssz.com