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

搜索资源列表

  1. josephus.1

    0下载:
  2. 描述:设编号为1,2,…,n(n>0)个人按顺时针方向围坐一圈,每人持有一个正整数密码。开始时任意给出一个报数上限值m,从第一个人开始顺时针方向自1起顺序报数,报到m时停止报数,抱m的人出列,从他在顺时针方向上的下一个人起重新自1起顺序报数;如此下去,直到所有人全部出列为止。要求设计一个程序模拟此过程,并给出出列人的编号序列。 .算法思想: Jeseph函数是实现问题要求的主要函数,其算法思想是:从1至m对带头结点的单循环链表循环计数,到m时,输出该结点的编号值,,再从
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:20.54kb
    • 提供者:王俊
  1. LRUsuanfabaogao

    0下载:
  2. 实验报告中赋有LRU算法的原代码,流程图与实验的要求,目的等.-report LRU algorithm is given the original code, flowcharts and experimental requirements, aim.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:21.06kb
    • 提供者:刘敏
  1. oskechengsheji

    1下载:
  2. 这是*作系统的课程设计,实现了银行家算法,并附有课程设计报告。-This is my operating system of curriculum design, realization of the banker's algorithm, together with curriculum design report.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:46.19kb
    • 提供者:康珊
  1. caozuo02050210

    0下载:
  2. 操作系统课程设计----进程调度 LRU算法 内附设计报告-courses on operating system design process-scheduling algorithm containing LRU design report
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:293.93kb
    • 提供者:于勇
  1. OSOS

    1下载:
  2. 操作系统课程设计——银行家算法的流程图、源代码、设计报告-courses on operating system design -- the banker's algorithm flowchart, source code, design report
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:69.26kb
    • 提供者:孙华魁
  1. 1090-chain

    0下载:
  2. POJ解题报告,包括对题目的分析,算法优略的评述,多种方法的提供-POJ Solution report, including analysis of the topic, the algorithm slightly superior to the comments of the various methods available
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:10.27kb
    • 提供者:pig
  1. 1038_bugs

    0下载:
  2. POJ解题报告,包括对题目的分析,算法优略的评述,多种方法的提供-POJ Solution report, including analysis of the topic, the algorithm slightly superior to the comments of the various methods available
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:32.56kb
    • 提供者:pig
  1. 1053_setme

    0下载:
  2. POJ解题报告,包括对题目的分析,算法优略的评述,多种方法的提供-POJ Solution report, including analysis of the topic, the algorithm slightly superior to the comments of the various methods available
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:5.84kb
    • 提供者:pig
  1. PCA_NN

    0下载:
  2. PCA(主成分分析)算法被广泛应用于工程和科学研究中,本报告主要从PCA的基本结构和基本原理对其进行研究,常规的PCA算法主要采用线性算法,通过研究论证发现线性的PCA算法存在着许多不足,比如线性PCA算法不能从线性组合中把独立信号成分分离出来,主分量只由数据的二阶统计量—自相关阵确定,这种二阶统计量只能描述平稳的高斯分布等,因此必须对其进行改进,经改进后的PCA算法有非线性PCA算法、鲁棒算法等。我们通过PCA算法在直线(平面)中拟和的例子说明了PCA在工程中的应用。本例子采用的是成分分析中的
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:444.04kb
    • 提供者:东方云
  1. wenjianxitongmoni

    1下载:
  2. 操作系统课程设计报告 文件系统模拟 一、课程设计目的 通过模拟文件系统的实现,深入理解操作系统中文件系统的理论知识。 二、课程设计要求 通过课程设计,要求学生主要掌握如下内容: 1.设计出文件系统中常用的数据结构; 2.理解文件系统的工作流程,给出程序流程图; 3.设计出文件系统中关键的算法; 4.模拟实现二级目录文件系统,并给出一组运行结果。 三、课程设计内容 根据实验指导书补充 四、文件系统实现 -courses on operating
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:22.24kb
    • 提供者:xiao ming
  1. sort4

    0下载:
  2. 此程序为四种排序算法的时间比较,选择,冒泡,插入排序,还有一份实验报告 -procedure for the four sorting algorithm of the time, choice, Bubble, insertion sort, and an experimental report
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:64.99kb
    • 提供者:李冰月
  1. cp%2E

    1下载:
  2. 编译原理课程设计报告对以下文法,采用算符优先分析算法,对G[S]所定义的赋值语句进行语法分析,并在语法分析过程中将所输入的扶植语句翻译为四元式。-Course Design Compiler Principle report on the following grammar, using operator priority analysis algorithm, G [S], as defined in the assignment syntax analysis, and the syntax
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:14.46kb
    • 提供者:zjd
  1. ebma

    0下载:
  2. 数字视频技术的实验,关于穷尽块匹配算法的matlab程序及实验报告.-digital video technology experiments on the exhausted block matching algorithm and experimental procedures Matlab report.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:418.78kb
    • 提供者:王明
  1. cipantiaodu

    0下载:
  2. sstf 最短磁盘调度算法,有详细的设计过程描述,包含原代码的,测试结果报告-sstf shortest disk scheduling algorithm, a detailed descr iption of the design process, including source code, test results report
  3. 所属分类:文件操作

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

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

    • 发布日期:2008-10-13
    • 文件大小:110.89kb
    • 提供者:开心果
  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
    • 文件大小:514.62kb
    • 提供者:小龙
  1. KNN

    0下载:
  2. 对数据挖掘中KNN算法的代码实现。包含实验报告格式、可实现代码及代码解析。-KNN algorithm for data mining in the code implementation. Contains the experiment report format, enabling code and code analysis.
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:22.27kb
    • 提供者:xb
  1. BP-algorithm

    0下载:
  2. 基于和积算法的LDPC码译码算法,采用的是7/4线性分组码,但是这里程序是灵活的,可以替换为任意形式的LDPC码。还有一个书面的报告,详细的解释了译码过程和和积算法原理,希望对大家有帮助-Based on the algorithm and integrated algorithm of LDPC codes decoding, by using linear block code is 7/4, but this program is flexible, can be replaced by
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:107.54kb
    • 提供者:chen qian
  1. BAR

    0下载:
  2. report machine6.5支持二维码可是不支持QRCode的二维码,学习网上fastreport增加二维码的方式给RM也增加了QRcode的支持,其中方式1不支持中文,但动态库是开源免费的;方式2支持中文但是要收费的,不然每次都有提示信息,网上也能找到不弹出提示信息的。 delphi下Qrcode编码的算法网上也有,谁集成到rm中也发布下。(The two-dimensional code report machine6.5 support two-dimensional code bu
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:672kb
    • 提供者:memeda
  1. Research_Report (8)

    0下载:
  2. Report on cluster based routing protocols
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:865kb
    • 提供者:prateek22
« 12 3 4 5 »
搜珍网 www.dssz.com