资源列表
BinTree
- 二叉树的编写,知道先序和中序二叉树,求出对应的后序二叉树-Preparation of a binary tree, and know the preorder and levelorder binary tree, in order to find the postorder binary tree。
111
- 非常小的c语言的数据结构的常见算法的板块的代码-Very small c language, a common data structure algorithms plate code. . Very small c language, a common data structure algorithms plate code. .
data-struct-design
- 数据结构课程设计,其中有关键路径和表达式求值两个题目的课程设计,有源码,有截图,有结果-Curriculum design data structure, including the critical path and evaluate the expression of two topics of course design, with source code, screenshots and results
飞机乘务订票系统
- 飞机订票乘务系统,实现了最基本的订票等功能 用C++以及链表进行了实现(Flight reservation and crew system)
wzh_zuoye
- 数据结构 二叉树的顺序栈 链表存储的 c++ 代码-code of binary tree using two ways
DataStructureCourseDesignReport
- 数据结构课程设计报告,基于c语言的,内含源代码-Data Structure Course design report, based on c language, containing the source code
conway
- Conway宇宙模型演化模型,解决细胞分化过程,用的hash数组带删除节点回收以及头尾相连的循环链表。-Conway model of the universe evolution model to solve the cell differentiation process, using hash array delete nodes recovered with head and tail attached circular list.
12
- 交大数据结构第12章作业代码,供大家参考,希望对大家有用-National Chiao Tung University Chapter 12 jobs data structure code, for your reference, I hope useful
Bank
- 某银行营业厅共有6个营业窗口,设有排队系统广播叫号,该银行的业务分为公积金、银行卡、理财卡等三种。公积金业务指定1号窗口,银行卡业务指定2、3、4号窗口,理财卡业务指定5、6号窗口。但如果5、6号窗口全忙,而2、3、4号窗口有空闲时,理财卡业务也可以在空闲的2、3、4号窗口之一办理。 客户领号、业务完成可以作为输入信息,要求可以随时显示6个营业窗口的状态 -a total of six banks operating business hall window with broadcast
980507(Network-flow-IPII)
- 演算法程式設計課堂練習檔,本檔為visual studio之c/c++專案資料夾壓縮檔,內容為network flow之練習題-the practicing file of the computer algorithm course
fraction
- 分数类的定义和实现。例如分数的加减乘除运算和小数化为分数的实现-Score class definition and implementation. For example, addition and subtraction fraction into a decimal fraction multiplication and division operations and the realization of
MaxSubSum
- 我们经常需要在一串数字(有正负)查找和最大的子数字串,该程序基于C语言实现-We often need to find the maximum and sub-numeric string in a string of numbers (positive and negative), the program is based on the C language