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

搜索资源列表

  1. NSGA-II

    3下载:
  2. NSGA-II源程序,用于求解多目标优化问题,是对NSGA在非支配集构造方法,维持解分布性策略等方面进行的改进。-NSGA-II source code for multi-objective optimization problem, NSGA is a non-dominated set in the constructor, maintenance solutions and other aspects of the distribution strategy of improvement
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:37516
    • 提供者:于明
  1. spiderSearch

    1下载:
  2. 是有关网络爬虫技术方面的知识,详细的描述了爬虫原理及爬取策略。-This PPT is about the web crawler technology, knowledge, a detailed descr iption of the reptiles crawling principles and strategies.
  3. 所属分类:Search Engine

    • 发布日期:2017-04-02
    • 文件大小:107620
    • 提供者:
  1. Sliding Window

    1下载:
  2. 滑动窗口协议仿真,程序按照滑动窗口协议实现端对端的数据传送。包括协议的各种策略,如包丢失、停等应答、超时等都应有所仿真实现。-Sliding window protocol emulation, the program in accordance with the sliding window protocol to achieve end to end data transfer. Including the agreement of various strategies, such as p
  3. 所属分类:Internet/网络编程

    • 发布日期:2012-12-07
    • 文件大小:69284
    • 提供者:gagmeansfun
  1. CloseUSB

    0下载:
  2. 禁用USB,光驱,注册表,组策略..等-Disable USB, CD-ROM drive, registry, group policy .. and so on,
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-18
    • 文件大小:4731904
    • 提供者:FS_YD
  1. gray

    0下载:
  2. Gray码是一个长度为2n的序列。序列中无相同元素,每个元素都是长度为n位的串,相邻元素恰好只有1位不同。用分治策略设计并实现一个算法对任意的n构造响应的Gray码。-Gray code is a sequence of length 2n. No similar sequence elements, each element is n-bit string length, the adjacent element is only a difference exactly. With sub-r
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:681
    • 提供者:huzhaowei
  1. CrazyCar

    0下载:
  2. 疯狂赛车是一款基于J2ME技术的手机游戏,该游戏实现在分辨率为标准的240*320各种手机上运行。玩家的赛车可通过键盘进行控制,而游戏控制的赛车须具有智能性的自动运行,使游戏具有可玩性。而游戏最重要的就是游戏控制的赛车AI(Artificial Intelligence)策略的设计,你必须考虑到每一种可能发生的情况,例如当游戏控制的赛车和障碍物碰撞时的躲避、减速、加速、换方向等策略的设计,这样你的游戏才能看上去流畅并和现实大致相符。-Crazy car is a technology based
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-28
    • 文件大小:830789
    • 提供者:吴京京
  1. mu-mimo-power-allocation

    3下载:
  2. 本代码给出了在多用户mimo系统中功率分配的策略,包括注水法和等功率分配法,并得到了响应的信道容量。-This code gives the power distribution in a multi-user mimo systems strategy, including water injection method and equal power allocation method and the response capacity of the channel.
  3. 所属分类:3G develop

    • 发布日期:2017-03-23
    • 文件大小:3769
    • 提供者:
  1. MDPtoolbox

    1下载:
  2. 马尔科夫决策过程值迭代算法value iteration,策略迭代等函数代码,从国外网站下载,非常详细,有用。-Markov decision process value iteration algorithm value iteration, policy iteration and so the function code, from the foreign website, very detailed and useful.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:236965
    • 提供者:小小
  1. fair-share-scheduling

    0下载:
  2. 改进进程调度算法 进程调度算法是解决如何使资源分配策略最优化的关键,通过实现一个被称作公平调度的进程调度算法。-Process scheduling algorithm to improve the process of scheduling algorithm is to solve how to make optimal resource allocation strategy key to understanding the Linux process scheduling mechani
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-24
    • 文件大小:168787
    • 提供者:邢府纬
  1. Ant-Algorithmcpp

    1下载:
  2. 蚁群算法的C++实现,VC6.0环境。基本蚁群算法+2OPT局部优化+Etlist精英解策略。-Ant colony algorithm C++ implementation, VC6.0 environment. The basic ant colony algorithm+2 OPT local optimization+ Etlist elite Solution Strategy.
  3. 所属分类:AI-NN-PR

    • 发布日期:2014-09-08
    • 文件大小:260103
    • 提供者:占志刚
  1. bpnnet_154

    3下载:
  2. L-M算法。除了动量法(基于梯度下降的训练算法)外,学习率自适应调整策略是BP算法改进的另一种途径,它利用Levenberg-Marquardt优化方法,从而使得学习时间更短。其缺点是,对于复杂的问题,该方法需要很大的存储空间。 -L-M algorithm. In addition to momentum (based on the gradient descent algorithm for training), learning rate adaptive strategy is to i
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-16
    • 文件大小:942
    • 提供者:辜小花
  1. 演化法

    0下载:
  2. 首先介绍了当前求解TSP问题最好的演化算法之一:GT算法。文中重点设计了在NOW上求解旅行商问题GT算法的并行算法,详细描述了设计思路,设计策略。还给出了相当详细的并行算法描述。文中设计的并行算法已经在NOW上的PVM平台上实现。关键词NOW,演化计算,旅行商问题,并行计算-first briefed on the current TSP evolutionary algorithm best one : GT algorithm. The article focused on the desi
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:200229
    • 提供者:巨金华
  1. 分治算法

    0下载:
  2. 君主和殖民者们所成功运用的分而治之策略也可以运用到高效率的计算机算法的设计过程中。本章将首先介绍怎样在算法设计领域应用这一古老的策略,然后将利用这一策略解决如下问题:最小最大问题、矩阵乘法、残缺棋盘、排序、选择和一个计算几何问题——找出二维空间中距离最近的两个点。 本章给出了用来分析分而治之算法复杂性的数学方法,并通过推导最小最大问题和排序问题的复杂性下限来证明分而治-monarchy and colonialists who have successfully used the divid
  3. 所属分类:Special Effects

    • 发布日期:2017-11-11
    • 文件大小:6728
    • 提供者:小芝
  1. 设置代理的代码

    0下载:
  2. 是通过插件形式修改注册表的C#代码,可以直接在B/S程序中调用,缺点是课户端安全策略可能阻止代码运行.-through plug-in the form of amendments to the registry of C# code directly on the B/S process called shortcoming is that class households-security strategy may prevent the code runs.
  3. 所属分类:CSharp

    • 发布日期:2017-11-18
    • 文件大小:854
    • 提供者:ztf
  1. robotarm

    3下载:
  2. 柔性机械臂的神经网络控制策略。课程报告,有详细说明。-Flexible manipulator neural network control strategy. Course report is described in detail.
  3. 所属分类:matlab

    • 发布日期:2017-11-12
    • 文件大小:289627
    • 提供者:郑军
  1. VLAN

    0下载:
  2. 什么是VLAN,划分VLAN的基本策略以及使用VLAN优点-What is a VLAN, the basic strategy of division of VLAN and the use of the advantages of VLAN
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2016-01-25
    • 文件大小:6974
    • 提供者:卢厚彬
  1. 2

    0下载:
  2. 本课题通过构建一个艺术品展示平台,使参与者了解网络、信息流通、网络信息交互、网络信息结构等多媒体信息涉及的各个方面;通过研究平台及艺术品的安全策略,使参与者逐步进入应用及理论研究的热点问题。-This subject through the displayed works of art to build a platform to enable participants understand the network, the flow of information, interactive ne
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-01
    • 文件大小:163776
    • 提供者:sun
  1. e

    0下载:
  2. 1、实验目的 掌握编写一般GUI程序的基本步骤,简单组件的事件响应机制及程序调试的基本要领。 2、实验内容及要求 1)使用按钮、标签、文本组件、选择组件构造GUI。 2)对组件产生的事件给出响应。 3)体现图形用户界面各种布局策略的设计与使用。 -1, the experiment was prepared by the general GUI program to master the basic steps, simple components and procedu
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-03
    • 文件大小:392654
    • 提供者:momo
  1. game_theory

    1下载:
  2. 一本不错的博弈论基础的书,对策略和算法有较好的指导作用。-A good book based on game theory, strategies and algorithms for a better guide.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-16
    • 文件大小:4512899
    • 提供者:guobenhua
  1. zutairuanjian

    0下载:
  2. 组态软件,本控制系统所建立的工程由主控窗口、设备窗口、用户窗口、实时数据库和运行策略五部分构成,每一部分分别进行组态操作,完成不同的工作,具有不同的特性。-Configuration software, the control system established by the main window works, equipment window, the user window, real-time database and operating strategy of the five pa
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:106791
    • 提供者:Jonson
« 1 2 ... 20 21 22 23 24 2526 27 28 29 30 ... 50 »
搜珍网 www.dssz.com