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

ms-Clustering

  • LEACH算法

    LEACH clustering algorithm matlab code, detailed notes for the students of great help beginners WSN protocol

    标签: LEACH

    上传时间: 2016-01-07

    上传用户:huoniao741

  • UltraISO9.5.3.2901中文完美注册版,

    光盘工具UltraISO软碟通是一款光盘映像ISO文件编辑制作工具,它可以图形化地从光盘、硬盘制作和编辑ISO文件。 ultraiso是一款功能强大而又方便实用的光盘映像文件制作/编辑/格式转换工具,它可以直接编辑光盘映像和从映像中直接提取文件,也可以从CD-ROM制作光盘映像或者将硬盘上的文件制作成ISO文件。同时,你也可以处理ISO文件的启动信息,从而制作可引导光盘。本U盘量产网特别版软件具有如下特点:     本软件是UltraISOV9.5.3.2901简体中文版安装版,注意,是真正的简体中文版,而非多国语言版精简而来,安装后注册即可,注意,是注册的,而非采用破解机破解而来,所有功能均可用,使用上无任何限制,量产网试用了这么多版本,还是安装版的最完美,单文件版会出现不能关联ISO或者关联后打开ISO显示软件本身还要再选择你的ISO文件的问题; 安装后第一次打开请注册: 用户名:王涛 注册码:7C81-1689-4046-626F UltraISO PE功能特点: 1、从CD-ROM制作光盘的映像文件。 2、将硬盘、光盘、网络磁盘文件制作成ISO文件。 3、从ISO文件中提取文件或文件夹。 4、编辑各种ISO文件(如Nero Burning ROM、Easy CD Creator、Clone CD 制作的光盘映像文件)。 5、制作可启动ISO文件。 UltraISO V9.5.3.2901(2012-09-01): 1、新增写入硬盘映像特性,可以从软盘/硬盘映像(.IMA)、可启动ISO映像(.ISO)和本地硬盘上的文件制作可启动USB闪存盘 (基于MS-DOS, winpe 和ISOLINUX/syslinux 的系统) 2、可以新建自定义大小的硬盘映像(最大16GB)和软盘映像(最大2GB) 3、支持DOS(MSDOS/PCDOS/FREEDOS), Windows NT 和 syslinux 引导扇区 4、可以自由修改软盘/硬盘映像大小 (F9) 5、支持从驱动器检测光盘介质容量 6、可以优化大于1GB的文件 7、显示ISO映像中文件夹大小

    标签: 光盘工具

    上传时间: 2016-03-20

    上传用户:未信lx

  • CCS样式选择符设计

    CCS样式选择符,初学者,设计,DW,网页制作,大一作业 部分预览: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>CSS样式选择符</title> <style type="text/css">  body  { background-image:url(images/%E8%83%8C%E6%99%AF%E5%9B%BE%E7%89%87.jpg); background-repeat:repeat;  }    .class1  { text-align:center; font-weight:bolder;  }  .class2  { font-family:"仿宋"; text-indent:8em;  }    .class3  { font-size:18px; font-family:"宋体"; text-indent:4em;  }    #id1  { font-family:Zombie, Verdana, "Comic Sans MS"; font-style:oblique; font-size:64px;  }    #id2  { font-family:"黑体"; font-size:36px;  }  #id3  { color:#F69; font-weight:bolder; text-shadow:#FCC;  } </style> </head> <body>  <table width="780" height="1555" border="0" cellspacing="0" align="center" bgcolor="#FFFFFF">   <tr height="30">    <td align="center"><img src="images/顶部图片.jpg" /></td>   </tr>

    标签: CCS 网页设计

    上传时间: 2017-12-07

    上传用户:圈圈Ace

  • 一级MS Office学习资料包

    帮助有效的解决一级考试的资料复习题,下载后安装,还有pdf文档帮助学习选择题这类的

    标签: Office

    上传时间: 2017-12-21

    上传用户:纯虚函数

  • 基于频率插值的4.0kbps 语音编码器的性能和设计(英文)

    The 4.0 kbit/s speech codec described in this paper is based on a Frequency Domain Interpolative (FDI) coding technique, which belongs to the class of prototype waveform Interpolation (PWI) coding techniques. The codec also has an integrated voice activity detector (VAD) and a noise reduction capability. The input signal is subjected to LPC analysis and the prediction residual is separated into a slowly evolving waveform (SEW) and a rapidly evolving waveform (REW) components. The SEW magnitude component is quantized using a hierarchical predictive vector quantization approach. The REW magnitude is quantized using a gain and a sub-band based shape. SEW and REW phases are derived at the decoder using a phase model, based on a transmitted measure of voice periodicity. The spectral (LSP) parameters are quantized using a combination of scalar and vector quantizers. The 4.0 kbits/s coder has an algorithmic delay of 60 ms and an estimated floating point complexity of 21.5 MIPS. The performance of this coder has been evaluated using in-house MOS tests under various conditions such as background noise. channel errors, self-tandem. and DTX mode of operation, and has been shown to be statistically equivalent to ITU-T (3.729 8 kbps codec across all conditions tested.

    标签: frequency-domain interpolation performance Design kbit_s speech coder based and of

    上传时间: 2018-04-08

    上传用户:kilohorse

  • css美化有序列表

    css美化有序列表,贴出部分css代码         <ol >             <li>先涂粉底再涂防晒</li>             <li>先涂防晒再涂粉底</li>         </ol> <!doctype html> <html> <head> <title>CSS3 ordered list styles - demo</title> <style> body{ margin: 40px auto; width: 500px; } /* -------------------------------------- */ ol{ counter-reset: li; list-style: none; *list-style: decimal; font: 15px 'trebuchet MS', 'lucida sans'; padding: 0; margin-bottom: 4em; text-shadow: 0 1px 0 rgba(255,255,255,.5); } ol ol{ margin: 0 0 0 2em; } /* -------------------------------------- */

    标签: css 美化 序列

    上传时间: 2018-08-22

    上传用户:53660542

  • projcet2007项目管理软件模板

    projcet2007模板内容丰富,项目计划的编辑习惯,界面布局,时间计算的规则,任务的依赖关系等都和MS Project非常接近,用户会用MS Project,就会用我们的计划编辑功能。

    标签: projcet 2007 项目管理 软件 模板

    上传时间: 2019-02-19

    上传用户:自由自在xc

  • MS资料总结

    关于晶习预测,各种立场优化与结构文件的优化与分析

    标签: 软件教学 帮助掌握软件的操作与运行!!!!!!!!!!!!!

    上传时间: 2019-04-23

    上传用户:caicai123

  • MS常见问题解决

    MS8XF系列单片机常见问题解决办法,仿真器常见问题 ,烧录器及烧录器软件常见问题 等

    标签: MS 常见问题

    上传时间: 2019-06-11

    上传用户:jdz8888

  • 基于模糊聚类分析与模型识别的微电网多目标优化方法

    在微电网调度过程中综合考虑经济、环境、蓄电池的 循环电量,建立多目标优化数学模型。针对传统多目标粒子 群算法(multi-objective particle swarm optimization,MOPSO) 的不足,提出引入模糊聚类分析的多目标粒子群算法 (multi-objective particle swarm optimization algorithm based on fuzzy clustering,FCMOPSO),在迭代过程中引入模糊聚 类分析来寻找每代的集群最优解。与 MOPSO 相比, FCMOPSO 增强了算法的稳定性与全局搜索能力,同时使优 化结果中 Pareto 前沿分布更均匀。在求得 Pareto 最优解集 后,再根据各目标的重要程度,用模糊模型识别从最优解集 中找出不同情况下的最优方案。最后以一欧洲典型微电网为 例,验证算法的有效性和可行性。

    标签: 模糊 模型识别 微电网 多目标优化 聚类分析

    上传时间: 2019-11-11

    上传用户:Dr.赵劲帅