搜索资源列表
maze dfs
- dfs 深度优先搜索!这是走迷宫的基本算法。用广义表建立迷宫,用邻接表建立图,用dfs搜索,许多大学的数据结构作业-dfs depth-first search! Maze This is the basic algorithm. Generalized Table established maze, with the establishment of the adjacent table map, with dfs search, the University of many data str
陈浩
- 约瑟夫环实践设计的前半段 大学二年纪暑假数据结构实习作业之一-Josephus practice in the first half of the two young university summer internship operational data structure one
list_sq2
- vc的数据结构链表应用,数据结构的链表作业,单链表-vc data structure Chain applications, data structure of the Chain operations, single-linked list
shiyanbaogao11
- 这是我们学校数据结构课程上机作业中的5份实验报告,附带原代码-This is the data structure of our school curriculum on the plane operations of the five experimental, fringe-source
kaisanlei
- 数据结构算法的小作业,开散列的算法,附有注释。-data structure algorithm for small operations, opened hash algorithm with the Notes.
C++
- 这个是数据结构的大作业,里面包含很多数据结构的经典算法,如各种排序算法等
The-system-of-personnel-MFC
- 数据结构基本练习-数据结构大作业 MFC 人事管理系统-the sysytem of personnel
EasySpreedsheet-MFC
- 简易电子表格-数据结构大作业 控制台编程 类似excel中基本功能-easy spreedsheet
Time_slice_cycle
- 建立作业的数据结构描述; 使用两种方式产生作业:(a)自动产生, (b)手工输入; 在屏幕上显示每个作业的执行情况; 时间的流逝可用响应WM_TIMER; 方法模拟: 计算并显示一批作业的周转时间、平均周转时间、带权周转时间、平均带权周转时间。 将一批作业的执行情况存入磁盘文件,以后可以读出并重放。 - describes the data struc
HPC
- 数据结构大作业,可视化电子表格设计,带源代码,MFC编程实现。-Data structure operations, a visualization spreadsheet design, with source code, MFC programming.
Matrix_shujujiegou
- 清华大学数据结构作业,实现稀疏矩阵的计算,支持常用运算以及求逆操作-Tsinghua data structure operations to achieve computing sparse matrix to support common operations and inverse operations
bintree_shujujiegou
- 数据结构作业,二叉树的实现,实现二叉树的基本操作-Data structure operations, binary tree, achieving the basic operation of a binary tree
calUsingLinkedList_shujujiegou
- 数据结构作业,用单链表实现多项式的常用计算-Data structure operations, with a single linked list to achieve common computing polynomial
数据结构 程序设计 机器调度问题
- 多机调度问题的解决方案,算法进行合理调度,使得在m台机器上处理n个作业所需要的处理时间最短。(The solution of multi machine scheduling problem)