搜索资源列表
datastruct_example
- 本人讲授数据结构课程时的所写的示例程序,结构清晰规范,有注释,全部可编译运行,包括如下代码: 长整数:ch0_bigint2.c 顺序表的实现:ch2_stable.c 链表的实现ch2_ltable.c 合并两个有序表:ch2_stable_merge.c 表达式计算:ch3_express.c 队列的链式实现:ch3_lqueue.c 栈的链式实现:ch3_lstack.c 迷宫求解:ch3_maze.c 队列的顺序实现:ch3_squeue.c
biaodashi
- 一个表达式求值样例程序,对于C++初学者很有帮助-a sample of expression evaluation,it will be helpful for C/C++ fresher
assign4
- 第1部分 该纳契系列:0,1 ,2,3,5,8,13,21,...。开始的条款0和1,并有 每一个成功的财产一词,是前两个条件的总和。编写一个非递归 功能纳契(n)到显示的前n个Fibonacci数。观看停止对样品标志 在最后显示的数字输出(它不是逗号)。编写一个简短的UNIX shell脚本来运行 您的斐波那契程序。 第2部分 编写一个C程序,使用UNIX进程管理工具。您将使用fork()函数 产卵的三子进程。每个子进程将使用execlp()函数来运行
img_hw2
- 快速傅立葉轉換fourier transform DOS環境C++代碼 附加DOS環境下座標圖型輸出範例-FFT fourier transform DOS environment DOS C++ code under additional output sample coordinate graphics
DE
- 用数组模拟递归函数,实现递归函数的简化算法,具体要求看英文描述。-We all love recursion! Don t we? Consider a three-parameter recursive function w(a, b, c): if a <= 0 or b <= 0 or c <= 0, then w(a, b, c) returns: 1 if a > 20 or b > 20 or c > 20
assn-6-huffman-pc
- 斯坦福大学 A106X 编程课程作业样例 哈弗曼编码C++实现,-Course work at Stanford University A106X Programming C++ code sample Hafu Man realized
Data-Structure
- 数据结构与算法,有C++编写的示例代码。-Data Structures and Algorithms, there are written in C++ sample code.
mathematical-used-in-CPP
- 本光盘是《用C++语言编写数学常用算法(修订版)》一书的配书盘,里面包括书中全部C++程序的源代码(一些小的示例除外),并用中文加以详细注释。 光盘共有五个文件夹,名称分别为:①BCMATH;②VCMATH;③CURVE;④SOUND;⑤examples。 -This CD is " in C++ language mathematics commonly used algorithm (revised edition)," a book with a book pla
BinTree
- C++ 实现简单的二叉树,以及实现前序、中序。后序遍历-c++ implements sample binaryTree
XIANXINGBIAO
- 计算机软件基础---线性表的编程,包括初始化,写入,读取,插入-A SAMPLE OF MAKING Linear list ON COMPUTER,USING C LANGUAGE
c-program
- c语言课程设计例题,长整型四则运算及其课题报告例文-c program just a sample
Nodeoflistpoint
- 链表的C程序完整例子 运行环境TurboC2.0-c program sample of node of the list point
NoteBookSample
- 使用C语言知识编写个人通讯录 运行环境TurboC2.0-C program sample of note book TurboC2.0
AVL-Tree
- a sample implementation of AVL tree using c-a sample implementation of AVL tree using c++
LinkList-program
- C++数据结构的一个单链表示例程序,简单易懂,适合初学者学习。-a sample program about linked list of C++ data structure , it is easy to understand for beginners.
Array
- 链表功能的实现,C语言实现的链表的动态添加、删除和插入。-The sample of array in C.
BiArray
- C++实现的双向链表,可以双向访问链表的数据,进行增删操作。-The sample of array with two directions.
FunPointer
- C/C++中的函数指针的声明和使用,与C#中的委托类似,可以实现类似范型的功能。-The sample of function pointer in C/C++.
C-BTree
- C语言实现 B-Tree BPlus_Tr-sample for B-Tree BPlus_Tree in C Lanuange
BubbleSort
- an implementation of bubble sort in c++
