搜索资源列表
C Algorithm_配套源码Robert Sedgewick
- 这是Donald Kunth(计算机科学学术界最最有名的大师级人物,曾获图灵奖及其他无数科技奖项)的*Robert Sedgewick的名著C算法一书的配套源码-Kunth (computer science academic gurus of the most famous figures, won the Turing Award and countless other technology awards) Robert Sedgewick the disciples of the fam
傅里叶级数逼近源码
- 傅立叶级数在数字信号处理中有非常重要的应用,这里提供了傅立叶级数在C环境下的源码及其应用,对于数据处理的工程人员大有裨益。-Fourier series in the digital signal processing is a very important application, it provides Fourier Series C environment in the source and application of data processing for the engineeri
C++CMatri
- 矩阵算法整理! 包含常用矩阵运算的源码! 初次上传,多多关照! -matrix algorithm collated! Common matrix calculation includes the source code! Initial upload, to take care of!
Q_SORT
- 快速排序C++源码,已测试过-Quick Sort C source code, has tested.
beseelnetwon
- 本人自编的共轭梯度法。为c源码,已在TC下运行通过-I wrote the conjugate gradient method. C-source has been running through TC
xtree.tar
- X-tree的C++源码,对应文章S. Berchtold, D. A. Keim, H.-P. Kriegel: The X-tree : An Index Structure for High-Dimensional Data. -X-tree in C source code, the corresponding articles S. Berchtold, D. A. Keim. H.-P. Kriegel : The X-tree : An Index Structure for Hi
longestCommonSeq
- 最长公共序列的C源码,随机生成字符串,GCC编译通过。-public longest sequence of C source code, randomly generated string GCC compile.
xydy
- 示例校园导游系统C源码(佛罗伊德算法,带示例地图)-examples campus tour guides System C source (Floyd algorithm, with examples map)
算法源码
- 常用算法和数据结构的c++实现方法!-commonly used algorithms and data structures of c method!
c++005
- 这是一个双向链表的源码,用C++开发实现。
C++0001
- 这是一个有序链表的生成和插入的源码。用C++实现。
AES算法C
- 有flash演示,有图例,还有源码,适合初学者学习和交流使用
c-datestructer
- 包括数据结构中的常见的排序,查找,以及对队列,堆栈等操作的源码-Including data structures common sort, find, and the queue, the source stack operation, etc.
C
- 本文档容括了C(C++)所有算法,分为数值算法、图论算法、背包算法、排序算法、高精度算法、树的遍历、进制转换、全排列和组合生成、查找算法、贪心、回溯法框架、DFS框架、BFS框架、数据结构相关算法。并有实例源码-This document, including the capacity C (C ) for all algorithms, divided into numerical algorithms, graph theory, algorithm, knapsack algorit
hangkong
- 航空订票系统的c++源码。是数据结构航空客运订票系统的源码,个人制造-Air booking system c++ source code. The structure of air passenger data source booking systems, personal manufacturing
car
- 算法分析中的经典问题之动态规划法汽车加油问题,应用VC++编写的C源码-Algorithm analysis of the classic problems of the dynamic programming vehicle refueling, the application VC++ source code written in C
daohang
- 数据结构上机报告-校园导航,里面有详细的说明和源码,喜欢的同学下载吧-The data structure starts up a report-campus to navigate, in have expatiation and source code, the classmate liking downloads
dsaa-in-c-code
- 数据结构与算法分析——c语言描述全书的c源码,对于学习有很大帮助-Data structure and algorithm analysis c language to describe the book c source code, learning a great help
书和源码
- 数据结构 带书签 附带源码 其他平台下载,在这里共享一下。。如果违规请删除(data struct c .download from other website..)
poj一些算法题的C++代码
- poj一些算法题的C++源码,已经通过测试,可以直接使用