资源列表

« 1 2 ... .41 .42 .43 .44 .45 28246.47 .48 .49 .50 .51 ... 28522 »

[数据结构常用算法SortedList_to_BalancedBinaryTree

说明:给定一个升序排列的有序单链表,将其转换为一棵平衡的二叉搜索树。-Ordered to set a single list in ascending order, to convert it to a balanced binary search tree.
<大胡子> 在 2025-01-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法print_all_ancestors

说明:对于一颗普通的二叉树和一个节点key,找出该节点的所有祖先节点。-For an ordinary binary tree and a node key, to find all ancestors of this node.
<大胡子> 在 2025-01-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法preorder_tree_stack

说明:二叉树非递归先序遍历,使用栈 一直往左走 root->left->left->left…->null, 由于是先序遍历,因此一遇到节点,便需要立即访问; 由于一直走到最左边后,需要逐步返回到父节点访问右节点, 因此必须有一个措施能够对节点序列回溯。 有两个办法: 1.用栈记忆:在访问途中将依次遇到的节点保存下来。由于节点出现次序与恢复次序是反序的,因此是一个先进后出结构,需要用栈。
<大胡子> 在 2025-01-15 上传 | 大小:1kb | 下载:0

[matlab例程GN

说明:GN分裂算法的MATLAB实现,可以很好的学习用GN算法进行社团划分-GN algorithm
<朱超> 在 2025-01-15 上传 | 大小:1kb | 下载:2

[matlab例程zf2

说明:This the code about zero forcing detector in mimo system-This is the code about zero forcing detector in mimo system
<kanimozhi> 在 2025-01-15 上传 | 大小:1kb | 下载:0

[matlab例程Z

说明:This matlab code for zero forcing detector in coopertive relay mimo system-This is matlab code for zero forcing detector in coopertive relay mimo system
<kanimozhi> 在 2025-01-15 上传 | 大小:1kb | 下载:0

[matlab例程tes2

说明:This matlab code for direct link in coopertive wireless relay networks-This is matlab code for direct link in coopertive wireless relay networks
<kanimozhi> 在 2025-01-15 上传 | 大小:1kb | 下载:0

[matlab例程test4

说明:This a matlab code for bpsk modulation -This is a matlab code for bpsk modulation
<kanimozhi> 在 2025-01-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法Josephu

说明:代码用于解决特殊的约瑟夫环的问题,运用了链表,占和队列。- Code is used to address the special problems of Josephus, the use of the list, accounting and queues.
<周姜波> 在 2025-01-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法huichang

说明:执行贪婪算法,让持续时间最短的优先安排会场 -Execute greedy algorithm, so that the duration of the shortest priority venue
<kiko> 在 2025-01-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法zuiyouhebing

说明:最优合并问题,当取最小值保证每次的2个加数为最小便可,最大值同理取当前最大的两个值便可。取最小值与取最大值实现的方式不同,最小值不需要排序。-Optimal merger, when the minimum value of each guaranteed two addends can be minimum, maximum empathy take the current maximum of two values can be.
<kiko> 在 2025-01-15 上传 | 大小:1kb | 下载:0

[matlab例程3

说明:model predictive controller
<hamid> 在 2025-01-15 上传 | 大小:1kb | 下载:0
« 1 2 ... .41 .42 .43 .44 .45 28246.47 .48 .49 .50 .51 ... 28522 »

源码中国 www.ymcn.org