搜索资源列表
Dijkstra
- C语言编程实现D算法。本实验利用Matlab实现。实现以下功能: 1输入必要参数,包括:节点个数、节点间路径长度、给定节点; 2输出给定节点到其它各节点的最短路径、径长; 3节点间路径长度用矩阵形式表示: -D C language programming algorithm. In this study, by Matlab. Achieve the following functions: 1 Enter the required parameters, includ
Picture.Translate.Of.Remote.Desktop.Control
- 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现; C:GIF-LZW压缩算法压缩率较好,且我已想
asp
- 在网站建设中,分类算法的应用非常的普遍。在设计一个电子商店时,要涉及到商品分类;在设计发布系统时,要涉及到栏目或者频道分类;在设计软件下载这样的程序时,要涉及到软件的分类;如此等等。可以说,分类是一个很普遍的问题。-Classification algorithm to solve the problem of
topoSearch
- 用omnet++仿真TopDisc算法, TopDisc提出了三色和四色算法,三色算法将节点分别着上白色、黑色和灰色。白色节点 代表未被发现的节点或者是没有收到任何拓扑请求包的节点;黑色节点为簇头节点;灰色节点为至少被一个黑色节点覆盖的节点 - using Omnet++ to simulate TopDisc algorithm, TopDisc proposed a three-color and four-color algorithm, three-color algorithm
Research_and_Design_on_the_Large-scale_Full-text_S
- 本文重点在 UbiSearch 系统的设计、分布式文档重要度计算、缓存策略等方面开展了研究工作,并取得了如下成果: 1、完成了 UbiSearch 的设计;2、对 PageRank 算法进行了扩展,提出了分布式 PageRank 算法;对 PageRank 算法进行了扩展,提出了分布式 PageRank 算法。-In this thesis, we focus on three aspects: system design, distributed ranks calculation and
P2P-algorithm
- P2P的算法,有emule的还有bt的,kad算法,dht算法,非常详细;适合大家研究p2p算法。-P2P algorithms, there is emule also bt' s, kad algorithm, dht algorithm, in great detail suitable for everyone to consider p2p algorithm.
cluster
- 分簇算法代码,sss.h中定义了部分功能函数在sss.cpp中实现;node.cpp实现了sss.h中定义的node类;main.cpp实现了仿真算法流程-Clustering algorithm code, sss.h some performance function is defined in the sss.cpp to achieve node.cpp achieved sss.h defined node class main.cpp flow simulation algori
src
- 距离向量算法的实现,利用多线程机制,进行结点初始化流程程序设计;进行结点距离向量消息的收发-Distance vector algorithm, using multi-thread mechanism for node initialization process programming to nodes send and receive messages from the vector
AntColony
- 计算机工程;人工智能及识别技术,基于蚁群算法非结构化的P2P搜索机制-Computer Engineering artificial intelligence and recognition technology, based on ant colony algorithm search mechanism in unstructured P2P
DGScreenSpy_0.6b
- 屏幕远程控制高速版,此为DGScreenSpy 的0.6b版,增加了以下功能: 1、多矩形算法修改; 2、显示鼠标轨迹; 3、支持鼠标滚轮; 4、缩放显示。-Screen remote control high-speed version of this DGScreenSpy the 0.6b version adds the following features: 1, multi-rectangle algorithm changes 2, mouse movement
ex1LinuxVersion
- linux下的加密会话; RSA、des、sha算法; 包括RSA密钥分发,des密钥在非对称密钥下的交换。 有TicServer用于分发RSa、密钥 Server是提供服务的。详细见实验报告-encrypted session under linux RSA, des, sha algorithm RSA key distribution des key in the non-symmetric key exchange. TicServer used to distrib
Algorithm
- 这是人工蜂群算法的一个实现步骤的程序;望多多指教,实属菜鸟。-This is the process of the artificial colony algorithm implementation steps
xiang
- 计算机图形学OPENGL中的橡皮筋画长方形的程序;算法很好-Computer Graphics in the rubber band OPENGL rectangular painting procedures algorithm well
41695059RRT-path-planning
- 机器人路径规划程序。C++编程。RRT(快速随机扩展树)算法(Robot path planning program. C++ programming. RRT (fast random spanning tree) algorithm)
Dv-Hop
- 实现了WSN中的Dv-Hop定位算法的功能(The function of Dv-Hop positioning algorithm in WSN is realized)
GPS卫星位置的计算
- 通过对卫星的数据来进行网络编程,利用相关的插值算法实现相关的功能。(The network programming is carried out by the data of the satellite, and the related functions are realized by the relevant interpolation algorithm.)
遗传算法工具箱
- MATLAB的一个工具箱,关于遗传算法的,有需要的下载。(MATLAB is a toolbox for genetic algorithm, which needs downloading.)
FOA
- 使用matlab编写的基于FOA果蝇优化算法的极小值、极小值优化问题程序(A minimax and minimization optimization program based on FOA fruit fly optimization algorithm written in MATLAB)
LSSVM
- 结合风场实时数据以及风场气象数据,分析了实时数据并制定了数据清洗规则;针对风电功率预测领域预测精度低的问题,采用lssvm算法进行预测。(Combined with real-time wind field data and wind field meteorological data, the real-time data was analyzed and data cleaning rules were formulated. For the problem of low predictio
麻雀搜索算法(SSA)优化bp网络
- 较新的优化算法,麻雀算法优化BP神经网络权值与阈值;(the key parameters of BP are choosed automatically by Sparrow Search Algorithm.)