资源列表

« 1 2 ... .72 .73 .74 .75 .76 2077.78 .79 .80 .81 .82 ... 2656 »

[数据结构常用算法bucket-sort

说明:数据结构排序算法之桶排序法,此算法用C++编程语言书写 特别适合初学数据结构的人学习。-Data structures sorting algorithms bucket sort, this algorithm using C++ written in a programming language particularly suitable for beginner data structure of human learning.
<满达> 在 2024-09-28 上传 | 大小:1024 | 下载:0

[数据结构常用算法shell-sort

说明:数据结构排序算法之 希尔排序法,此算法用C++编程语言书写 特别适合初学数据结构的人学习。-Data structures sorting algorithm shell sort, this algorithm using C++ written in a programming language particularly suitable for beginner data structure of human learning.
<满达> 在 2024-09-28 上传 | 大小:1024 | 下载:0

[数据结构常用算法Buck-Boost-Converter--

说明:此文档为无刷直流电机控制前期学习文档,很详细地介绍了控制及其方法-This document is a brushless DC motor control early learning document, a very detailed descr iption of the control and its methods
<wanglei> 在 2024-09-28 上传 | 大小:68608 | 下载:0

[数据结构常用算法bankinfo

说明:  客户业务分2种,第一种是申请从银行得到一笔资金,即借款或取款。第2种是向银行投入一笔资金,即存款或还款。银行有2个服务窗口,相应地有2个队列。客户到达银行后先排第一个队。处理每个客户业务时,如果属于第一种,且申请额超出银行现存资金总额尔得不到要求,则立刻排入第2个队等候,直至满足时才离开银行,否则业务处理完后立刻离开银行。没接待完一个第二种业务的客户,则顺序检查和处理(如果可能)第二个队列中的得客户,对能满足的申请者予以满足,不能满
<郎林> 在 2024-09-28 上传 | 大小:3072 | 下载:0

[数据结构常用算法merge

说明:二路归并算法的简单实现,依次输入数据总数和数据元素即可得到排序结果-Merging the simple implementation of the algorithm, followed by the total number of input data and data elements to sort results
<dcc> 在 2024-09-28 上传 | 大小:228352 | 下载:0

[数据结构常用算法JOSEPHUS

说明:约瑟夫环问题的实际场景。已知n个人围坐在圆桌周围,从编号k的人开始报数,数到m的那个人出列,依次下去,直至全部出列。采用的解决方法是典型的循环链表的数据结构。-Josephus actual scene. Given n people sitting around the round table, starting from the number k reported number, the number to m the man ou
<mileycyrus> 在 2024-09-28 上传 | 大小:868352 | 下载:0

[数据结构常用算法GuessNum

说明:猜数字游戏,系统随机给出一个0到100的数,然后让用户去猜,最后计算出所猜的次数-Guess Numbers game, the system random given a 0 to 100 number, and then let the user to guess, finally calculated the number of guess
<容永志> 在 2024-09-28 上传 | 大小:1024 | 下载:0

[数据结构常用算法Test2

说明:随机给出三个学生的成绩,然后按由大到小的成绩进行排序-Random given three student s result, and then press the big to small result sort
<容永志> 在 2024-09-28 上传 | 大小:1024 | 下载:0

[数据结构常用算法BiTree

说明:数据结构二叉树,用先序,中序和后序遍历二叉树-Binary tree data structure, binary tree traversal preorder, inorder, and postorder
<..> 在 2024-09-28 上传 | 大小:1024 | 下载:0

[数据结构常用算法GeneticalgorithmVCsorce

说明:遗传算法,想了解该算法的入门者可以看看。-Genetic algorithms, and want to understand the algorithm beginners can look.
<小伙子> 在 2024-09-28 上传 | 大小:1536000 | 下载:0

[数据结构常用算法QueueInitial

说明:实现基于顺序表的顺序栈(数据结构定义+基本运算)-Sequence stack-based sequence table (data structures defined the+ basic arithmetic)
<黄少杰> 在 2024-09-28 上传 | 大小:1024 | 下载:0

[数据结构常用算法checkcharscorrect

说明:2、 设计算法判断一个算术表达式的圆括号是否正确配对。 第一个式子: 1*(2+3*(4*(2-1)*(3+x)+5)-6) 能够正确匹配 第二个式子: 1*(2+3*4*(2-1)*(3+x)+5)-6) 不能够正确匹配 -Design algorithm to determine an arithmetic expression in parentheses is correct pairing. The first
<黄少杰> 在 2024-09-28 上传 | 大小:1024 | 下载:0
« 1 2 ... .72 .73 .74 .75 .76 2077.78 .79 .80 .81 .82 ... 2656 »

源码中国 www.ymcn.org