虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

dynamic-link

  • This a script for working with short TCP files with several source nodes, sharing a single bottlenec

    This a script for working with short TCP files with several source nodes, sharing a single bottleneck link. It is used to show how with proper choice of CIR, marking decreases losses of vulnerable packets (syns etc).

    标签: with bottlenec working several

    上传时间: 2015-05-11

    上传用户:aa17807091

  • This application, built in VB using MapObjects, allows the user to zoom in, zoom out and pan using

    This application, built in VB using MapObjects, allows the user to zoom in, zoom out and pan using only the mouse. The pan is a dynamic pan just push the mouse in the direction you would like to pan.

    标签: using zoom application MapObjects

    上传时间: 2014-12-22

    上传用户:ryb

  • ▲ 程序名称: 天天DV网智能友情链接管理系统 ▲ 程序版本: TTLink V2.3 ▲ 更新日期: 2006年4月3日 ▲ 程序作者: 天天DV网 ▲ 程序测试: http:/

    ▲ 程序名称: 天天DV网智能友情链接管理系统 ▲ 程序版本: TTLink V2.3 ▲ 更新日期: 2006年4月3日 ▲ 程序作者: 天天DV网 ▲ 程序测试: http://www.ttdv.cn/ttlink/ ▲ 最新版本: http://www.ttdv.cn/link/download.asp

    标签: TTLink 程序 2006 http

    上传时间: 2013-12-29

    上传用户:busterman

  • 多阶段决策过程( multistep decision process )是指 这样一类特殊的活动过程

    多阶段决策过程( multistep decision process )是指 这样一类特殊的活动过程,过程可以按时间顺序分解成若干个相互联系的阶段,在每一个阶段都需要做出决策,全部过程的决策是一个决策序列。 动态规划 ( dynamic programming )算法 是解决 多阶段决策过程最优化问题 的一种常用方法,难度比较大,技巧性也很强。利用动态规划算法,可以优雅而高效地解决很多贪婪算法或分治算法不能解决的问题。动态规划算法的基本思想是:将待求解的问题分解成若干个相互联系的子问题,先求解子问题,然后从这些子问题的解得到原问题的解; 对于重复出现的子问题,只在第一次遇到的时候对它进行求解,并把答案保存起来,让以后再次遇到时直接引用答案,不必重新求解 。动态规划算法将问题的解决方案视为一系列决策的结果,与贪婪算法不同的是,在贪婪算法中,每采用一次贪婪准则,便做出一个不可撤回的决策;而在动态规划算法中,还要考察每个最优决策序列中是否包含一个最优决策子序列,即问题是否具有最优子结构性质。

    标签: multistep decision process 过程

    上传时间: 2015-06-09

    上传用户:caozhizhi

  • 本手册是 Rainer s DHTML Library 产品的一部分。   本手册针对的是已有一定网页设计制作经验的读者。其目的是提供完整清晰的样式表内容的快速索引及进阶帮助。所以对于网页制作和

    本手册是 Rainer s DHTML Library 产品的一部分。   本手册针对的是已有一定网页设计制作经验的读者。其目的是提供完整清晰的样式表内容的快速索引及进阶帮助。所以对于网页制作和样式表的基础知识,仅简单介绍,恕不赘述。   手册提供了完整的 CSS2.0 的属性(Properties)、规则(At-Rules)、伪类(Pseudo-Classes)、伪元素(Pseudo-Elements)、声明(Declarations)、单位(Units)、选择符(Selectors)的介绍。其内容涵括了 W3C 的 CSS2.0 标准,以及 Internet Explorer 和 Netscape 各自的私有内容。出于种种众所周知的原因考虑,本手册以浏览器的事实标准—— Internet Explorer 为主。   手册中为几乎所有的已被支持的属性、伪类、单位等,除了基本的语法示范外,都度身制作了可以对照源代码即时察看运行演示的实例。   本手册的升级信息与版权声明请参阅关于本书页面。   限于篇幅,对于一些过于繁杂的相关内容,如动态样式属性(Dynamic Properties),滤镜(Filters),行为(Behaviors)请参阅我的其它相关著作。   本书中涉及到的所有HTML对象(Object,Element),HTML属性(Attributes)和特性(Properties)请参阅我的相关著作。

    标签: Library Rainer DHTML

    上传时间: 2013-12-18

    上传用户:hakim

  • 本tkyc使用Quick VxD 生成了一个动态加载的“Hello world”VxD框架

    本tkyc使用Quick VxD 生成了一个动态加载的“Hello world”VxD框架,并通过一个WIN32应用程序完成VxD的加载和卸载。在应用程序中,制作2个按钮,一个用于加载VxD,另一个用于卸载VxD。在VxD被动态加载时,VxD会输出数据流“Hello world!”以及“动态加载dynamic.vxd成功”;在VxD被卸载时,VxD会输出数据流“动态卸载dynamic.vxd成功”。

    标签: VxD Quick Hello world

    上传时间: 2014-01-05

    上传用户:CHENKAI

  • 一个基于网格和最近邻居的聚类算法 Similarity(x, y) = size ( SKNN(x) SKNN(y) )

    一个基于网格和最近邻居的聚类算法 Similarity(x, y) = size ( SKNN(x) SKNN(y) ),while Link(x, y)=1

    标签: SKNN Similarity size 网格

    上传时间: 2014-01-14

    上传用户:zhangliming420

  • R+树的c实现源码

    R+树的c实现源码,对应文章T. K. Sellis, N. Roussopoulos, C. Faloutsos: The R+-Tree: A Dynamic Index for Multi-Dimensional Objects.

    标签: 源码

    上传时间: 2014-05-25

    上传用户:sunjet

  • DWT变换源代码

    DWT变换源代码,As a special exception, you may use this file as part of a free software library without restriction. Specifically, if other files instantiate templates or use macros or inline functions from this file, or you compile this file and link it with other files to produce an executable, this file does not by itself cause the resulting executable to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the executable file might be covered by the GNU General Public License.

    标签: DWT 变换 源代码

    上传时间: 2014-12-05

    上传用户:ynsnjs

  • TI DSP tms320c6416 EDMA测试代码

    TI DSP tms320c6416 EDMA测试代码,包括QEDMA、EDMA Link功能、Chain功能。这是学习EDMA的最生动教材。

    标签: c6416 320c 6416 EDMA

    上传时间: 2014-01-20

    上传用户:sssl