搜索资源列表
大数运算类实例
- 在计算机科学中有一类分常重要的代码工具是抽象的大数运算类,本工程实现对大数加减乘除的封装及实例-in computer science is often an important sub-category of tools is the code of large numbers Operational abstract category, the majority of projects to achieve the arithmetic package and examples
example_code_cpp1
- 学习C++的一些范例,初级学习者非常有用,可以学习如何编写简单的代码。-learning C + + Some examples, primary learners very useful and can learn how to prepare simple code.
example_code_cpp2
- 学习C++的一些范例,初级学习者非常有用,可以学习如何编写简单的代码。-learning C + + Some examples, primary learners very useful and can learn how to prepare simple code.
Opus6_Source
- Data Structures and Algorithms with Object-Oriented Design Patterns in C# 这本书的范例代码dll自己反编译的source code http://www.brpreiss.com/books/opus6/-Data Structures and Algorithms with Objec t-Oriented Design Patterns in C# this book since dll code exam
shezhimima
- 本程序是一个设置密码的实例,当用户输入错误的密码的时候,系统提示密码错误并要求重新输入,只有输入了正确的密码,才能进行下一步操作。-This procedure is a set of code examples, when a user enters the wrong password prompt, and request to enter the password mistake, only the correct password, input to the operation.
Lwipzhongwenfenxi1
- 本文叙述了lwIP的设计与实现。叙述了协议实现及子系统中所使用的算法和数据结构如存储 和缓冲管理系统。还包括LWIP API的参考手册和使用LWIP 的一些代码例子。 -This paper describes the design and implementation of lwIP. Describes the protocol implementation and subsystems used in the algorithms and data structures suc
thq11121314
- 谭浩强老师的C++数据书籍中例题的源码,希望能给大家带来帮助-Transplantation and Hemopurification teacher data books, C++ source code examples, I hope we can bring help
Map22
- 一个基于VC的有向无环图操作实例源代码,图的节点可以使任意可插入OLE项,在编辑一栏,您可以插入节点、删除节点、拓扑排序、广度遍历、最短路径、插入边等操作,该程序作者是中国地质大学的姜景捷。 -A VC' s are based on directed acyclic graph operation source code examples, graph nodes can be inserted into OLE can make any entry in the Edit colu
Data-structure-Code
- 数据结构主要内容的c语言实现 包含线性表,链表,树,希尔排序等等重要数据结构的编程事例-Main data structure of c language contains a linear table, list, tree, hill sort of programming so important examples of data structures
code
- 清华大学严蔚敏老师的数据结构书本源代码,包括全部例题的源代码-Tsinghua University, Yan Wei Min teacher data structures book source code, including source code for all examples
DirectedGraph
- 改进DFS算法代码示例(判断是否是一个有向无环图)时间复杂度:O(n+e)-Improved DFS algorithm code examples (determine whether there is a directed acyclic graph) Time complexity: O (n+e)
Campus-tour-guide-system
- 数据结构课程设计源代码 校园景点路线导航系统实例源代码 -Data structure curriculum design source code campus attractions route navigation system source code examples
042
- c语言 插入排序 算法的源码实例-Insertion Sort algorithm c language source code examples
KMP
- Pascal实现KMP及AC自动机的算法分析及代码实例-Pascal implementation of KMP and AC automaton s algorithm analysis and code examples
fenliang
- pascal实现强连通分量的算法分析及代码示例-Algorithm analysis and code examples of strongly connected components of Pascal
short-path
- pascal实现各种单源最短路算法的分析对比及代码示例-Pascal implementation of a variety of single source shortest path algorithm analysis and comparison and code examples
SingleKey
- DES 对称加密源码实例,加密算法可以是DES,DESede,Blowfish等,选择DES算法,密钥长度必须为56位,用密钥加密明文(message),生成密文(cipherText),操作模式为加密(Cipher.ENCRYPT_MODE),key为密钥,用密钥加密明文(plainText),生成密文(cipherByte),操作模式为解密,key为密钥-DES symmetric encryption source code examples
maopao
- 此源码示例为冒泡排序算法,通过此程序可以了解冒泡排序,也可以直接编译使用。-This source code examples for the bubble sort algorithm, through this procedure can understand the bubble sort, it can also be directly compiled to use.
CPP
- 清华大学谭浩强版C++程序设计,书中例子的源代码。供初学者,调不出结果者使用。-Tsinghua Hemopurification Edition C++ programming, source code examples in the book. For beginners, tune not to use the results.
Algorithm design and analysis(Java)
- 王晓东版本的算法设计与分析,介绍数据结构与常见算法题目,附Java代码示例。(Wang xiaodong version of the algorithm design and analysis, introduce the data structure and common algorithm topics, with Java code examples.)
