搜索资源列表
22220061122
- Delphi源码\\硬件与系统 如何旋转字体-Delphi source \\ hardware and how the system font rotation
条形码生成及解析工具
- 条形码的生成,与解析工具,条形码的生成,是基于.net开发的,可以旋转任意角度,放大1倍,2倍,3倍,解析是相对于生成的条件解析的,平台是Borland C++ Builder,有些文件还是不能解析。-barcode generation, and analysis tools, bar code generation, is based. Net development, arbitrary rotation angle, zooming a times, two times, three t
eluosi
- 摘要 俄罗斯方块是一款风靡全球的掌上游戏机和PC机游戏,它造成的轰动与创造的经济价值可以说是游戏史上的一件大事。它由俄罗斯人阿列克谢• 帕基特诺夫发明,故得此名。俄罗斯方块的基本规则是移动、旋转和摆放游戏自动输出的各种方块,使之排列成完整的一行或多行并且消除得分。它看似简单却变化无穷,俄罗斯方块上手极其简单,但是要熟练地掌握其中的操作与摆放技巧,难度却不低。作为家喻户晓老少皆宜的大众游戏,其普及程度可以说是史上任何一款游戏都无法相比的。相信大多数人都还记得为它痴迷得茶不思饭不想的
printimage
- linux系统,Qt,打印图像的编写,包括图像的旋转,缩放-linux systems, Qt, the preparation of printed images, including image rotation, zooming
Cpp1
- 模拟操作系统中进程调度,时间片轮转,优先级调度。用PCB代表进程,随机生成n个进程-Simulation of the operating system process scheduling, time slice rotation, priority scheduling. With PCB on behalf of the process of randomly generated n-process
tc
- 基于DOS的多任务操作系统,时间片轮转,优先级,用TC编译-DOS-based multi-tasking operating system, time slice rotation, priority, compiled by TC
jingcheng
- 进程调度 进程调度算法有FIFO,优先数调度算法,时间片轮转调度算法,分级调度算法,目前主要是考FIFO和优先数调度算法(静态优先级)。 输入:进程流文件,其中存储的是一系列要执行的进程, 每个作业包括四个数据项: 进程名 进程状态(1就绪 2等待 3运行) 所需时间 优先数(0级最高) 输出: 进程执行流 和等待时间 平均等待时间 本程序包括:FIFO,优先数调度算法,时间片轮转调度算法 -The process
shijianpianlunhuan
- 时间片轮换算法,请高手看看是怎么实现的。我也看不懂!-Time slice rotation algorithm, please take a look at how the players realized. I do not understand!
shijianpianlun
- 时间片轮转调度算法实现处理机调度,一个小小的源代码-Time slice rotation scheduling algorithm to achieve processor scheduling, a small source code
cppqa200203src
- 使用 CPicture 类处理图像旋转 我最近读了你的关于CPicture类的专栏文章。它太有用了,而且非常好用。我想知道我试图解决的两个问题是否也能够很容易地处理。我想显示JPG图像,但在某些情况下我想能旋转90度显示。 此外,我还希望能生成小的位图用于在列表中作为缩略图。 -Category deal with the use of image rotation CPicture I recently read your column about CPicture
2
- 1、设计一个程序实现基于优先数的时间片轮转调度算法调度处理器。 2、假定系统有5个进程,每个进程用一个进程控制块PCB开代表,进程控制块的结构其中: 进程名:作为进程的标识。 指针:进程按顺序排成循环链表,用指针指出下一个进程的进程控制块首地址,最后一个进程中的指针指出第一个进程的进程控制块首地址。 要求运行时间:假设进程需要运行的单位时间数。 已运行时间:假设进程已经运行的单位时间数,初值为0。 状态:可假设有两种状态,就绪状态和结束状态。进程的初始状态都为就绪状态。-
TransformShow
- 图像变换包括旋转90、180、270,缩放,水平镜像和垂直,裁剪-90,180,270 transform images, including rotation, scaling, horizontal and vertical mirror, cutting
Multilevel_Feedback_Queue
- 这是用c实现的操作系统的调度算法,包括多级反馈队列调度、先来先服务、最短作业优先、高响应比、时间片轮转。-C This is achieved by operating system scheduling algorithms, including multi-level feedback queue scheduling, first-come, first serve, shortest operation priority, high-response ratio, time piece
PCB
- 简单的进程调度算法演示 FCFS 时间轮换 C++语言-Simple demonstration of the process of scheduling algorithm FCFS rotation time C++ Language
jinchengdiaodusuanfa
- 操作系统课程设计中的一个进程调度模拟算法,包含了先来先服务,最先级数和时间轮转片三个算法。-Curriculum design in an operating system process scheduling simulation algorithm, contains first-come, first-served, and the first three series and time-rotation algorithm films.
siftcode
- 在图像匹配中,有很多种算法。在这众多的算法中,SIFT 算法具有良好的尺度、光 照和空间旋转的不变性,所以被广泛的应用于图像匹配当中。本文对SIFT 算法的四个主要 步骤进行了简单的介绍,并将该算法应用到多色二值压缩的压缩算法当中,提高了压缩效率 并且缩小了压缩后的存储空间。-In image matching, there are many kinds of algorithms. In many algorithms, SIFT algorithm has good scale,
OSticktime
- 操作系统时间片轮转算法 用VC++6.0实现的代码 -Operating system time slice rotation algorithm implemented with VC++6.0 code
2020
- (含有实验要求和实验报告) 时间片轮转调度算法实现进程调度.完成单处理机系统中的进程调度. 包括以下内容: 进程控制块的内容,进程控制块的组成方式;进程创建和进程调度;主函数对进程测试-Rotation scheduling algorithm for time slicing process scheduling. Completed the process of single-processor systems scheduling. Include the following:
Time-slice-rotation-algorithm
- 这是一个时间片轮转算法的用C语言写的算法-It was a time slice rotation algorithm using C language to write algorithms
Process-time-slice-rotation
- 时间片的轮转调度算法是一种最古老,最简单,最公平且使用最广的算法。-Time slice rotation scheduling algorithm is one of the oldest, most simple, the most fair and the most widely used algorithm.