资源列表

« 1 2 ... .97 .98 .99 .00 .01 16602.03 .04 .05 .06 .07 ... 28523 »

[数据结构常用算法parallel-dijkstra

说明:并行化思路实现dijkstra算法。假设有p个处理器,N个顶点。给每个处理器分配N/p个顶点,求出局部的最小值,复杂度为O (N/p)。然后后一半的处理器将自己的最小值发送给第前p/2个处理器。前一半处理器接收到传来的值后,与局部的最小值比较,作为新值。继续循环,直到剩下一个处理器为止。-Parallelized dijkstra algorithm. Suppose there is p a processor, N vertex.
<joyce> 在 2025-04-29 上传 | 大小:727kb | 下载:0

[数据结构常用算法LargeNumber

说明:大数运算包括加、减、乘、除四则运算 MFC-Large number
<凌珍珍> 在 2025-04-29 上传 | 大小:28kb | 下载:0

[数据结构常用算法datastructrue

说明:数据结构中一个统计程序中代码、注释和空行的行数以及函数的个数和平均行数,并评定程序设计等级的实习报-Data structure in a statistical program code, comments and empty lines lines and the number and function of the average number of rows, and assess levels of training prog
<李志> 在 2025-04-29 上传 | 大小:94kb | 下载:0

[matlab例程Kalmanfilterfortargettracjectory

说明:用Kalman滤波估计目标航迹的Matlab源程序,采用了最小方差法和交互多模型。-source code for estimation of target tracjectory using Kamlan filter method
<叶宏> 在 2025-04-29 上传 | 大小:9kb | 下载:0

[数据结构常用算法gblb

说明:归并链表:将两链表合并为同一链表。MFC-Merge linked list: the two lists into one list.
<凌珍珍> 在 2025-04-29 上传 | 大小:24kb | 下载:0

[数据结构常用算法khpp

说明:括号匹配:利用栈实现括号是否匹配的判定。MFC-Bracket matching: the use of parentheses stack implementation to determine whether the match. MFC
<凌珍珍> 在 2025-04-29 上传 | 大小:23kb | 下载:0

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

说明:堆排序 MFC 显示初始化的堆和排序后的堆。-Heap sort heap and initialize MFC display sorted heap.
<凌珍珍> 在 2025-04-29 上传 | 大小:28kb | 下载:0

[数据结构常用算法Binary-sort-tree

说明:创建二叉排序树 显示树和中序遍历结果 MFC-Create a binary search tree and the tree traversal results in MFC
<凌珍珍> 在 2025-04-29 上传 | 大小:33kb | 下载:0

[matlab例程Radar

说明:设计一个matlab雷达信号仿真界面程序。(提示:例如可以根据选择产生一个不同类型噪声(均匀分布、高斯分布等类型),并在界面中显示该噪声时域图形,并能根据要求画出该噪声的自相关、FFT等信号处理后的结果。)-Design a matlab radar simulation interface program. (Hint: for example, can choose to generate a different type of n
<王勇> 在 2025-04-29 上传 | 大小:11kb | 下载:0

[数值算法/人工智能DDA

说明:draw a line with the algorithm dda
<Alberto> 在 2025-04-29 上传 | 大小:168kb | 下载:0

[matlab例程83050_M1

说明:study how to generate a symbol sequence, a pulse-shaping filter, and an eye-diagram.
<Lee John> 在 2025-04-29 上传 | 大小:60kb | 下载:0

[matlab例程dmtteq3

说明:The MATLAB DMTTEQ Toolbox is a collection of MATLAB functions to design and test the following time domain equalizer design methods
<Lee John> 在 2025-04-29 上传 | 大小:144kb | 下载:0
« 1 2 ... .97 .98 .99 .00 .01 16602.03 .04 .05 .06 .07 ... 28523 »

源码中国 www.ymcn.org