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

搜索资源列表

  1. PSD.rar

    0下载:
  2. 现代谱估计实验,运用Burg算法,里面包含了完整的实验报告,Modern spectral estimation experiments, the use of Burg algorithm, which contains a complete test report
  3. 所属分类:DSP program

    • 发布日期:2017-03-25
    • 文件大小:4330
    • 提供者:sujing
  1. ACM.rar

    0下载:
  2. ACM比赛解题报告,包括hdu1880、zoj1010、zoj1015,为原创的报告,算法不一定最优的,ACM problem-solving competition, including hdu1880, zoj1010, zoj1015, for the original report, the algorithm does not necessarily optimal
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:27680
    • 提供者:Scott
  1. Douglas—Peucker_Simplize_Vecto

    0下载:
  2. 矢量数据的压缩方法常用的有道格拉斯—普克法、垂距法、光栏法。本文主要讨论道格拉斯—普克法,运用该算法的思想,用C语言于TC20中编写一个小程序,实现对既有线的简化。(压缩包里面有算法报告),Vector data compression methods are commonly used Douglas- Puck law, down from the method, light field method. This article focused on Douglas- Puck law, t
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:21097
    • 提供者:张波
  1. CRC.rar

    0下载:
  2. 实验:标准CRC算法实验报告,用C++实现的TCP的CRC检验。这是别人写的CRC检验。,Experiment: Experimental Report standard CRC algorithm using C++ realization of the CRC test TCP. This is written by someone else CRC test.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-14
    • 文件大小:3622987
    • 提供者:binnary
  1. EIGHTPUZZLE

    2下载:
  2. 用A*算法解决八数码问题,人工智能实验,内附实验报告。源码注释很详细-With the A* algorithm to solve 8 puzzle problem, artificial intelligence experiments, containing a laboratory report. Very detailed source notes
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:160628
    • 提供者:朱颢
  1. phong

    1下载:
  2. 我的计算机图形学大作业,实现了phong模型,phong模型参数可调,打开网格文件为.smf,包含了测试的.smf文件,实现了有/无增量式法向插值算法,有详细的实验报告(.pdf),请用vs2008打开工程-My computer graphics major operations to achieve the phong model, phong model parameters adjustable, open the file for the grid. Smf, contains the
  3. 所属分类:Graph program

    • 发布日期:2017-05-21
    • 文件大小:6555744
    • 提供者:zhaoyb
  1. queen

    3下载:
  2. 拉斯维加斯(Las Vegas)算法来解皇后控制问题的解题报告和源代码。问题描述:在一个n×n个方格组成的棋盘上的任一方格中放置一个皇后,该皇后可以控制他所在的行,列以及对角线上的所有方格。对于给定的自然数n,在n×n个方格组成的棋盘上最少要放置多少个皇后才能控制棋盘上的所有方格,且放置的皇后互不攻击? 设计一个拉斯维加斯算法, 对于给定的自然数n (1≤n≤100)计算在n×n个方格组成的棋盘上最少要放置多少个皇后才能控制棋盘上的所有方格,且放置的皇后互不攻击。 -Las Vegas
  3. 所属分类:Data structs

    • 发布日期:2016-01-27
    • 文件大小:81288
    • 提供者:吴钦阳
  1. MD5

    0下载:
  2. MD5算法的MATLAB程序实现,还有详细实验报告-MATLAB implementation of the MD5 algorithm, as well as detailed experimental report
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:22591
    • 提供者:邓仕海
  1. Bankers_algorithm

    1下载:
  2. 操作系统原理实验——银行家算法实验报告 2实验内容或题目 1)设计五个进程{P0,P1,P2,P3,P4}共享三类资源{A,B,C}的系统,{A,B,C}的资源总数量分别为10,5,72)并行进程可动态地申请资源和释放资源(程序交互输入申请或释放资源数量),系统按各进程的申请动态地分配资源。 3)每当进程动态申请资源或释放资源时,模拟程序应能及时显示或打印各个进程在此时刻的资源分配表、系统可用资源量和安全序列等资源分配信息和安全检查信息 -Operating System
  3. 所属分类:操作系统开发

    • 发布日期:2012-11-07
    • 文件大小:2053
    • 提供者:恋恋的恋
  1. datastructure

    1下载:
  2. 数据结构二叉树实验报告,包括 (1)创建二叉树 (2)递归算法先序遍历二叉树 (3)非递归算法中序遍历二叉树 (4)递归算法后序遍历二叉树 (5)求二叉树叶子结点个数 (6)按层次遍历二叉树 (7)求二叉树树深 -A binary tree data structure, experimental report, including (1) Create a binary tree (2) recursive algorithm for preorder trav
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:24564
    • 提供者:lqs010203
  1. delimiter_matching

    0下载:
  2. 编写简易编译器,能发现分隔符匹配的错误如括号、注释符的匹配问题,都能检测出来-delimiter matching The simple algorithm uses a stack and is as follows: Make an empty stack. Read characters until end of file. If the character is an open anything, push it onto the stack. If it is a close
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:2296
    • 提供者:aga
  1. 操作系统课程设计 文件管理系统

    2下载:
  2. 文件系统管理 在内存中为文件开辟存储空间 可以创建文件和文件夹 (至少有两级目录 :模拟DOS文件系统的操作 可以存储文件的内容 可以查看删除和修改文件(15 2,系统设计功能:根据题目要求设计程序功能 考核内容:( 1,功能设计方面:功能设计是否全面,有无遗漏 2,完成功能设计算法方面:算法是否有效,算法的难易程度 3,运算演示方面:设计程序能否运行,运行时是否每一种情况都考虑 4,程序设计报告内容:程序功能,程序模块结构,流程图,源程序清单 5,教师质疑-File system manage
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-11-09
    • 文件大小:619659
    • 提供者:谈明文
  1. SHORSTPATH

    0下载:
  2. 这是一份实验报告,里面含有JAVA 实现的最短路径的源码。论文中讨论的最短路径的发展和各个算法的局限性。并对最短路径存在的一些问题提出思考!-This is a test report, which contains the shortest path to achieve JAVA source code. Papers discussed in the shortest path algorithm development and the various limitations. The s
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:19127
    • 提供者:陈晶
  1. FFT_solution_in_matlab

    0下载:
  2. 数值模拟实验,采用蝶形算法利用matlab实现的fft变换,针对指数函数,包含正fft以及逆变换。附带实验报告-Numerical simulation experiments, using butterfly algorithm fft using matlab to achieve transformation, for exponential function, including being fft and inverse transform. Incidental to the exp
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:100067
    • 提供者:wei
  1. ShouCiShiYingSuanFa

    1下载:
  2. 内存分派算法——首次适应算法及其实验报告设计-Memory assignment algorithm- the first report of adaptation algorithm and its experimental design
  3. 所属分类:source in ebook

    • 发布日期:2017-04-03
    • 文件大小:2286
    • 提供者:fan
  1. MyDwt2D

    1下载:
  2. 对图像进行二维离散小波变换, 变换级数大于等于3级,然后统计系数中0的个数(百分比表示),并进行重构, 最后计算重构图像的峰值信噪比(PSNR). 里面还附上了我写的实验报告,对大家理解Mallat算法和图像压缩很有帮助-Image two-dimensional discrete wavelet transform, transform series greater than or equal to 3, and then statistics of the number of c
  3. 所属分类:Wavelet

    • 发布日期:2016-05-09
    • 文件大小:986785
    • 提供者:zhang
  1. guangyibiao

    0下载:
  2. 主要是实现广义表相关操作的算法,并包括有详细报告-Mainly related to the realization of the generalized form of the algorithm operation, and include a detailed report
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:36843
    • 提供者:陈娟
  1. suanfashejiyufenxi

    0下载:
  2. 计算机算法设计与分析实验报告:6大算法详细实验报告(相当详细).分治,动态规划,贪心,回溯,分支限界-Computer Algorithm Design and Analysis of Experimental Report: 6 large algorithm experiment detailed report (in considerable detail). Sub-rule, dynamic programming, greedy, backtracking, branch and b
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:84824
    • 提供者:sy
  1. sisuobimian

    0下载:
  2. 死锁避免——银行家算法的模拟实现,通过模拟死锁避免的实现,加深对死锁避免,系统安全状态的理解.附有我的實验报告,源代码。-Deadlock Avoidance- Banker s Algorithm simulation achieved by simulating the deadlock avoid the realization of better understanding of the deadlock avoidance, system security status underst
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:245253
    • 提供者:hyw
  1. FIFO

    0下载:
  2. 课程设计报告_先进先出(FIFO)页面置换算法 里面全齐,不过是DOS的界面,希望对大家有些帮助 -Curriculum design report _ FIFO (FIFO) page replacement algorithm inside homogeneous whole, but DOS interface, I hope all of you some help
  3. 所属分类:Education soft system

    • 发布日期:2017-05-09
    • 文件大小:6936
    • 提供者:叶寒
« 1 2 3 4 5 67 8 9 10 11 ... 20 »
搜珍网 www.dssz.com