搜索资源列表
经典汉诺塔问题c语言版
- 汉诺塔是初学数据结构的同学最头疼的问题,这里是一个用递归函数解决汉诺塔问题的经典c语言程序,里面有代码和执行文件。-HANOR data structure is that when the students most headaches, here is a solution using a recursive function HANOR a classic c language program, which has code and the implementation document.
快速傅利叶变换 C 语言源代码 17K
- 建立快速傅利叶变换 C 语言源代码 17K-establish Fast Fourier Transform C language source code 24K
c小应用
- 题目:有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去掉不满足条件的排列。 2.程序源代码:-topic : 1,2,3,4 figures, the number can be formed with each other with no repeat of the triple-digit figures? How many are? 1. Program Analysis : c
黄国兴(C源程序代码)
- 数据结构——黄国兴(C源程序代码)其实我也是从网上搜集起来的-data structure -- Wong Kwok-hing (C source code) I also collected from the Internet up
排序算法、字典和B-树的C++语言实现
- 排序算法、字典和B-树的C++语言实现 代码内容 包括以下算法: qui.c sort: quicksort qsort.c sort: qsort ins.c sort: insert sort shl.c sort: shell sort has.c dictionary: hash tables bin.c dictionary: binary tree rbt.c dictionary: red-black trees skl.c dic
图论算法库 C++ 语言实现
- 图论算法库 C++ 语言实现 代码内容 图论算法库,包括以下算法: 单源最短路径 Dijkstra 算法 单源最短路径 Bellman-Ford 算法 最小生成树 Prim 算法 每对节点间最短路径 Flod-Warshall 算法 语言 C++ 编译平台 VisualAge C++ 4.0 作者 starfish (starfish.h@china.com) 备注 程序用C++语言编写,在VisualAge C++ 4.0下调试通过。压
c++const
- C++中定义常量以及一些语法规则,由于C++中规则较为烦琐,所以代码中也加了一定注释,可以参考一下-C defined constants and some grammar rules, because C is more cumbersome rules, the code also increases to a certain notes for reference
100-C-code
- 100个经典的C语言算法源代码,适合入门者学习-100 classical algorithm for C language source code suitable for beginners learning
数据结构c++-源代码
- 数据结构c++-书的一些源代码-data structure c-some of the source code
程序C++双链表
- 程序C++双链表算法代码-procedures List C-code Algorithm
王耀辉老师给出的178个经典c语言源代码
- 王耀辉老师给出的178个经典c语言源代码-Wang Yaohui Wang teachers given 178 classic c language source code
c演示系统
- 用C语言实现的各种算法及演示,可以结合代码分步观看执行过程-C language algorithms and the various presentations, combining code can watch the step-by-step implementation process
几个C语言数据结构算法的例子
- 几个C语言数据结构算法的例子,- Some data structure algorithmic code writed by C language
fzdj.rar
- 分支定界算法C语言实现源程序,标准C源代码,直接可以运行,程序有详细的说明,Branch and bound algorithm for C language source code implementation, the standard C source code can run directly, the program has a detailed descr iption of
huffman用c语言扫描一幅bmp256色图像,利用哈夫曼对其进行编码
- 用c语言扫描一幅bmp256色图像,利用哈夫曼对其进行编码,并做出效率计算等-C language with a bmp256 color image scanner, using Huffman code it, and make efficient computing
btree_db
- C/C++ code B TREE source code-btree with c/c++
datastructure
- 一些关于数据结构的C语言实现源码--Some C code about data structure
algorithm-design-with-C-CPP-Java
- 这是算法设计、分析与实现从入门到精通:C、C++和Java的随书源代码,按照算法之间逻辑关系,对每一个经典算法,都给出了完整的C/C++/Java三种主流编程语言的实现程序。-This is the algorithm design, analysis and implementation from the entry to the master: C, C++ and Java with the book source code, in accordance with the algorith
c语言入门代码
- c语言入门的相关代码 包含了循环,数组,指针,文件,结构等基本知识(Relevant code for the introduction of C language It contains basic knowledge of loops, arrays, pointers, files, structures, and so on)
c -SPH
- SPH code based on C.