资源列表
noip1998-2004
- noip1998-2004普及,提高的标程-noip1998-2004 universal way to raise the standard
fft_image
- 这是一个关于fft的算法,,编的还比较好,,希望对大家有用-fft of the algorithm, and the series is still relatively good, useful for all
image_wavelet
- 这是一个关于wavlet的算法,,编的还比较好,,希望对大家有用-This is a wavlet on the algorithm, and the series is still relatively good, useful for all
feidiguibahuanghou
- 非递归八皇后问题。以前大家常见的是递归的,现在传个非递归的-Queen's eight non - recursive problem. Before we often are recursive, and now-non - recursive
MINROUTE
- 最短路径 最短路径 -Shortest Path Shortest Path Shortest Path Shortest Path
dxlb
- 单向链表\\qlist.h 单向链表\\Stdafx.h 单向链表\\stdafx.cpp 单向链表\\单向链表.cpp 单向链表\\单向链表.ncb 单向链表\\单向链表.dsp 单向链表\\单向链表.dsw 单向链表\\单向链表.opt-one-way linked list \\ qlist.h one-way linked list \\ Stdafx.h one-way linked list \\ stdafx . cpp one-way linked l
sxlb
- 双向链表\\qdlist.h 双向链表\\stdafx.cpp 双向链表\\stdafx.h 双向链表\\双向链表.cpp 双向链表\\双向链表.ncb 双向链表\\双向链表.dsw 双向链表\\双向链表.dsp 双向链表\\双向链表.opt-doubly linked lists \\ qdlist.h doubly linked lists \\ stdafx.cpp doubly linked lists \\ std afx.h doubly linked l
LetterAssitant
- 严蔚敏版《数据结构(C语言)》里的实习作业之“文学助手(LetterAssistant)”-Yan Wei-min version of "data structure (C language)," The internship operations, "Literature assistant (LetterAs sistant) "
qiangliantong
- 一个强联通算法的实现,时间复杂度很低,是很高效的算法-a strong Unicom algorithm implementation, time complexity low, is a very efficient algorithm
juzhenzhuanzhi
- 一个实现矩阵转置的C和C++源代码,自己以前学数据结构时做的-achieve a matrix transpose the C and C + + source code, his past data structure to do
ACMpku
- ACM北京赛区比赛的试题源码,在PKU在线评测可以通过.-ACM Beijing Division competition test source in PKU online assessment can be passed.
huffmancode111
- huffman完整源代码C语言实现,有本人超级详细解释(看不懂你去跳楼吧) 算法设计: 1、对给定的n个权值{W1,W2,W3,...,Wi,...,Wn}构成n棵二叉树的初始集合F={T1,T2,T3,...,Ti,...,Tn},其中每棵二叉树Ti中只有一个权值为Wi的根结点,它的左右子树均为空。(为方便在计算机上实现算法,一般还要求以Ti的权值Wi的升序排列。) 2、在F中选取两棵根结点权值最小的树作为新构造的二叉树的左右子树,新二叉树的根结点的权值为其左右子树的根结点的权值之