搜索资源列表
google.search.pas
- Google搜索引擎的核心算法,揭示GOOGLE搜索的机密.用DELPHI编写.-Google search engine at the core algorithms, the Google search reveals secrets. Prepared with Delphi.
svdandnetwoks
- 逆矩阵相关算法,包括svd求奇异矩阵,高斯约旦法等-inverse matrix algorithms, including seeking SVD singular matrix, Jordan and France as Gaussian
networktopfind
- 运用snmp协议编程,迅速查找所在子网及相邻子网的网络拓扑结构,采用优化算法,速度快-use snmp programming agreement quickly identify where subnetworks and the adjacent subnet the network topology, using optimization algorithms, faster
mdsr
- 动态路由协议dsr改进算法,mdsr协议(适用于manet网络)-dynamic routing protocol DSR improvement algorithms, mdsr agreement (applicable to statutory Network)
Google-search-algorithm
- Google搜索引擎的相关算法-Google search engine algorithms
tanlansuanfa
- 常用算法编程与算法第1章贪婪算法 常用算法编程与算法贪婪算法-commonly used algorithms and programming algorithm Chapter 1 of the greedy algorithm commonly used algorithms and programming algorithm greedy algorithm
gui_antminer
- 蚂蚁算法,通过自适应自动搜索路径,JAVA 程序-ant algorithms, adaptive automatic search path, JAVA program
Net_apps
- 站长,你好,可否给我开放,我提供的是基于uCOSII代码,包含有Http服务器,SMTP,DDNS,FTP网络方面的代码,我很需要一些MP3,MPEG4的算法原理资料-head Hello, Can you give me open, and I provide is based on uCOSII code Http includes server, SMTP, DDNS, FTP network code, I need some MP3, MPEG4 algorithms for data
erweishuzu
- 二维数组与二维数组得到的算法。请查看的乘法。-two-dimensional array with the two-dimensional array algorithms. Please check the multiplication.
SecureChat_demo
- security chat demo, using some cipher algorithms -security chat demo. using some cipher algorithms
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
cyuyanphonebook
- 通讯录程序源代码..一个综合运用了多种数据结构和算法的程序。完全使用标准 C 编写!绝对值得细细品味!-directory source code .. a comprehensive use of a variety of data structures and algorithms procedures. Fully prepared to use the standard C! Definitely worth a careful look!
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,
udt.4.4.win32_with_VC6
- udt.4.4 支持VC6, linux+vc.net+vc6 UDT(UDP-based Data Transfer Protocol,简称UDT)是一种互联网数据传输协议。UDT建于UDP之上,并引入新的拥塞控制和数据可靠性控制机制。UDT是面向连接的双向的应用层协议。它同时支持可靠的数据流传输和部分可靠的数据报传输。 由于UDT完全在UDP上实现,它也可以应用在除了高速数据传输之外的其它应用领域,例如点到点技术(P2P),防护墙穿透,多媒体数据传输等等。 UDT由开
AQM_matrix_Stability
- 本程序用于AQM网络的拥塞分析。 我们将TCP/IP网络用流体模型表示,网络拥塞时,对应的系统模型将出现不稳定,本程序采用2-D稳定性检验算法判断稳定性,进而确定网络的拥塞条件。 程序的前言部分给出了参考文献,使用者对照参考文献可以理解本程序提供的算法。-This procedure for analysis of AQM network congestion. We will be TCP/IP networks that use fluid model, network con
Introduction-to-Algorithms
- Introduction to Algorithms.学习《算法导论》,自己动手写了一些算法的C实现-Introduction to Algorithms. learning " algorithm ", write some algorithm C implementation
Python-Algorithms-master
- ##Python-Algorithms "Python Algorithms: Mastering Basic Algorithms in the Python Language" ##Python算法教程 - [第1章 引言](/Chapter1) - [第2章 基础知识](/Chapter2) - 第3章 计数初步 - 第4章 归纳,递归及归简 - 第5章 遍历:算法学中的万能钥匙 - 第6章 分解,合并,解决 - 第7章 贪心有理吗?请证