资源列表
order_list
- 这是顺序表的实现代码,适合数据结构初学者参考.-This is the realization of the order of table code, suitable for beginners and a reference data structure.
Stack
- 这是栈的顺序实现方法,适合数据结构的初学者参考.-This is the order of the stack method, suitable for beginners and reference data structure.
1
- 链表的测试 使用方式 添加,删除方法的实现-List of test used to add, delete methods to achieve
jinchengdiaodu
- 可以实现进程调度的模拟算法,用很简单的程序在整体上体现进程调度的总过程。-Can achieve the process of scheduling the simulation algorithm, using a very simple procedure embodied in the overall process of the overall process of scheduling.
dongtaifenqucunchumoni
- 通过程序模拟了动态分区分配方式,进而帮助理解动态分区分配方式中使用的数据结构和分配算法-The adoption of procedures to simulate the distribution of dynamic partitioning approach to help understand the dynamic partitioning allocation methods used in data structure and distribution algorithm
2
- 关于二叉树的建立与一元多项式的建立的C,C++,的文件,附有编译的程序,及图片说明。-On tree establishment and the establishment of a dollar polynomial of C, C++, Document, compiled with the procedures and graphical illustrations.
binarytree
- 树跟二叉树完整试用版 请选择:(1)建立二叉树:(2)建立二树:(3)帮助:(4)退出:-Binary tree with a complete trial version Please choose: (1) the establishment of tree: (2) the establishment of the Second Tree: (3) Help: (4) exit:
Jman
- Visual 开发 希望对你们有帮助 public static int Rom(int n, int m)//双寄或双偶 { int count = 0 //第一排Y坐标上要几个 if (n < m) { for (int i = 1 i <= n i = i + 2) { count++ } } else { for (int j = 1 j <= m j = j + 2) {
shujujiegou
- 数据结构课设资料,采用线性表的链式存储结构实现学生成绩的管理。-Class-based information data structure, using the linear form the structure of chain store management to achieve student performance.
yinhangjiasuanfa
- 银行家算法,避免进程死锁-Bankers algorithm avoid deadlock process
IDA_gaojijiaocheng
- 使用IDA分析高级数据结构。。。进一步提升IDA功力-IDA analysis of the use of high-level data structure. . . IDA further enhance skill
manage
- *设计方案:本程序分为七个模块:1、新建人事信息模块 2、查询模块 3、删除模块 4、添加模块 5、修改模块 6、打印模块 7、数据备份与还原模块。 每个模块相互独立。且每个模块只完成一个功能,用一个函数实现。在主函数中调用这些模块。每个模块处理的信息即人事基本信息用结构体存储,数据结构采用链表实现,最终以文件形式存储于磁盘上。*/-* Design: This procedure is divided into seven modules: 1, New Personnel Informa