资源列表
DS-c++
- 数据结构每章算法,包括详细注释,以及输入输出。
1sort
- 实现冒泡排序,数据结构实验. 本次实验来掌握数据结构基本方法及其基本思想,提高编程能力
ResizeableSeqList
- (1) 建立两个链表A和B,链表元素个数分别为m和n个; (2) 假设元素分别为(x1,x2,…xm)和,(y1,y2,…yn)。把它们合并成一个线性表C: 当m>=n时,C= x1, y1,x2,y2 …xn, yn ,…xm 当m<=n时,C= y1, x1, y2 ,x2 …ym, xm ,…yn
yinhangjia.rar
- 操作系统银行家算法,并用该算法解决《计算机操作系统》第三版P115习题22的问题。,Operating system, banker' s algorithm, and use the algorithm to solve the " computer system" in the third edition of P115 Problem 22 issue.
Ba2
- 爬山法实现八皇后,基于MFC的对话框程序。-Climbing method to achieve the eight queens, dialog-based MFC program.
liu4
- 这是一个用Dijkstra算法的建立仓库问题,是东北大学暑假数学建模的第四次作业-This is a question of Dijkstra' s algorithm to establish warehouses, Northeastern University is the fourth summer of mathematical modeling jobs
TwoPointListTongYong
- 双向通用性链表,即一套链表处理算法可以给不同节点的链表使用。达到链表处理算法通用的目的。-Tow point tongyong linker
Animprovedquantumevolutionaryalgorithm
- 量子进化算法的性能直接受量子旋转门旋转角计算方法的影响.文中提出一种改进量子进化算法,核心是 设计了基于量子比特概率幅比值自适应计算量子旋转门旋转角的新方法,算法具有收敛速度快和全局搜索能力强 的特点.通过011背包问题分析了新方法中相关参数对算法性能的影响,并应用算法求解物流配送路径优化问题,仿真表明改进量子进化算法性能优于量子进化算法和传统进化算法.
data_structure_algorithms_using_c
- 数据结构经典问题求解(C语言算法实例)比较详尽-The solutions to classical problems in data structure course(algorithm examples using C language for implementation)
cstring
- 数据结构知识的扩展,链表,二叉树的运用,用c++语言编写,在vc++6.0里面调试成功,可用于初学者或有基础的编程爱好者提高水平。-The expansion of knowledge of data structures, linked lists, binary use with c++ language, which in vc++6.0 debugging success for beginners or enthusiasts raise their standards-based p
Yanwemin
- [计算机]清华+严蔚敏《数据结构》的全部代码实现(C语言)-[Computer] Qinghua the+ Yan Wei Min " data structures" code (C language)
QAniimprovedqu
- 量子进化算法的性能直接受量子旋转门旋转角计算方法的影响.文中提出一种改进量子进化算法,核心是设计了一种基于量子比特概率幅比值自适应计算量子旋转门旋转角的新方法,算法具有收敛速度快快与全局搜索能力强的特点.通通过011背包问题分析了新方法中相关参数对算法性能的影响,并应用算法求解物流配送路径优化问题,仿真表明改进量子进化算法性能优于量子进化算法与传统进化算法. -Quantum evolutionary algorithm performance is directly affected by
