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

搜索资源列表

  1. MO9455

    0下载:
  2. 用VC.net 开发的GIS程序,可实现地图的放大、缩小、旋转等操作。-VC.net use of GIS development, which enables the map to zoom, rotate, etc.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:22821
    • 提供者:ylw
  1. opengl29

    0下载:
  2. opengl的三维立方体动画 可以放大、缩小、旋转。-opengl 3D cube animation to zoom, rotate.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:8427
    • 提供者:刘达
  1. thread123123

    0下载:
  2. 一个windows进程互斥访问的程序,用到信号量等机制,采用时间片轮转法! -a visit to contradict the procedure used signal to other mechanisms, using time-rotate Act!
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2765
    • 提供者:
  1. course_attemper

    1下载:
  2. 关于进程调度的一个程序,采用C语言编写程序,选用优先数调度算法或简单轮转法对五个进程进行调度,每个进程处于运行(Run)、就绪(Ready)和完成(Finish)三种状态之一,并假定起始状态为就绪状态。-on the process of scheduling a procedure using C language programming, a few selected priority scheduling algorithm or a simple method to rotate fiv
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1555
    • 提供者:zhou
  1. GL0001

    0下载:
  2. vc++下利用opengl做的一个三维图象显示,旋转的例程愿代码-vc using opengl do a three-dimensional image, rotate the routines would like to code editorials
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:70178
    • 提供者:浩东
  1. Entity3

    0下载:
  2. 实现了三维变换的一些基本功能: 以直线为轴进行旋转 以一点为基点放缩 对直线L作镜向 对平面作镜向 得到三维结构的投影 -achieve a three-dimensional transform some basic functions : a straight line to rotate around the axle of the base point of the linear scaling L for planar mirror to the right t
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:60943
    • 提供者:stefanie
  1. osbymayfar

    0下载:
  2. 本程序实现FCFS先来先服务,SPF短进程优先,FPF_Reaved抢占式高优先级,TimePiece时间片轮转这四种进程调度算法。 程序运行时根据提示选择相应进程调度算法,然后调用函数GetRandProc(LPVOID lpParam)(程序专门为该函数开辟新的线程)产生随机进程并将其插入到就绪队列中然后再用相应的进程调度算法调度进程运行。 -the program FCFS first-come first-serve, SPF short process priority, Pr
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:21730
    • 提供者:mayfar
  1. diaodusuanfa

    0下载:
  2. 操作系统调度算法(先来先服务,短作业优先,时间片轮转,响应比优先)-scheduling algorithms operating system (first-come first-serve, short operating priority, time-rotate in response to priority over)
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2213
    • 提供者:马晓志
  1. RoateImageByGDI+

    0下载:
  2. 利用GDI+技术来实现了对图像的打开,旋转,有一定的价值-use GDI technology to achieve the right to open the image, rotate, a certain value
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1298835
    • 提供者:www
  1. xianjinxianchu

    0下载:
  2. 先近先出,时间片轮转,以及优先级的进程调度程序。采用叻C++的编程方法。值得下载。-first-out near first time films rotate, and the process of priority scheduling procedures. Using C + + featuring the programming method. Worth the download.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:2662
    • 提供者:
  1. openglexample3

    0下载:
  2. 一个教您如何将这些彩色对象绕着坐标轴旋转的opengl程序,使得我们能够非常精确地旋转对象。效果相当不错!-one teaches you how these objects around the color coordinates rotating opengl procedures, allowed us to be very precise to rotate objects. The results are pretty good!
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:16079
    • 提供者:张阳
  1. semisphere

    0下载:
  2. 用matlab程序画一个透明的半球,可以随便旋转,改一改以后可以画全球-using Matlab procedures painting a transparent hemisphere, can freely rotate and can be modified after drawing global
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:784
    • 提供者:李光元
  1. Clunzhuanfa

    0下载:
  2. 编写并调试一个模拟的进程调度程序,采用“轮转法”调度算法对五个进程进行调度。   轮转法可以是简单轮转法、可变时间片轮转法,或多队列轮转法。   简单轮转法的基本思想是:所有就绪进程按 FCFS排成一个队列,总是把处理机分配给队首的进程,各进程占用CPU的时间片相同。如果运行进程用完它的时间片后还为完成,就把它送回到就绪队列的末尾,把处理机重新分配给队首的进程。直至所有的进程运行完毕。-prepared a simulation and debugging process sched
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1616
    • 提供者:庄宁文
  1. rator

    0下载:
  2. 本程序只能实现轮转机加密,如有不足,请多多指教。-this procedure can only achieve rotate encryption machine, if insufficient, the exhibitions.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1913
    • 提供者:fanyu
  1. ImgTool

    0下载:
  2. Open Image file of any fomat type View several mode Convert RGB24->Gray->Binary Image Rotate Image with Any angle Scroll image softly bt hand -Open Image file of any type View sever fomat Convert mode RGB24 al -
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:4840728
    • 提供者:kim S.D.
  1. imagerotaterotate

    0下载:
  2. image rotate图像旋转, 可以安任意角度旋转 非常号啊-image rotate image rotation, could have a very arbitrary rotation angle, ah
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:202829
    • 提供者:sdom
  1. CXIMAGE_SRC.ZIP

    1下载:
  2. Windows下图象处理。可读取/保存常见的多种图象格式,如bmp,jpg,jpeg,png,pcx,tif,tga,gif,wmf,emf,wbmp,可做常规的图象处理,如缩放,裁减,翻转,镜像,旋转,柔化,锐化,亮度,对比度,模糊,伪彩,浮雕,边缘检测,中值滤波,不同图片的颜色通道分离,合并,gamma,fft变换处理等,有多文档窗口的demo程序,demo本身就能算是个功能完善的图象处理工具,能够学到很多图象处理知识。-Windows image processing. Reads / p
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1351991
    • 提供者:免战牌
  1. 2-3-trees

    0下载:
  2. It s a note about data structure. Tree---self balancing and rotate-It's a note about data structure. Tree --- se lf balancing and rotate
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:80005
    • 提供者:Benny Van
  1. model3d

    0下载:
  2. 一个matlab程序可以调入和应用3D Max (.3ds)和Autocad (.dxf)文件。能够利用OpenGL作显示并进行简单的操纵(旋转,平易,重叠等)-a Matlab procedures can be transferred and applied 3D Max (.3 ds) and Autocad (. dxf) documents. To use OpenGL for show and simple manipulation (rotate kind, overlap, et
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:326955
    • 提供者:
  1. 04_Rotate

    0下载:
  2. 旋转: 在这一课里,我将教会你如何旋转三角形和四边形。左图中的三角形沿Y轴旋转,四边形沿着X轴旋转。 -rotation : In this lesson, I will you how to rotate the church triangular and quadrilateral. Left triangle along the Y-axis rotation, along the X axis Quadrilateral rotation.
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:230389
    • 提供者:zw
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com