资源列表

« 1 2 ... .79 .80 .81 .82 .83 15384.85 .86 .87 .88 .89 ... 28523 »

[数据结构常用算法migong

说明:数据结构堆栈的经典应用: /*一:迷宫问题用堆栈的方法: 求迷宫中一条从入口到出口的路径的算法可简单描述如下: 设定当前位置的初值为入口位置: do{ 若当前位置可通, 则{ 将当前位置插入堆栈顶 若该位置是出口位置,则结束 否则切换当前位置的东邻块为新的当前位置 } 否则, 若堆栈不空且栈顶位置尚有其他方向未经探索 则设定新的当前位置为沿顺时针方向转到的栈顶位置的下一相邻块 若栈不空但栈顶位置的四周均不可通,
<向曦> 在 2025-11-07 上传 | 大小:1kb | 下载:0

[数据结构常用算法Matching-parentheses

说明:数据结构中堆栈的应用。。 输入一串字符串(含有小括号) 判断括号是否匹配-Stack data structure. . Enter a string (with brackets) Determine whether the brackets match
<向曦> 在 2025-11-07 上传 | 大小:1kb | 下载:0

[数据结构常用算法kuohaopipei

说明:数据结构中堆栈的应用 输入一串字符串(含有小括号) 判断字符串间的小括号是否匹配(成对出现为匹配)-Application stack data structure Enter a string (with brackets) Judge the string between the parentheses match(Pairs match)
<向曦> 在 2025-11-07 上传 | 大小:1kb | 下载:0

[数据结构常用算法bitreezonghe

说明:/*综合性试验(排序二叉树) 1.建立一棵排序二叉树(随机产生1000个0~999的数) 2.前、中、反中序遍历 3.统计叶子数、结点数、深度 4.查找、插入、删除 5.求最大、最小值 6.求查找的次数n1,与二分查找作比较(n1>n2,二叉树不均衡) 7.排序算法与中序遍历的效率比较 *8.将上述各步的结果写入文件(result.txt)-/* Test (sort of binary tree) (1) to establish a sort bin
<向曦> 在 2025-11-07 上传 | 大小:3kb | 下载:0

[数据结构常用算法bitree

说明:1、以广义表的方式输入二叉树 2--7、三种递归、非递归遍历的结果 8、统计结点数、叶子数 9、求深度(递归、非递归) 10、以反中序方式打印树图的格式-A generalized table input binary tree 2- 7, three recursion, non-recursive traversal results 8, the statistics the number of nodes, leaf number 9, seeking dept
<向曦> 在 2025-11-07 上传 | 大小:2kb | 下载:0

[数据结构常用算法paixu

说明:数据结构中各种排序的算法实现: 1.插入排序 2.希尔排序 3.简单选择排序 4.冒泡排序 5.快速排序 6.堆排序 7.归并排序 -Data structures in a variety of sorting algorithms: (1) insertion sort 2 Hill sorting 3 simple selection sort (4) bubble sort 5 quick sort 6. Heap sort
<向曦> 在 2025-11-07 上传 | 大小:3kb | 下载:0

[数学计算/工程计算jtf

说明:用进退法实现一维区间的搜索,语言用的是c语言-by using forward and backward method to search a computering scale range
<许福亮> 在 2025-11-07 上传 | 大小:3kb | 下载:0

[matlab例程assignment

说明:使用waterfilling 和 equal power进行power allocation-use waterfilling method & equal power to allocate power
<cywu49> 在 2025-11-07 上传 | 大小:1kb | 下载:0

[matlab例程MATLAB-logis

说明:matlab 关于logistics映射的映射图,希望对您有所帮助-matlab logistic
<guo> 在 2025-11-07 上传 | 大小:19kb | 下载:0

[人工智能/神经网络/遗传算法Neuro-Fuzzy-Control

说明:Neuro fuzzy control of industrial systems with actuator nonlinearities F. L. Lewis R. Selmic J. Campos
<KRL> 在 2025-11-07 上传 | 大小:9.55mb | 下载:0

[人工智能/神经网络/遗传算法robot_motion_planning_and_control

说明:Lecture Notes in Control and Information Sciences 229 J.-P. Laumond
<KRL> 在 2025-11-07 上传 | 大小:19.58mb | 下载:0

[matlab例程matlab-program

说明:100例常用matlab程序,对于正在学习matlab的朋友有帮助。- It s helpful for friends learning matlab
<sst> 在 2025-11-07 上传 | 大小:22kb | 下载:0
« 1 2 ... .79 .80 .81 .82 .83 15384.85 .86 .87 .88 .89 ... 28523 »

源码中国 www.ymcn.org