资源列表
acmPPT
- acm算法的讲解ppt,包括动态规划,搜索,模拟等重要算法的讲解,对学习算法的朋友一定很有帮助。-acm algorithm explained ppt, including dynamic programming, searching, algorithm simulation, and other important talks, a friend of the learning algorithm must be helpful.
cSharp-data-structure
- 将数据结构与C#语言和.NET框架结合是本书的一大特点。本书所有的数据结构和算法都是用C#语言进行描述,并在相应章节的末尾介绍了在.NET框架中常用的数据结构和算法。用C#在.NET平台开发的技术人员可以从本书中获得许多有益的知识和技术。-Data structures and C# language and. NET Framework with a major feature of this book. Book all the data structures and algorithms
数据结构
- 将数据结构与 C#语言和.NET 框架结合是本书的一大特点。.NET 平台是微软推出的一 个新的开发平台,目的是让“不同的语言共享同一平台”。.NET 很可能成为下一代 Windows 操作系统的一部分。(Combining data structure with C# language and.NET framework is one of the major features of this book. .NET platform is one of Microsoft launched
trxnsfarent__boundary
- 电力系统计算软件,潮流,最优潮流,无功优化()
test
- 带有旋转角度的椭圆及链表;椭圆是直接画出来的,没有间断点;如果先画椭圆后旋转则会有间断点或需存储大量的点。-With a rotation Angle of elliptic and linked list
Sieve
- Sieve算法实例,找质数的算法,找出2到x之间的所有质数的算法-Sieve algorithm instance, the algorithm to find prime numbers, from 2 to identify all the prime numbers between x algorithm
DinicFlow
- 提供了DINIC算法的程序,可以帮助了叫dinic算法的过程-Algorithm provides a DINIC program that can help the process of the algorithm called dinic
51CTO下载-数据结构(C#语言版)
- 用于学习数据结构方面的知识,本书是基于C#语言的(For learning data structure knowledge, this book is based on the C# language)
Data_Structures_code
- 大量数据结构代码,还有数据结构资料。学习起来十分快-Large amounts of data structure code, as well as information on data structure
HuffmanCodingTree
- 哈夫曼树 可以编码任意文字,将其转化为二进制语言-Huffman tree can be encoded any text to be translated into a binary language
ACM_gametheory
- 有关博弈论的算法源码,有爱者可以参考,内附带有OJ题目号,可以上网找到题目。-On game theory algorithms, a love can refer to, included with OJ topic number, you can find topics on the Internet.
consjrain
- 现实世界中的算法:pdf格式,是伯克利大四学生和老师的集体作品,非常通俗而又详尽地总结了许多常见的算法,包括信息压缩,各类()