资源列表
bm
- bm搜索算法 文件形式是vs工程文件,里面是我自己编的bm搜索算法,虽然简陋,但胜在启迪,可以通过我的类来了解bm算法 vs2015-bm search algorithm vs file format is the project file, which is bm Search Algorithm my own, though simple, but wins in inspiration, by my class for bm algorithm vs2015
单链表
- 1、设有两个无头结点的单链表,头指针分别为ha,hb,链中有数据域data,链域next,两链表的数据都按递增序存放,现要求将hb表归到ha表中,且归并后ha仍递增序,归并中ha表中已有的数据若hb中也有,则hb中的数据不归并到ha中,hb的链表在算法中不允许破坏。
Optimization
- 模拟超市购物情况,根据输入人物特点,对其排队时间给出最优化解决。-choose the queue for minimal time
find-the-location-of-1
- 实现或者一个整数从低位起第一个置位比特位置。-Make or an integer a first set of bits the low position.
SSDD6lab
- 系统级编程实验2,此实验为软件学院的系统编程常用实验项目-System-level programming experiment 2, this experiment is commonly used in software colleges
CQuicksort
- 此实验是数据结构课上使用的快速排序的优化算法,代码比较完全-This experiment is the data structure class used in the fast sorting optimization algorithm, the code is more complete
CList
- 此实验是数据结构课后试验,用于链表的一般使用,及部分优化-This experiment is a data structure after-school test, for the general use of the list, and part of the optimization
共轭梯度算法fortran程序
- 该算法用fortran编写,使用于AX=B的线性方程组求解,可以用于地球物理反问题等,相对于以前他们所编写的代码 形式简单。
ticket-system
- 上海交通大学电子工程系数据结构课程作业之一:航空公司订票系统(DOS界面)-One of the data structures of Electronic Engineering, Shanghai Jiaotong University coursework: airline reservation system (DOS interface)
Josephus-circle
- 上海交大电子工程系数据结构作业之一:约瑟夫环-Electronic Engineering, Shanghai Jiaotong University, one of the data structure of the job: Joseph Central
education-plan
- 上海交通大学电子系数据结构作业之一:拓扑结构树编制教学计划表-One of Shanghai Jiaotong University Department of Electronics jobs data structure: topology tree prepare teaching schedule
circlelist
- 环形链表实现,适合初学者自学使用,基于VS2013.-Ring linked list, suitable for beginners to learn, based on VS2013.