资源列表
银行排队设计
- 用c语言写的银行排队系统(Bank Queuing system written in C language)
有向图
- 创建N个顶点的有向图,求每个顶点的入度、出度和度。(Create a graph of N vertices,and find the degree of entry,degree,and degree of each vertex.)
多项式运算
- 面向对象课程设计,多元多项式的运算,课程设计无压力(Object-oriented program design, multivariate polynomial arithmetic, curriculum design pressure)
dxkgn
- Including orbital maneuvering simulation, initial orbit calculation, Based on matlab GUI interface design, Including AHP, factor analysis, regression analysis, cluster analysis.
Quicksort
- 快速排序代码,希望通过此代码,能够为c++语言新手提供学习上的帮助(Quicksort ,the Quicksort is hope to help someone study c++)
VB实验三+实验报告+-+2017
- 掌握一维数组(静态、动态)定义及使用 (2)掌握二维数组(静态、动态)定义及使用 (3)掌握“控件数组”的使用 (4)掌握数组相关算法(求最值,排序,查找) (5)通过数组巩固循环及多重循环程序设计(Grasp the definition and use of one-dimensional arrays (static, dynamic) (2) grasp the definition and use of two dimensional array (static, dynam
Graph
- 对图表的储存,深度遍历,广度遍历,文件操作的源代码(For chart storage, depth traversal, breadth traversal, file operation source code)
banker
- 操作系统按照银行家制定的规则为进程分配资源,当进程首次申请资源时,要测试该进程对资源的最大需求量,如果系统现存的资源可以满足它的最大需求量则按当前的申请量分配资源,否则就推迟分配。当进程在执行中继续申请资源时,先测试该进程本次申请的资源数是否超过了该资源所剩余的总量。若超过则拒绝分配资源,若能满足则按当前的申请量分配资源,否则也要推迟分配。(Operating system for the process of allocation of resources in accordance with
箱子装载
- 运用多种数据结构完成箱子装载问题,包括二叉树算法,DBS树等(Use a variety of data structures to complete box loading problems, including two fork tree algorithm, DBS tree and so on)
xx
- 二叉树的建立,以及先序遍历,中序遍历,后序遍历(Two fork tree establishment, first order traversal, middle sequence traversal, after order traversal)
439765
- 说明 这一段在复习数据结构和算法,有一些零星笔记,在Others这个归类下(That review data structures and algorithms in this passage, there are a few scattered notes, in under the classification of Others)
多项式
- 两个任意次或高次多项式相加或者相减,数据结构实验报告(Polynomial addition subtraction)