搜索资源列表
shiyan01
- 功能强大,包括:创建新十字链表、节点删除、节点插入、打印十字链表 、存盘、文件中恢复(读出)矩阵、检索指定矩阵元素(关键字是行列下标) 、检索一个指定矩阵元素(关键字是矩阵元素值)-powerful features, including : creating a new Cross List, delete nodes, the nodes to insert, print Cross Chain, archive, the paper recovery (read) matrix, retr
randomc
- Uniform random number generators by Agner Fog, 2001 - 2007 randomc.zip contains a C++ class library of uniform random number generators of good quality. The random number generators found in standard libraries are often of a poor quali
K-degree-constrained-minimum-spanning-tree
- 本压缩包完整地实现了最小可度限制生成树的算法程序,代码很完整。-The archive can be fully achieved the degree-constrained minimum spanning tree algorithm program, the code is very complete.
Archive
- Liste Simplu Inlantuite
Archive
- randomized quick sort with visualizer
ssd5exercise1
- 美国卡耐基梅隆大学 软件工程专业 数据结构与算法 exercise5 压缩包-Carnegie Mellon University Software Engineering Data Structures and Algorithms exercise5 archive
FastJob
- 快速作业排序,输入作业数后能够进行快速排序,代码在压缩包里面,希望对大家有帮助-Fast Scheduling, can enter the job after a few quick sort code in the archive which, we hope to help
Floyd
- Floyd算法 哦 内容详见压缩包 很经典的程序- Floyd algorithm is the classic program archive
Binary-sequence-tree
- 二叉顺序树请认真书写上传资料的详细功能、包含内容说明(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。压缩包解压时不能有密码。-Binary tree in order to write upload information carefully detailed features, including content descr iption (at least 20 words). Try not to let owners to spend your time on the c
CPPdaimasdoublelistandsinglelist
- 这个压缩包中包含了单向链表以及双向链表置逆如何实现的相关代码,是数据结构中重要的一环节,希望有帮助-This archive contains a singly linked list and doubly linked lists set against how The relevant code is the data structure important part, want to help
LiveArchiveAcmIcpcQuestions
- Live archive Acm Icpc Questions
atof
- 将字符串转换为浮点数子的小程序 -Please carefully write the upload information, including content descr iption (at least 20 words). Try not to let the owners have spent the time you fix instructions. Can not have a password archive decompression.
Archive
- binaryNode 和 binarysearchtree 是实现了一个二叉树。arrayvector是自己实现的vector。binary search 是一个二元搜索方法。 single list是自己实现的一个单向链表。findthemajority是寻找数组中主元素的一个算法。list是用数组实现的一个链表。permute是一个实现全排列的算法。-binaryNode and binarysearchtree is the realization of a binary tree. ar
Submit_Final
- 波兰计算机程序设计大赛试题Mushroom[B] (http://main.edu.pl/en/archive/pa/2010/grz)-The answer to PA2010 Mushroom[B](http://main.edu.pl/en/archive/pa/2010/grz)
kmp.cpp.tar
- 自己写的KMP,供大家参考使用,参照前辈的博客-->http://www.cnblogs.com/dolphin0520/archive/2011/08/24/2151846.html-Write your own KMP, for reference use, reference predecessors blog-> http://www.cnblogs.com/dolphin0520/archive/2011/08/24/2151846.html
123
- 文本内容过滤 是将文本内容进行向量模型过滤再进行分类,对文件内容进行分类后归档-Text is the text content filtering content filtering vector model and then classify, categorize the contents of the file archive
Read-DATA
- 该压缩包中包含几个预测领域用到的原始数据读取的代码。代码简单易懂,且部分有注释,值得初学者学习。-The archive contains the code used in several areas of the original forecast data read. Code is easy to understand, and some notes, worth learning for beginners.
huffman
- 基于Huffman编码的文件压缩设计:本次实验将文件中的字符作为结点,每个字符在文件中出现的频率作为结点的权值,采用Huffman算法构造Huffman树,将字符用尽可能短的二进制数位表示(频率越低,二进制数位越长),而不是用8位的ASCII码进行存储,已达到节省存储空间,压缩文件的目的。 程序设计的步骤如下: 1、统计需压缩文件中每个字符出现的频率; 2、将每个字符出现的频率作为叶子结点构建Huffman树,然后将树中结点引向其左孩子的分支标“0”,引向其右孩子的分支标“1”;
Archive
- 三道有关二叉搜索树以及堆的数据结构题目代码,使用c以及c++(Three problems about data structure)
Archive 3
- 数据结构oj作业第一题,使用布尔数组的新颖算法(Data structure OJ homework first question, a new algorithm using Boolean array)