CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - N Best

搜索资源列表

  1. AStar

    0下载:
  2. A*(A-Star)算法是一种静态路网中求解最短路最有效的方法。公式表示为: f(n)=g(n)+h(n),其中f(n) 是从初始点经由节点n到目标点的估价函数,g(n) 是在状态空间中从初始节点到n节点的实际代价,h(n)是从n到目标节点最佳路径的估计代价。 -A* (A-Star) is a static network algorithm for solving the shortest most effective way. Formula is expressed as: f (n)
  3. 所属分类:Data structs

    • 发布日期:2017-05-18
    • 文件大小:4839618
    • 提供者:王健
  1. TrainingAndPlacement

    0下载:
  2. training n placement This project is very good for naive and proficient programer for parctice. I have check all forms and methods with best of my knowledge. I have decleared database connectivity with try and catch block(good pactice for error h
  3. 所属分类:CSharp

    • 发布日期:2017-05-13
    • 文件大小:3251065
    • 提供者:sucker
  1. qbxf

    0下载:
  2. 给定N个数据点,求切比雪夫议意义下的最佳拟合多项式-Given N data points, find the Chebyshev sense proposed best-fit polynomial
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:850
    • 提供者:韩伟
  1. City-Shop-pipeline-problem

    0下载:
  2. 需要在某个城市n个居民小区之间铺设煤气管道,则在这n个居民小区之间只需要铺设n-1条管道即可。假设任意两个小区之间都可以铺设管道,但由于地理环境不同,所需要的费用也不尽相同。选择最优的方案能使总投资尽可能小,这个问题即为求无向网的最小生成树。-Needs in a residential area between the n cities laying gas pipelines, in the residential area between the n n-1 only the laying
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:22919
    • 提供者:冯柳鑫
  1. ManGame

    0下载:
  2. 一个很好玩的游戏,解压后到目录运行cmd 输入java Game-a new best game you can play the one n
  3. 所属分类:Games

    • 发布日期:2017-04-02
    • 文件大小:86016
    • 提供者:王心凌
  1. 0-1beibao

    0下载:
  2. 给定n种物品和一背包。物品i的重量是wi,其价值为vi,背包的容量为C。问应如何选择装入背包的物品,使得装入背包中物品的总价值最大-the problem is 0-1bag,it can put best price
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:22054
    • 提供者:shengjiali
  1. Ant-colony-algorithm

    0下载:
  2. 最短路径实现的蚁群算法 主要符号说明 C n个城市的坐标,n×2的矩阵 NC_max 最大迭代次数 m 蚂蚁个数 Alpha 表征信息素重要程度的参数 Beta 表征启发式因子重要程度的参数 Rho 信息素蒸发系数 Q 信息素增加强度系数 R_best 各代最佳路线 L_best 各代最佳路线的长度-Ant colony algorithm to achieve the shortest path Descr iption of the
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:8342
    • 提供者:屈林
  1. PsoProcess

    0下载:
  2. 粒子群算法OptSwarm记录每个粒子的历史最优解(粒子历史最好的适应度)以及全部粒子搜索到的全局最优解。用Wg代表全局最优解,W.,1代表每个粒子的历史最优解。粒子群初始化阶段表OptSwarm的前N行与表ParSwarm中的相同,而Wg的值为表ParSwarm中适应度值的最大值对应的行。-Particle swarm algorithm OptSwarm record the history of each particle the optimal solution (particles h
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1929
    • 提供者:zengxuefen
  1. LMS

    0下载:
  2. Simple function to adjust filter coefficients using the LMS algorithm adjusts filter coefficients, b, to provide the best match between the input, x(n), and a desired waveform, d(n),both waveforms must be the same length, uses a standard FIR filter
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1322
    • 提供者:mamoud26
  1. ex5

    0下载:
  2.  连续邮资问题 提示:连续邮资问题:某国家发行了n种不同面值的邮票,并且规定每张信封上最多只允许贴m张邮票。连续邮资问题要求对于给定的n和m的值,给出邮票面值的最佳设计,在1张信封上贴出从邮资1开始,增量为1的最大连续邮资区间。例如,当n=5和m=4时,面值为{1,3,11,15,32}的5种邮票可以贴出的最大连续邮资区间是1到70. - continuous postage problem Tip: for postage issues: a state
  3. 所属分类:Applet

    • 发布日期:2017-03-28
    • 文件大小:3057
    • 提供者:哲哥
  1. Router

    0下载:
  2. (row′ter) (n.) A device that forwards data packets along networks. A router is connected to at least two networks, commonly two LANs or WANs or a LAN and its ISP� � s network. Routers are located at gateways, the places where two or more
  3. 所属分类:Document

    • 发布日期:2017-03-24
    • 文件大小:28314
    • 提供者:tiger
  1. Matlab_tsp

    0下载:
  2. TSP问题(又名:旅行商问题,货郎担问题)遗传算法通用matlab程序 D是距离矩阵,n为种群个数 参数a是中国31个城市的坐标 C为停止代数,遗传到第 C代时程序停止,C的具体取值视问题的规模和耗费的时间而定 m为适应值归一化淘汰加速指数,最好取为1,2,3,4,不宜太大 alpha为淘汰保护指数,可取为0~1之间任意小数,取1时关闭保护功能,建议取0.8~1.0之间的值 R为最短路径,Rlength为路径长度- TSP problem (also known as: traveling
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:4497
    • 提供者:fuhai
  1. dDirrectShowLi

    0下载:
  2. 最新版的directshow.net源码(directshow.net是一群牛人用CSHARP重写的directshoow全部接口函数的类库,是在CSHARP下实现视频的最好用的东东),里面包含N个源码实例。绝对值的学习。 -The latest version directshow.net source (directshow.net group of cattle with CSHARP rewrite of directshoow class library of interface
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-18
    • 文件大小:658177
    • 提供者:anticipate
  1. four

    0下载:
  2. 计算成组滑动的滑窗检测器的最佳门限已知: 击中数N = 128, 组宽n = 8,PF = 10¡ 6,PD = 90 假设以下条件: (a) 信号不起伏 (b) 忽略天线波束调制 1 (c) 计算PD时忽略目标区以外噪声的影响 组门限(第二门限)为K=8 滑窗的门限(第三门限)为L=16 (滑窗中包含的组数为16) 求解: 最佳的KOPT 和LOPT,对这题做了具体仿真实现。需要的朋友,一定知道很有用。-Optimal threshold calculate
  3. 所属分类:matlab

    • 发布日期:2017-11-26
    • 文件大小:3310
    • 提供者:ljr
  1. Heap-sort

    0下载:
  2. 堆排序  堆排序利用了大根堆(或小根堆)堆顶记录的关键字最大(或最小)这一特征,使得在当前无序区中选取最大(或最小)关键字的记录变得简单。   (1)用大根堆排序的基本思想   ① 先将初始文件R[1..n]建成一个大根堆,此堆为初始的无序区   ② 再将关键字最大的记录R[1](即堆顶)和无序区的最后一个记录R[n]交换,由此得到新的无序区R[1..n-1]和有序区R[n],且满足R[1..n-1].keys≤R[n].key   ③由于交换后新的根R[1]可能违反堆性质,故应将当前无序区
  3. 所属分类:Data structs

    • 发布日期:2017-11-05
    • 文件大小:1006
    • 提供者:周杨
  1. Knapsack

    0下载:
  2. 描述: 需对容量为c 的背包进行装载。从n 个物品中选取装入背包的物品,每件物品i 的重量为wi ,价值为pi 。对于可行的背包装载,背包中物品的总重量不能超过背包的容量,最佳装载是指所装入的物品价值最高。 输入: 多个测例,每个测例的输入占三行。第一行两个整数:n(n<=10)和c,第二行n个整数分别是w1到wn,第三行n个整数分别是p1到pn。 n 和 c 都等于零标志输入结束。 输出: 每个测例的输出占一行,输出一个整
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-11
    • 文件大小:2627
    • 提供者:YuanCongcong
  1. QuickSort

    0下载:
  2. 快排,这个是我认为写得最好的快排代码了。快速排序可以在log2(n)的时间内对数组元素进行排序。-Fast row, this is my opinion, the best written fast row code. Quicksort log2 (n) time to sort the array elements.
  3. 所属分类:Console

    • 发布日期:2017-12-09
    • 文件大小:139515
    • 提供者:
  1. lossless-image-compression-based-on-optimal.pdf.z

    0下载:
  2. The optimal predictors of a lifting scheme in the general n-dimensional case are obtained and applied for the lossless compression of still images using rst quincunx sampling and then simple row-column sampling. In each case, the e ciency of the
  3. 所属分类:Communication

    • 发布日期:2017-11-06
    • 文件大小:268520
    • 提供者:dee
  1. HEAPSORT

    0下载:
  2. 在计算机内部排序的各种算法中 ,用比较大小的方法进行排序时间耗费的最好特性为 O(nlog2 n) ,最坏情况下还会上升到 O(n2 ) [1] 。要达到其理论下界log2 n1≈ nlog2 n- 1.4 4 n是非常困难的。Hashsort 一种散列排序方法-The best features of the computer' s internal sorting algorithm, the sort of time-consuming method of comparative s
  3. 所属分类:Data structs

    • 发布日期:2017-11-13
    • 文件大小:612
    • 提供者:liming
  1. backpack

    0下载:
  2. 需对容量为c 的背包进行装载。从n 个物品中选取装入背包的物品,每件物品i 的重量为wi ,价值为pi 。对于可行的背包装载,背包中物品的总重量不能超过背包的容量,最佳装载是指所装入的物品价值最高-Required loading capacity c backpack. Loaded backpack of items selected from n items, items i weight of wi, the value of pi. Feasible backpack load, th
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-20
    • 文件大小:768
    • 提供者:王康
« 1 2 3 4 56 7 »
搜珍网 www.dssz.com