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

搜索资源列表

  1. SetWorldTransform()_demo

    0下载:
  2. How to use SetWorldTransform() to draw basic shapes rotated by any angle
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:17.64kb
    • 提供者:
  1. 一个图形图像程序

    0下载:
  2. 这是一个图形图像编程示例,可以对bmp图像进行平滑、锐化、颜色等处理,可以对图形进行平面不同角度的变换,还可以画直线、曲线、椭圆等各种不同的图元。并为程序制作了一个精美的启动界面。-This is a graphics programming paradigm can bmp image smoothing, sharpening, color, such as processing, graphics can Planar different angle transformation, can
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:431.88kb
    • 提供者:
  1. 在vc 6.0中采用GDI+绘制正弦曲线

    0下载:
  2. 在vc 6.0中采用GDI+绘制正弦曲线,可以任意角度旋转。可以设定波长和波峰-Used in vc 6.0 GDI to draw the sine curve, can be rotated at any angle. And peak wavelength can be set
  3. 所属分类:GDI/图象编程

    • 发布日期:2017-05-14
    • 文件大小:3.72mb
    • 提供者:钟晓峰
  1. Rotate-Cube

    0下载:
  2. 绘制立方体,实现立方体旋转,VC6下实现,可以通过鼠标旋转控制角度-Draw a cube, cube rotate to achieve, VC6, and users can control the angle of rotation by mouse
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-16
    • 文件大小:4.26mb
    • 提供者:孙飞
  1. arrow

    0下载:
  2. 使用GDI绘制一个简单的箭头,可以设置箭头旋转角度-Use GDI to draw a simple arrow, you can set the rotation angle of the arrow
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-08
    • 文件大小:135.57kb
    • 提供者:mnorst
  1. 5star

    0下载:
  2. 能在一个平面坐标系中画一个五角星,输入指定的坐标点P(x,y)以及这个五角星绕P点旋转的角度a,运行就可以让五角星绕P点旋转的角度a。-In a plane coordinate system in a draw five-pointed star, enter the designated point coordinates P (x, y), as well as the five-pointed star around the P point of rotation angle a, ca
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-12
    • 文件大小:740byte
    • 提供者:甘世富
  1. prism

    0下载:
  2. 棱镜光线描述.对于任意角度的棱镜,对入射光线绘出轨迹.-Prism light descr iption. For any angle prism, draw the path of the incident light.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-06
    • 文件大小:1.31mb
    • 提供者:jm3857
  1. rothouse_c

    0下载:
  2. program to draw a house and rotate it by certain angle
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1008byte
    • 提供者:shona
  1. labwork1

    0下载:
  2. draw the intensité of a grating the grating is made with vector (it s possible to set angle of this grating)-draw the intensité of a grating the grating is made with vector (it s possible to set angle of this grating)
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:2.44kb
    • 提供者:guitard pascal
  1. HaiGuiLOGO

    0下载:
  2. 编写类LOGO语言。 LOGO语言又称作海龟语言,由操作者通过一行命令来控制一个三角形的海龟移动,海龟的移动轨迹可以形成各种图案。 一行的命令可以包括多个子命令,按照从左到右的顺序执行,相关的命令有: 命令格式 命令范例 范例含义 前进 <长度> 前进 100 海龟前进100个点 后退 <长度> 后退 100 海龟后退100个点 左转 <角度> 左转 90 左转90度 右转 <角度> 右转 90 右转90度 抬起 抬
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-30
    • 文件大小:43.52kb
    • 提供者:游志超
  1. NonRect

    1下载:
  2. VC++非矩形窗体(四角为弧形)的代码实例,像一些音乐播放器的窗体、一些游戏的窗体等,除了把角变为弧形外,还有圆角、椭圆窗体和不规则窗体,我的实现过程是设置对话框的背景为 “TRANSPARENT”(透明),并在WM_CTLCOLORDLG消息处理器中创建一支“空笔”(NULL)来绘制对话框背景,然后用TransparenBlt将自己的位图放到对话框上。 -VC++ non-rectangular form (four corners of the arc) of the code exa
  3. 所属分类:界面编程

    • 发布日期:2014-02-17
    • 文件大小:24.75kb
    • 提供者:madud00111
  1. Applications-draw-beautiful-flowers

    0下载:
  2. 数学中有三叶玫瑰线(方程为ρ=Asin(3β)、四叶玫瑰线(方程为ρ=Asin(2β)等曲线,这些曲线的极坐标方程很简单,基本形式均为:ρ=Asin(nβ),即任意一点的极半径ρ是角度β的函数;其直角坐标方程为:x=Asin(nβ)cos(β),y =Asin(nβ)sin(β)。 在程序中控制角度β使其从0变化到2π,描出极半径ρ所对应的点,这样就可以绘出漂亮的玫瑰线;当然,n不同所描出的曲线的形状也就不同。 出于好奇,笔者又编写了一些方程,如:ρ=A[sin(nβ)+3 sin(3n
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-26
    • 文件大小:3.17kb
    • 提供者:安多
  1. test

    0下载:
  2. 在c++builder环境下应用,画出平面直角坐标系,比较通用-In c++ builder environment application, draw the plane right Angle coordinate system, more general
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:521.9kb
    • 提供者:wenxiaoli
  1. route1.8

    0下载:
  2. 在界面上点击工具栏上的相应按钮画出一个多边形以及始点和终点,点击相应按钮画出始终点连成的向量与多边形的最大夹角。-Interface, click the corresponding button on the toolbar to draw a polygon, and the start and end points, the maximum angle between the vector and polygon draw always point even click on the ap
  3. 所属分类:Other windows programs

    • 发布日期:
    • 文件大小:55.78kb
    • 提供者:liuchenguang
  1. PolarDiagram

    1下载:
  2. 一个在C#中使用GDI+绘制极坐标图的实例源码,一个较简单的GDI+的例子。通过本源码向大家介绍如何使用GDI+从无到有绘制一个极坐标系,以及在此基础上绘制数据图。按照类似的思路,你可以画出直角坐标系、对数直角系、外太空银河系-The a draw polar plot instance of source code in C# using GDI+, a relatively simple example of GDI+. Through this source to tell you abo
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-02
    • 文件大小:12.89kb
    • 提供者:fwtb1
  1. js

    0下载:
  2. 只用于单纯的计算三角函数,首先将角度输入文本框,然后选择需要求值的三角函数,点击计算,就会得出相应的结果。-Only for simple computing trigonometric functions, first angle input text box, and then select the value of trigonometric functions shall be required to click calculate, will draw the correspondin
  3. 所属分类:Other systems

    • 发布日期:2017-11-11
    • 文件大小:1.59kb
    • 提供者:Alice
  1. seven

    0下载:
  2. 用VC++实现的七巧板游戏,采用画刷等画出一个7彩正方形,然后分割成为7个部分,用鼠标左键拖动图形,右键控制角度来实现拼接。根据中心坐标距离计算来判断图形是否拼对。-Achieved with VC++ Tangram game, using the brush to draw a seven-color squares, etc., and then will be divided into seven parts, with the left mouse button to drag the
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-10
    • 文件大小:2.22mb
    • 提供者:黄沛霖
  1. comprose

    0下载:
  2. matlab绘制指南针,能够调整位置,大小和让其旋转一定角度,很实用-Matlab to draw the compass, it can adjust the position, size, and let the rotation Angle, very practical
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2.97kb
    • 提供者:罗耀
  1. Clock

    0下载:
  2. 运用坐标旋转算法计较坐标旋转后的新坐标值,以及此原理制作的电子时钟,整个时钟是用GDI绘图绘制而成。在DEMO中还可以手动输入旋转角度,绘制旋转后的直线。-Coordinate rotation coordinate values ​ ​ using the new algorithm rotated coordinate care, and this principle of making electronic clock, the whole clock is made
  3. 所属分类:CSharp

    • 发布日期:2017-04-24
    • 文件大小:64.94kb
    • 提供者:小李
  1. Angle

    0下载:
  2. This code provides a good Angle display and draw the control scheme
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:30kb
    • 提供者:wvldol
« 12 »
搜珍网 www.dssz.com