搜索资源列表
common-1.2.16.tar
- The UCL common multimedia library implements a number of algorithms and protocols needed by a number of our applications. It compiles standalone on a range of Unix systems (Solaris, Linux, Irix, FreeBSD, MacOSX) and on Windows 95/98/NT/XP. The fol
OpenMesh_1.1.0.tar
- penMesh is a generic and efficient data structure for representing and manipulating polygonal meshes. OpenMesh is developed at the Computer Graphics Group, RWTH Aachen , as part of the OpenSGPlus project, is funded by the German Ministry for Research
FEC_Code_Project
- 很好的能解决网络数据丢包处理的算法。特别是在带宽一定的情况下,解决网络数据传输和带宽、数据传输完整性的较优解决方案。-good solution processing network data packet loss algorithms. Especially in certain circumstances bandwidth, the solution to network bandwidth and data transmission, data transmission integri
RC5dd00_Demo
- SSD5课程《数据结构与算法》中的练习,无需在环境中更改什么-SSD5 courses "data structures and algorithms" of the exercises in the environment without any changes
WiSNAP_1.01_04-15-05
- Abstract—Wireless networks in combination with image sensors open up a multitude of previously unthinkable sensing applications. Capable tools and testbeds for these wireless image sensor networks can greatly accelerate development of complex,
WDM-PON.使用opnet网络仿真软件
- 使用opnet网络仿真软件,对波分复用无源光网络(WDM-PON)进行建模和仿真,Modeling of PON with OPNET
wpan_zbr.rar
- ZigBee路由协议指的是ZigBee规范中规定的与路由相关的功能和算法部分,主要包括不同网络拓扑结构下ZigBee协议数据单元的路由方式、路由发现和路由维护等内容。为了达到低成本、低功耗、可靠性高等设计目标,ZigBee网络采用了Cluster-Tree与AODV路由相结合的路由算法。该包实现了ZIGBEE路由算法在NS2下的模拟,ZigBee Routing Protocol refers to the ZigBee specification and routing provisions
OurMsg.rar
- LanMsg已更名为ourmsg,当前版本为1.1,修正了1.0版本中UDP组件的BUG,调试通过视频编解码,音视频即时消息软件源码。当前版本音频采用G729A算法编解码,视频采用微软MPEG4编解码。视频编解码器在Update\mpg4vki文件夹中,发布客户端打包时需要将mpg4vki一同发布,否则客户端视频将不能正常使用。,LanMsg has been renamed ourmsg, the current version 1.1, revised 1.0 version of UDP
Sonic.Net.rar
- 一个C#写的IOCP(完成接口)的示例程序,明确的写出了实现IOCP的核心算法。有研究服务器端高效编程的程序员,可以参考一下。,A C# written in IOCP (complete interface) of the sample programs and clear the heart to write algorithms to achieve IOCP. Studies have high-performance server-side programming programmer
DHT_Search_algorithm
- 一篇关于p2p中DHT搜索算法的文章,分析的很透彻-a DHT search algorithms for p2p in the article, very thorough analysis
Algorithms_and_trust_in_P2P_systems
- Algorithms and trust in P2P systems, Doctoral Thesis-Algorithms and trust in P2P systems
synflooding
- 通信网络测量中泛洪的算法的源代码,用于向网络中发送大量分组,挺有用的-Communications network measurement algorithms in the flooding of the source code used to send a large number of sub-networks, used quite
MLC2.01-src
- A C implementation of Machine Learning Algorithms in Artificial Intelligence. Package includes data structures and also some test data.
ns-linux-v2
- This a patch that can run Linux TCP congestion control algorithms on NS2, with similar simulation speed and memory usages as other NS2 TCPs (e.g. Sack1). The implementation loosely follows the Linux TCP implementation, and can produce results compara
SIMULATION-OF-PROBLEMS-IN-dtn
- 以延迟容忍网络的路由算法为主要研究对象。叙述了延迟容忍网 络的技术背景和协议框架。比较了已有的路由算法,并在此基础之上,结 合延迟容忍网络的体系结构特点,提出了信息库的概念和几种延迟容忍网 络体系下的路由算法。-To delay tolerant network routing algorithm as the main object of study. Describes the technical background of delay tolerant networking a
R-2_Random-Push--in-Live-p2p
- R2R网络编码优化。主要思想和算法,对于网络编码速度优化很有帮助-R2R network coding optimization. Main ideas and algorithms useful for the optimization of network coding speed
TDMA-scheduling-algorithms-for-wireless-sensor-ne
- tdma sheduling in wireless sensor network
key
- 本程序代码和算法有的地方还是有点乱,程序当前绝对为免杀有效,但请各位最好自行修改后方才使用,如另行传播请注明本人的辛苦劳动,发布此代码仅供学习和交流,由于考虑到代码使用后果等原因,本人保留发布了部分函数过程,但都带有DCU单元不妨碍程序调试和基本修改.-The program code and algorithms in some places is still a bit chaotic, the program is absolutely free to kill the current e
bird-crash
- ANSYS/LSDYNA模拟鸟撞风挡的命令流文件。包括建模,划分网格,加载,设定算法和输出选项,包括显示和隐式两种算法。在ANSYS10.0/LSDYNA970环境下通过可运行。-ANSYS/LSDYNA simulation of a bird hit the windshield order flow document. Including modeling, delineation of grid, load, set the algorithm and output options, i
Python-Algorithms-master
- ##Python-Algorithms "Python Algorithms: Mastering Basic Algorithms in the Python Language" ##Python算法教程 - [第1章 引言](/Chapter1) - [第2章 基础知识](/Chapter2) - 第3章 计数初步 - 第4章 归纳,递归及归简 - 第5章 遍历:算法学中的万能钥匙 - 第6章 分解,合并,解决 - 第7章 贪心有理吗?请证