CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - algorithm report

搜索资源列表

  1. On-Line_MCMC_Bayesian_Model_Selection

    0下载:
  2. This demo nstrates how to use the sequential Monte Carlo algorithm with reversible jump MCMC steps to perform model selection in neural networks. We treat both the model dimension (number of neurons) and model parameters as unknowns. The derivation a
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:220044
    • 提供者:晨间
  1. Reversible_Jump_MCMC_Bayesian_Model_Selection

    0下载:
  2. This demo nstrates the use of the reversible jump MCMC algorithm for neural networks. It uses a hierarchical full Bayesian model for neural networks. This model treats the model dimension (number of neurons), model parameters, regularisation paramete
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:348783
    • 提供者:晨间
  1. josephus_by_xueylloulan

    0下载:
  2. josephus算法 n个人围成一圈报数,报到人出去,相信很多人都知道这个经典题目。解法有数组法等等。 其实,这就是josehpus问题,这里演示josephus算法-Josephus n algorithm was used to encircle a few individuals, who report back out, I believe many people know this classic title. Solutions are arrays among others. In
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:94731
    • 提供者:薛云龙
  1. 银行家算法操作系统实验报告

    0下载:
  2. 银行家算法的课程设计报告-bankers algorithm design of the curriculum report
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:9263
    • 提供者:王珊
  1. yfzheng

    0下载:
  2. State of art point matching algorithm, implemented by C++, together with a full report and demo.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:545385
    • 提供者:Jeff
  1. cyhj

    0下载:
  2. 银行家算法分析报告( c语言)-bankers algorithm analysis report (c language)
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3270
    • 提供者:虞周君
  1. BST2to2

    0下载:
  2. 完成实验要求的全部功能并运行通过,算法有一定的新意,程序代码符合书写规范,实验报告叙述清晰完整,有详尽的分析和总结-completion of the pilot all the functional requirements and run through the algorithm of a certain novelty, with code written norms, experimental report describes a distinct and comprehensive,
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3213
    • 提供者:妮娜
  1. 处理机调度

    0下载:
  2. 这是一个模拟操作系统中进程控制的程序,用时间片轮转算法实现,附带试验报告-This is a simulated operating system process control procedures, time-flow algorithm, fringe Test Report
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:113554
    • 提供者:开心果
  1. amaze32v3

    0下载:
  2. 2. 设计一个启发式函数(最好是A*搜索函数)并编程实现,设计报告中必须给出函数的具体形式并说明设计思想(或分析为什么是A*算法)-2. Design a heuristic function (A * is the best search function), and Programming, design report must be given to the specific function and state forms design (or analyze why is A * al
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:526969
    • 提供者:小龙
  1. 2005041011021321223

    0下载:
  2. kruskal算法报告,算法大全介绍,帮助程序员提高开发思路,赶快下载!-Kruskal report algorithm, the algorithm Daquan, help programmers to improve the development of ideas and quickly download!
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:41209
    • 提供者:吴明
  1. 01张雅彬

    0下载:
  2. 算法设计与分析实验报告,内容很全面的,呵呵。-algorithm design and analysis of experiments report, very comprehensive, huh.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:39888
    • 提供者:张亚宾
  1. Huffman编码的算法及其实现。

    0下载:
  2. Huffman编码的算法及其实现。 这是一个实验报告,请采纳!-Huffman coding algorithm and its implementation. This is an experiment report, adopted!
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:5321
    • 提供者:fad
  1. 数值分析11

    0下载:
  2. 里边是一些数值分析的经典的算法,还有实验报告及一些在它领域里边的一些文献-----是英语写成的,很好啊。-inside some of the classic numerical analysis algorithm, and some experimental report in its field inside the literature written in English ----- yes, ah well.
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:39151
    • 提供者:天天
  1. 语法分析之左递归实验

    0下载:
  2. 此为编译原理实验报告 学习消除文法左递规算法,了解消除文法左递规在语法分析中的作用 内含 设计算法 目的 源码 等等.... 算法:消除左递归算法为: (1)把文法G的所有非终结符按任一种顺序排列成P1,P2,…Pn 按此顺序执行 (2)FOR i:=1 TO n DO BEGIN FOR j:=1 DO 把形如Pi→Pjγ的规则改写成 Pi→δ1γ δ2γ … δkγ。其中Pj→δ1 δ2 … δk是关于Pj的所有规则; 消除关于Pi规则的直接左递归性 END (3)化简由(2)所得的文法。即
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:44142
    • 提供者:何浩
  1. 操作系统课程实验报告2

    0下载:
  2. 操作系统课程实验报告,进程调度算法实现报告!-experiment report of operation system ,report of how to implement process schedule algorithm.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:183996
    • 提供者:王哲
  1. TVAL3

    2下载:
  2. %TVDENOISE Total variation grayscale and color image denoising % u = TVDENOISE(f,lambda) denoises the input image f. The smaller % the parameter lambda, the stronger the denoising. % % The output u approximately minimizes the Rudin-Osher-Fatemi (ROF)
  3. 所属分类:matlab例程

  1. rsaeuroi.rar

    0下载:
  2. RSA加密算法源代码 RSAEURO Version 1.02 Distribution In this distribution the various files are included in the directories below. DOCS - RSAEURO Documentation Directory DEMO - Demo Applications Directory SOURCE - Source Code Directory scr
  3. 所属分类:加密解密

    • 发布日期:2017-03-30
    • 文件大小:275955
    • 提供者:烈马
  1. wangtian.rar

    0下载:
  2. 模拟银行家算法,有效避免死锁.附带详细的实验报告!,Simulation bankers algorithm avoid deadlock. The report detailed experimental fringe!
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:120728
    • 提供者:王天
  1. design.rar

    0下载:
  2. 回溯法,动态规划法,遗传算法求解 tsp问题(课程设计报告),Backtracking, dynamic programming method, genetic algorithm tsp issues (curriculum design report)
  3. 所属分类:Project Design

    • 发布日期:2017-05-12
    • 文件大小:2641209
    • 提供者:曾亮
  1. suanfashiyanbaogao

    0下载:
  2. 算法设计实验报告 递归与分治 和贪心算法-Recursive algorithm design lab report and the greedy algorithm with sub-rule
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:40835
    • 提供者: 周悟
« 1 2 3 4 56 7 8 9 10 ... 20 »
搜珍网 www.dssz.com