CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - slice

搜索资源列表

  1. software

    0下载:
  2. 分析其实时多任务软件设计。在介绍通信服务器功能结构的基础上,详细分析了系统的功能模块划分、数据流向、多任务划分、任务优先级确定、任务间通信方式的确定以及软件的编码测试过程。软件设计过程充分考虑通信服务器本身的特殊性,同时利用VxWorks多任务抢占式调度和时间片轮转调度的特性,以及丰富的任务间通信机制,有效地保证了系统的实时性。-Analysis of real-time multi-tasking software design. In introducing the communicatio
  3. 所属分类:Project Design

    • 发布日期:2017-03-31
    • 文件大小:136.02kb
    • 提供者:Cindy
  1. SetTimerTest

    0下载:
  2. win32基于cpu时间片轮转调度算法模拟-win32 cpu time slice based on rotation scheduling algorithm simulation
  3. 所属分类:software engineering

    • 发布日期:2017-05-09
    • 文件大小:1.8mb
    • 提供者:刘战扬
  1. timeRR

    0下载:
  2. 基于时间片的轮转调度算法,主要包含进程名、到达时间、服务时间、完成时间、周转时间。-Rotation based on time slice scheduling algorithm, mainly contains the process name, arrival time, service time, completion time, turnaround time.
  3. 所属分类:software engineering

    • 发布日期:2017-03-27
    • 文件大小:1.03kb
    • 提供者:明月紫莹
  1. 0-bug

    0下载:
  2. 本书主要针对c/c++语言在商用工程开发中的程序实战进行论述,从需求出发,从商用解决方案的角度来理解c和c++语言的程序设计技巧。首先讨论商用开 发的原则,然后是基础知识、基本技巧,接着是无错化方法,最后提升到世界观层面论述并行开发的正确理念。商用程序员在实际工作中最为关注的无错化、并行、 时间片、内存池、线程池、任务池、工程库和跨平台等相关问题,在本书中都有宝贵的经验总结和理念梳理。本书不是教科书,更多的是在开发技巧、测试调试、工 程代码库等方面给出实例与总结。本书也可以说是教科书
  3. 所属分类:software engineering

    • 发布日期:2017-05-11
    • 文件大小:2.17mb
    • 提供者:David
  1. paikesuanfa

    0下载:
  2. 目前流行的几种排课算法的介绍: 自动排课算法 冲突检测算法 基于优先级的排课算法 排课中的基本原则 排课的基本要求 基于时间片优先级排课算法描述-Course Scheduling Algorithm of several popular Introduction: Course Scheduling Algorithm conflict detection algorithm based on the basic principle of the priority in
  3. 所属分类:software engineering

    • 发布日期:2017-11-30
    • 文件大小:18.5kb
    • 提供者:Anwys
  1. cdsgvfdh

    0下载:
  2. (1). 每个进程有一个进程控制块(PCB)表示。进程控制块包含如下信息:进程名、优先级、到达时间、需要运行时间、已用CPU时间、进程状态等等。 (2). 进程的优先级及需要的运行时间可以事先人为地指定,进程的运行时间以时间片为单位进行计算。 (3). 每个进程的状态可以是就绪 r(ready)、运行R(Running)、或完成F(Finished)三种状态之一。 (4). 就绪进程获得 CPU后都只能运行一个时间片。用已占用CPU时间加1来表示。-(1) Each proc
  3. 所属分类:software engineering

    • 发布日期:2017-11-14
    • 文件大小:26.42kb
    • 提供者:张志刚
  1. JS-RTOS0.1

    0下载:
  2. 能够在51单片机上运行起来的微型实时操作系统,绝对原创,同时支持优先级调度和时间片轮转调度,8个优先级,同优先级最多3个任务代码 编译不足3K-Can a real-time operating system, running in the 51 SCM absolutely original, and support priority scheduling and time slice rotation scheduling, priority 8 priority, with a max
  3. 所属分类:software engineering

    • 发布日期:2017-11-24
    • 文件大小:73.33kb
    • 提供者:huangjunsheng
  1. Gabor-bianhuan

    0下载:
  2. 连续Gabor变换事实上是对f 作一个好的定位切片之后,即给函数f 开窗后再取它的Fourier变换。-Continuous Gabor transform is in fact a good positioning slice of f, that is, to the function f window and then take its Fourier transform.
  3. 所属分类:software engineering

    • 发布日期:2017-11-29
    • 文件大小:159.7kb
    • 提供者:五佳佳
  1. Ice-1.3.0_cn

    0下载:
  2. ICE分布式程序设计学习资料 包括:ICE概述、HelloWord应用、Slice语言等-ICE distributed programming learning materials include: ICE overview, HelloWord application, Slice language
  3. 所属分类:software engineering

    • 发布日期:2017-11-15
    • 文件大小:2.8mb
    • 提供者:华华宁
  1. MODBUS

    0下载:
  2. C#写了一款上位机监控软件,基于MODBUS RTU协议。 软件的基本结构: 采用定时器(Timer控件)为时间片。 串口采用serialPort1_DataReceived中断接收,并进行MODBUS格式判断。 把正确接收的数据取出,转换为有特定的结构体中。 数据通过时间片实时刷新。 MODBUS协议-C# write a PC monitoring software, based MODBUS RTU protocol. The basic structu
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:17.8kb
    • 提供者:pengjian
  1. Form1

    1下载:
  2. 圆弧条分法计算边坡稳定 瑞典圆弧条分圆弧条分法计算边坡稳定 瑞典圆弧条分-Circular slice method for slope stability Swedish arc circular slice slice method for slope stability calculation circular slice of Sweden
  3. 所属分类:software engineering

    • 发布日期:2017-03-23
    • 文件大小:5.61kb
    • 提供者:胡宇祥
  1. time-slice-polling-method-

    0下载:
  2. 单片机程序编写的主体思想--多任务分层思,即参考时间片轮询法!内容包括思想介绍和一个简单的例程。-Microcontroller programming the Juche Idea- multitasking hierarchical thinking, ie the reference time slice polling method! Includes ideas presented and a simple routine.
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:12.63kb
    • 提供者:wukui
  1. AVS

    0下载:
  2. AVS编码器Slice并行处理算法研究与实现.pdf AVS编码系统实现和码流分析.caj 并行AVS实时编解码器设计与实现.pdf-Research and Implementation of AVS encoder algorithm Slice parallel processing. Pdf Analysis AVS coding system implementation and streams. Caj AVS real-time codec design and
  3. 所属分类:Project Design

    • 发布日期:2017-05-28
    • 文件大小:10.45mb
    • 提供者:吴广
  1. Linux_thread_lib_designe

    0下载:
  2. 一个基于时间片原则的抢占式调度算法的 简单用户级线程库设计 -Based on the principle of a time slice preemptive scheduling algorithm Simple user-level threads library design
  3. 所属分类:software engineering

    • 发布日期:2017-04-26
    • 文件大小:227.66kb
    • 提供者:liufeng
  1. 1-s2.0-S1877050915001751-main

    0下载:
  2. Nowadays prostate disease is very common in adult and elderly men. Since all types of prostate diseases are having similar symptoms, it is difficult to diagnose malignant prostate at an early stage. In this work an attempt is made to identify the t
  3. 所属分类:software engineering

  1. 1-s2.0-S016502701100522X-main_2

    0下载:
  2. The purpose of this study was to develop a computerized method for detection of multiple sclerosis (MS) lesions in brain magnetic resonance (MR) images. We have proposed a new false positive reduction scheme, which consisted of a rule-based metho
  3. 所属分类:Software Testing

    • 发布日期:2017-05-03
    • 文件大小:644.66kb
    • 提供者:ddd
  1. 20160428-1

    0下载:
  2. 基于频率切片小波变换预处理,此方法适用于盲信号分离的预处理,方法有很多优点。-Based on the frequency slice wavelet transform preconditioning, this method is suitable for the pretreatment of blind signal separation, the method has many advantages.
  3. 所属分类:Project Design

    • 发布日期:2017-06-02
    • 文件大小:13.33mb
    • 提供者:刘晨
  1. FSWT-and-Spectrum-Kurtosis

    1下载:
  2. 本文提出一种基于频率切片小波变换和谱峭度的综合算法。首先对轴承端的振动信号时频分析,采用FFT、包络谱、频率切片小波变换对其频域性能进行分析,再求其峭度谱与对应包络谱,结合其时域、频域性能,综合分析轴承故障。-This paper presents a synthesis algorithm based on frequency slice wavelet transform and spectral kurtosis. Firstly, the time-frequency analysis
  3. 所属分类:software engineering

    • 发布日期:2017-12-13
    • 文件大小:261.26kb
    • 提供者:张雪
搜珍网 www.dssz.com