CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - algorithms in

搜索资源列表

  1. Metaparllel

    0下载:
  2. 串行程序并行化软件 它提供给程序员一个图形化的交互界面,首先由程序员选择并行算法,然后通过配置向导对所选择的并行算法进行定制,生成配置文件,然后参照配置文件自动生成并行程序的框架代码,并将程序员提供的元任务的串行代码嵌入到框架代码中,最后生成并行程序-software programmers to provide an interactive graphical interface, the first programmer to choose from parallel algorithm
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:154.64kb
    • 提供者:joey
  1. singletracking

    2下载:
  2. 在VC++平台上实现的非线性滤波算法,包括卡尔曼滤波,扩展卡尔曼滤波和无迹卡尔曼滤波。-In VC++ platform to achieve the nonlinear filtering algorithms, including Kalman filtering, extended Kalman filter and unscented Kalman filter.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2013-08-14
    • 文件大小:6.87kb
    • 提供者:asd
  1. fire

    0下载:
  2. 人工智能算法中的模拟退火算法,使用c++编程-Artificial intelligence algorithms in the simulated annealing algorithm, the use of c++ programming
  3. 所属分类:Console

    • 发布日期:2017-04-08
    • 文件大小:1.54kb
    • 提供者:流星澈
  1. lefttree

    0下载:
  2. 最小左偏树的合并算法,是自己在学习数据结构的时候写的。-Minimum left side tree merging algorithms, data structures own time in learning to write.
  3. 所属分类:Console

    • 发布日期:2017-04-08
    • 文件大小:4.87kb
    • 提供者:Weiya.Bai
  1. 750

    0下载:
  2. 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
  3. 所属分类:Console

    • 发布日期:2017-04-05
    • 文件大小:15.93kb
    • 提供者:am
  1. Search-and-Sorting

    0下载:
  2. Proof - How to work Search and Sorting algorithms in c-Proof - How to work Search and Sorting algorithms in c++
  3. 所属分类:Console

    • 发布日期:2017-04-14
    • 文件大小:5.1kb
    • 提供者:Alex
  1. PIPLink

    0下载:
  2. 基于重要点的时间序列分段算法,时间序列的经典分段算法之一。欢迎有需要的朋友下载。-Important points based on time series segmentation algorithm, time series of the classic segmentation algorithms. Welcome to a friend in need to download.
  3. 所属分类:Console

    • 发布日期:2017-04-06
    • 文件大小:415.56kb
    • 提供者:susan
  1. DP-Navie-LongestCommonSubstring

    0下载:
  2. 给出了一种基于动态规划的最长公共子串算法(vc),以及一种朴素算法。-There two Longest common substring algorithms writen in VC in this document.One is based on the dynamic programming, the other is naive.
  3. 所属分类:Console

    • 发布日期:2017-04-08
    • 文件大小:1.86kb
    • 提供者:lin
  1. MergeSortL_AND-QuickSort

    0下载:
  2. MergeSortL_AND QuickSort,计算机算法设计与分析中的链表的归并排序算法和快速排序算法-MergeSortL_AND QuickSort, linked list merge sort algorithm in the design and analysis of computer algorithms, and fast sorting algorithm
  3. 所属分类:Console

    • 发布日期:2017-11-14
    • 文件大小:2.31mb
    • 提供者:陈乾福
  1. paixvsuanfa

    0下载:
  2. 排序算法的实现与比较(数据结构课程设计题)   问题描述:编程实现快速排序算法,并利用程序统计执行时间。   实现要求:随机产生10000、50000、 100000、 200000个待排数据存入磁盘文件,从磁盘文件读入待排数据进行排序,并将排序结果写入另一个文件中。-Implementation and comparison of sorting algorithms (data structure curriculum design questions) Problem Descr
  3. 所属分类:Console

    • 发布日期:2017-11-30
    • 文件大小:1.15kb
    • 提供者:华黄
  1. JoseQuestion

    0下载:
  2. 约瑟夫环问题求解    约瑟夫环问题的具体描述是:设有编号为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
  3. 所属分类:Console

    • 发布日期:2017-11-27
    • 文件大小:1020byte
    • 提供者:冯读庆
  1. 8queens

    0下载:
  2. 遗传算法实现八皇后程序,八皇后程序的主要功能就是利用进化计算来找到符合要求的八皇后排列,该程序可在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
  3. 所属分类:Console

    • 发布日期:2017-04-08
    • 文件大小:474.62kb
    • 提供者:匿名
  1. stack-and-queue

    0下载:
  2. (1)采用链式存储实现栈的初始化、入栈、出栈操作。 (2)采用顺序存储实现栈的初始化、入栈、出栈操作。 (3)采用链式存储实现队列的初始化、入队、出队操作。 (4)采用顺序存储实现循环队列的初始化、入队、出队操作。 (5)在主函数中设计一个简单的菜单,分别测试上述算法-(A) implement the stack using the chain store initialization, the stack, the stack operation. (2) using seq
  3. 所属分类:Console

    • 发布日期:2017-04-04
    • 文件大小:2.14kb
    • 提供者:fei
  1. ACM-

    0下载:
  2. ACM的几个经典算法包括:阿姆斯壮数、产生可能的集合、传话游戏、老鼠走迷宫、数字拆解-ACM several classical algorithms include: Armstrong number, resulting in a possible collection of messenger game Mouse Maze, digital dismantling
  3. 所属分类:Console

    • 发布日期:2017-04-05
    • 文件大小:61.77kb
    • 提供者:HL
  1. quicksort

    0下载:
  2. 用c语言实现的快速排序。快速排序效率较高,但可靠度相比其它排序算法而言较低。-Using c language quick sort. Quick Sort efficient, but in terms of reliability is low compared to other sorting algorithms.
  3. 所属分类:Console

    • 发布日期:2017-05-19
    • 文件大小:4.96mb
    • 提供者:xiang
  1. stack

    0下载:
  2. 算法与数据结构中的顺序栈,链栈,以及栈的应用(数制的转换,表达式计算)。-Algorithms and data structures in order stack, chain stack, and the stack of applications (number system conversions, expression evaluation).
  3. 所属分类:Console

    • 发布日期:2017-04-07
    • 文件大小:8.35kb
    • 提供者:郭悠悠
  1. sort

    0下载:
  2. 算法与数据结构中的排序算法(直接插入,折半插入,表插入,冒泡,快速,简单选择,堆,归并,基排序)。-Algorithms and Data Structures in sorting algorithms (direct insertion, binary insertion, insert tables, bubble, quick, simple choice, heap, merge, group sorting).
  3. 所属分类:Console

    • 发布日期:2017-04-08
    • 文件大小:5.74kb
    • 提供者:郭悠悠
  1. FFT

    0下载:
  2. 其中的函数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
  3. 所属分类:Console

    • 发布日期:2017-04-07
    • 文件大小:1.92kb
    • 提供者:zhongyang
  1. openmpDAA.tar

    0下载:
  2. OpenMP Algorithms in C and C-OpenMP Algorithms in C and C++
  3. 所属分类:Console

    • 发布日期:2017-04-15
    • 文件大小:5.28kb
    • 提供者:manish
  1. algorithms

    0下载:
  2. 操作系统FIFO和ALU算法,用C++实现,利用算法对内存管理进行运算-the application of FIFO and ALU algorithms in OS
  3. 所属分类:Console

    • 发布日期:2017-04-17
    • 文件大小:163.08kb
    • 提供者:袁中卫
« 12 »
搜珍网 www.dssz.com