资源列表

« 1 2 ... .05 .06 .07 .08 .09 2510.11 .12 .13 .14 .15 ... 2656 »

[数据结构常用算法yinhangjia

说明:这是操作系统《银行家的的算法》 大家一起共享啊!-This is the operating system, "the banker's algorithm" together sharing ah!
<> 在 2024-11-06 上传 | 大小:6144 | 下载:0

[数据结构常用算法feidiguibahuanghou

说明:非递归八皇后问题。以前大家常见的是递归的,现在传个非递归的-Queen's eight non- recursive problem. Before we often are recursive, and now-non- recursive
<hxj1984> 在 2024-11-06 上传 | 大小:1024 | 下载:0

[数据结构常用算法dxlb

说明:单向链表\qlist.h 单向链表\Stdafx.h 单向链表\stdafx.cpp 单向链表\单向链表.cpp 单向链表\单向链表.ncb 单向链表\单向链表.dsp 单向链表\单向链表.dsw 单向链表\单向链表.opt-one-way linked list \ qlist.h one-way linked list \ Stdafx.h one-way linked list \ stdafx . c
<冯2> 在 2024-11-06 上传 | 大小:10240 | 下载:0

[数据结构常用算法sxlb

说明:双向链表\qdlist.h 双向链表\stdafx.cpp 双向链表\stdafx.h 双向链表\双向链表.cpp 双向链表\双向链表.ncb 双向链表\双向链表.dsw 双向链表\双向链表.dsp 双向链表\双向链表.opt-doubly linked lists \ qdlist.h doubly linked lists \ stdafx.cpp doubly linked lists \ std af
<冯2> 在 2024-11-06 上传 | 大小:10240 | 下载:0

[数据结构常用算法lisuanshijianmoni

说明:此为数据结构课程学习中离散事件模拟的源程序。为银行业务的模拟系统。其中包括队列,栈及其操作的实现。运用面向对象的设计方法,在vc++6.0下编译通过,运行正常-this data structure for courses of study discrete event simulation of the source. For banking business simulation system. Including the queu
<> 在 2024-11-06 上传 | 大小:13312 | 下载:0

[数据结构常用算法LetterAssitant

说明:严蔚敏版《数据结构(C语言)》里的实习作业之“文学助手(LetterAssistant)”-Yan Wei-min version of "data structure (C language)," The internship operations, "Literature assistant (LetterAs sistant) "
<> 在 2024-11-06 上传 | 大小:450560 | 下载:0

[数据结构常用算法qiangliantong

说明:一个强联通算法的实现,时间复杂度很低,是很高效的算法-a strong Unicom algorithm implementation, time complexity low, is a very efficient algorithm
<霍党泽> 在 2024-11-06 上传 | 大小:1024 | 下载:0

[数据结构常用算法juzhenzhuanzhi

说明:一个实现矩阵转置的C和C++源代码,自己以前学数据结构时做的-achieve a matrix transpose the C and C++ source code, his past data structure to do
<乐乐> 在 2024-11-06 上传 | 大小:1024 | 下载:0

[数据结构常用算法xiongyali

说明:匈牙利算法,求解二分图最大匹配的一个时间复杂度与程序复杂度折中的算法-Hungary algorithm to solve the greatest two minutes map matching a time complexity and the complexity of program compromise Algorithm
<霍党泽> 在 2024-11-06 上传 | 大小:3072 | 下载:0

[数据结构常用算法ACMpku

说明:ACM北京赛区比赛的试题源码,在PKU在线评测可以通过.-ACM Beijing Division competition test source in PKU online assessment can be passed.
<霍党泽> 在 2024-11-06 上传 | 大小:3072 | 下载:0

[数据结构常用算法huffmancode111

说明:huffman完整源代码C语言实现,有本人超级详细解释(看不懂你去跳楼吧) 算法设计: 1、对给定的n个权值{W1,W2,W3,...,Wi,...,Wn}构成n棵二叉树的初始集合F={T1,T2,T3,...,Ti,...,Tn},其中每棵二叉树Ti中只有一个权值为Wi的根结点,它的左右子树均为空。(为方便在计算机上实现算法,一般还要求以Ti的权值Wi的升序排列。) 2、在F中选取两棵根结点权值最小的树作为新构造的二叉树的
<乐乐> 在 2024-11-06 上传 | 大小:11264 | 下载:0

[数据结构常用算法shellsort111

说明:附有本人超级详细解释(看不懂的面壁十天!) 一、 实际问题: 希尔排序(Shell Sort)是插入排序的一种。因D.L.Shell于1959年提出而得名。它又称“缩小增量分类法”,在时间效率上比插入、比较、冒泡等排序算法有了较大改进。能对无序序列按一定规律进行排序。 二、数学模型: 先取一个小于n的整数d1作为第一个增量,把文件的全部记录分成d1个组。所有距离为dl的倍数的记录放在同一个组中。先在各组内进行直接
<乐乐> 在 2024-11-06 上传 | 大小:19456 | 下载:1
« 1 2 ... .05 .06 .07 .08 .09 2510.11 .12 .13 .14 .15 ... 2656 »

源码中国 www.ymcn.org