搜索资源列表
Metaparllel
- 串行程序并行化软件 它提供给程序员一个图形化的交互界面,首先由程序员选择并行算法,然后通过配置向导对所选择的并行算法进行定制,生成配置文件,然后参照配置文件自动生成并行程序的框架代码,并将程序员提供的元任务的串行代码嵌入到框架代码中,最后生成并行程序-software programmers to provide an interactive graphical interface, the first programmer to choose from parallel algorithm
singletracking
- 在VC++平台上实现的非线性滤波算法,包括卡尔曼滤波,扩展卡尔曼滤波和无迹卡尔曼滤波。-In VC++ platform to achieve the nonlinear filtering algorithms, including Kalman filtering, extended Kalman filter and unscented Kalman filter.
fire
- 人工智能算法中的模拟退火算法,使用c++编程-Artificial intelligence algorithms in the simulated annealing algorithm, the use of c++ programming
lefttree
- 最小左偏树的合并算法,是自己在学习数据结构的时候写的。-Minimum left side tree merging algorithms, data structures own time in learning to write.
750
- C ALGORITHM 750, COLLECTED ALGORITHMS FROM ACM. C THIS WORK PUBLISHED IN TRANSACTIONS ON MATHEMATICAL SOFTWARE, C VOL. 21, NO. 4, December, 1995, P. 410--415.-C ALGORITHM 750, COLLECTED ALGORITHMS FROM ACM. C THIS WORK PUBLISHED IN TR
Search-and-Sorting
- Proof - How to work Search and Sorting algorithms in c-Proof - How to work Search and Sorting algorithms in c++
PIPLink
- 基于重要点的时间序列分段算法,时间序列的经典分段算法之一。欢迎有需要的朋友下载。-Important points based on time series segmentation algorithm, time series of the classic segmentation algorithms. Welcome to a friend in need to download.
DP-Navie-LongestCommonSubstring
- 给出了一种基于动态规划的最长公共子串算法(vc),以及一种朴素算法。-There two Longest common substring algorithms writen in VC in this document.One is based on the dynamic programming, the other is naive.
MergeSortL_AND-QuickSort
- MergeSortL_AND QuickSort,计算机算法设计与分析中的链表的归并排序算法和快速排序算法-MergeSortL_AND QuickSort, linked list merge sort algorithm in the design and analysis of computer algorithms, and fast sorting algorithm
paixvsuanfa
- 排序算法的实现与比较(数据结构课程设计题) 问题描述:编程实现快速排序算法,并利用程序统计执行时间。 实现要求:随机产生10000、50000、 100000、 200000个待排数据存入磁盘文件,从磁盘文件读入待排数据进行排序,并将排序结果写入另一个文件中。-Implementation and comparison of sorting algorithms (data structure curriculum design questions) Problem Descr
JoseQuestion
- 约瑟夫环问题求解 约瑟夫环问题的具体描述是:设有编号为1,2,……,n的n(n>0)个人围成一个圈,从第1个人开始报数,报到m时停止报数,报m的人出圈,再从他的下一个人起重新报数,报到m时停止报数,报m的出圈,……,如此下去,直到所有人全部出圈为止。当任意给定n和m后,设计算法求n个人出圈的次序。-Josephus Josephus problem solving specific descr iption is: has numbered 1, 2, ...... n n (n
8queens
- 遗传算法实现八皇后程序,八皇后程序的主要功能就是利用进化计算来找到符合要求的八皇后排列,该程序可在10000代内找到全部92种符合要求的排列。-Genetic Algorithms eight queens program, eight queens program' s main function is to make use of evolutionary computation to find the arrangement meets the requirements of the
stack-and-queue
- (1)采用链式存储实现栈的初始化、入栈、出栈操作。 (2)采用顺序存储实现栈的初始化、入栈、出栈操作。 (3)采用链式存储实现队列的初始化、入队、出队操作。 (4)采用顺序存储实现循环队列的初始化、入队、出队操作。 (5)在主函数中设计一个简单的菜单,分别测试上述算法-(A) implement the stack using the chain store initialization, the stack, the stack operation. (2) using seq
ACM-
- ACM的几个经典算法包括:阿姆斯壮数、产生可能的集合、传话游戏、老鼠走迷宫、数字拆解-ACM several classical algorithms include: Armstrong number, resulting in a possible collection of messenger game Mouse Maze, digital dismantling
quicksort
- 用c语言实现的快速排序。快速排序效率较高,但可靠度相比其它排序算法而言较低。-Using c language quick sort. Quick Sort efficient, but in terms of reliability is low compared to other sorting algorithms.
stack
- 算法与数据结构中的顺序栈,链栈,以及栈的应用(数制的转换,表达式计算)。-Algorithms and data structures in order stack, chain stack, and the stack of applications (number system conversions, expression evaluation).
sort
- 算法与数据结构中的排序算法(直接插入,折半插入,表插入,冒泡,快速,简单选择,堆,归并,基排序)。-Algorithms and Data Structures in sorting algorithms (direct insertion, binary insertion, insert tables, bubble, quick, simple choice, heap, merge, group sorting).
FFT
- 其中的函数FFT用于计算一组数据的快速傅里叶变换,输入参数为一个数组,元素个数为2的n次方。程序包含FFT排序算法和蝶形运算。-Function which Fast Fourier Transform FFT calculation for a set of data, the input parameters for an array of n number of elements in a power of 2. Program includes sorting algorithms an
openmpDAA.tar
- OpenMP Algorithms in C and C-OpenMP Algorithms in C and C++
algorithms
- 操作系统FIFO和ALU算法,用C++实现,利用算法对内存管理进行运算-the application of FIFO and ALU algorithms in OS