资源列表

« 1 2 ... .30 .31 .32 .33 .34 25435.36 .37 .38 .39 .40 ... 28522 »

[数据结构常用算法Trie

说明:Trie树既可用于一般的字典搜索,也可用于索引查找。对于给定的一个字符串a1,a2,a3,...,an.则采用TRIE树搜索经过n次搜索即可完成一次查找。不过好像还是没有B树的搜索效率高,B树搜索算法复杂度为logt(n+1/2).当t趋向大,搜索效率变得高效。怪不得DB2的访问内存设置为虚拟内存的一个PAGE大小,而且帧切换频率降低,无需经常的PAGE切换。-Trie tree can be used for general dict
<ruikobe> 在 2025-05-17 上传 | 大小:1kb | 下载:0

[数据结构常用算法monkey

说明:该程序为猴子选大王的程序,动态分配空间产生一个顺序队列,为圈子里的猴子安排编号,通过一个指针的移动来选择退出队列的猴子,经过几次循环可以得到最终的大王-The program for the monkey king election procedures, dynamic allocation of space to produce a sequence of queues, for the circle code monkeys ar
<ruikobe> 在 2025-05-17 上传 | 大小:1kb | 下载:0

[数据结构常用算法kruskal

说明:本程序为使用克鲁斯卡尔 (kruskal)算法构造最小生成树,首先使用链表建立连通图,交换权值以及头和尾,对权值进行排序,使用克鲁斯卡尔 (kruskal)算法构造最小生成树-This procedure for the use of Kruskal (kruskal) Minimum Spanning Tree Algorithm, the first to use linked lists to establish connecti
<ruikobe> 在 2025-05-17 上传 | 大小:1kb | 下载:0

[数据结构常用算法biaodashi

说明:该程序为从原四则表达式求得后缀表达式,使用栈的数据结构,使用当前运算符与栈顶运算符进行比较,优先级高则入栈,之后出栈所有优先级比当前高的运算符,输入为 # 结束时,把栈中的运算符全部弹出-The program from the original four suffix expressions obtained expressions, the use of stack data structure, using the current
<ruikobe> 在 2025-05-17 上传 | 大小:1kb | 下载:0

[数学计算/工程计算buchangjiasufa

说明:解决无约束非线性规划问题的直接法,由探测移动和模式搜索交替构成-To solve unconstrained nonlinear programming problem of the direct method, by the detection of moving and models alternately constitute english
<松鼠> 在 2025-05-17 上传 | 大小:127kb | 下载:0

[数据结构常用算法tree

说明:该程序的功能为已知二叉树中序遍历和后序遍历序列,求二叉树的二叉链表结构,程序中假设前序序列和中序序列已经分别储存在数组Pre和In中,由子树的前序和中序序列建立其二叉链表,在中序序列中查找子树根,计算左右子树的大小,置队列为空队列,输出左右孩子并入队列中-The functions of the program in order for the known binary tree traversal and postorder trav
<ruikobe> 在 2025-05-17 上传 | 大小:1kb | 下载:0

[数学计算/工程计算zuisuxiajiangfa

说明:用解析法解无约束非线性规划问题,选择搜素方向通过一系列一维搜素来实现-Analytical method used for Unconstrained nonlinear programming problem, select the direction of Su-found through a series of one-dimensional search has always realize
<松鼠> 在 2025-05-17 上传 | 大小:363kb | 下载:0

[数学计算/工程计算qiunijuzhen

说明:自己编的求逆矩阵的小程序,情大家多多指教-Own inverse matrix of small procedures, U.S. intelligence exhibitions
<松鼠> 在 2025-05-17 上传 | 大小:1kb | 下载:0

[数据结构常用算法monkey

说明:数据结构课上练习的有趣问题:一群猴子围成一圈通过报数选出猴王-Data structure class exercises interesting problem: a group of monkeys in a circle through the reported number of elected King
<松鼠> 在 2025-05-17 上传 | 大小:1kb | 下载:0

[数据结构常用算法shuzudeyouxucharu

说明:用数据结构编写的对递增数组的有序插入,请大家多指教-Prepared using the data structure of an orderly array of incremental insertion, please advise U.S. multi-
<松鼠> 在 2025-05-17 上传 | 大小:227kb | 下载:0

[数据结构常用算法C

说明:这是关于数据结构中二叉树的,利用c编写的源代码!-This is on the binary tree data structure, and the use of c source code to prepare!
<陈艳> 在 2025-05-17 上传 | 大小:1kb | 下载:0

[matlab例程123456

说明:利用MATLAB对跳频通信系统进行仿真,包括源程序,框图,仿真结果等-The use of MATLAB for simulation of frequency-hopping communication systems, including source code, diagram, simulation results
<雷小> 在 2025-05-17 上传 | 大小:1.18mb | 下载:0
« 1 2 ... .30 .31 .32 .33 .34 25435.36 .37 .38 .39 .40 ... 28522 »

源码中国 www.ymcn.org