搜索资源列表
SetWorldTransform()_demo
- How to use SetWorldTransform() to draw basic shapes rotated by any angle
一个图形图像程序
- 这是一个图形图像编程示例,可以对bmp图像进行平滑、锐化、颜色等处理,可以对图形进行平面不同角度的变换,还可以画直线、曲线、椭圆等各种不同的图元。并为程序制作了一个精美的启动界面。-This is a graphics programming paradigm can bmp image smoothing, sharpening, color, such as processing, graphics can Planar different angle transformation, can
在vc 6.0中采用GDI+绘制正弦曲线
- 在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
Rotate-Cube
- 绘制立方体,实现立方体旋转,VC6下实现,可以通过鼠标旋转控制角度-Draw a cube, cube rotate to achieve, VC6, and users can control the angle of rotation by mouse
arrow
- 使用GDI绘制一个简单的箭头,可以设置箭头旋转角度-Use GDI to draw a simple arrow, you can set the rotation angle of the arrow
5star
- 能在一个平面坐标系中画一个五角星,输入指定的坐标点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
prism
- 棱镜光线描述.对于任意角度的棱镜,对入射光线绘出轨迹.-Prism light descr iption. For any angle prism, draw the path of the incident light.
rothouse_c
- program to draw a house and rotate it by certain angle
labwork1
- 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)
HaiGuiLOGO
- 编写类LOGO语言。 LOGO语言又称作海龟语言,由操作者通过一行命令来控制一个三角形的海龟移动,海龟的移动轨迹可以形成各种图案。 一行的命令可以包括多个子命令,按照从左到右的顺序执行,相关的命令有: 命令格式 命令范例 范例含义 前进 <长度> 前进 100 海龟前进100个点 后退 <长度> 后退 100 海龟后退100个点 左转 <角度> 左转 90 左转90度 右转 <角度> 右转 90 右转90度 抬起 抬
NonRect
- VC++非矩形窗体(四角为弧形)的代码实例,像一些音乐播放器的窗体、一些游戏的窗体等,除了把角变为弧形外,还有圆角、椭圆窗体和不规则窗体,我的实现过程是设置对话框的背景为 “TRANSPARENT”(透明),并在WM_CTLCOLORDLG消息处理器中创建一支“空笔”(NULL)来绘制对话框背景,然后用TransparenBlt将自己的位图放到对话框上。 -VC++ non-rectangular form (four corners of the arc) of the code exa
Applications-draw-beautiful-flowers
- 数学中有三叶玫瑰线(方程为ρ=Asin(3β)、四叶玫瑰线(方程为ρ=Asin(2β)等曲线,这些曲线的极坐标方程很简单,基本形式均为:ρ=Asin(nβ),即任意一点的极半径ρ是角度β的函数;其直角坐标方程为:x=Asin(nβ)cos(β),y =Asin(nβ)sin(β)。 在程序中控制角度β使其从0变化到2π,描出极半径ρ所对应的点,这样就可以绘出漂亮的玫瑰线;当然,n不同所描出的曲线的形状也就不同。 出于好奇,笔者又编写了一些方程,如:ρ=A[sin(nβ)+3 sin(3n
test
- 在c++builder环境下应用,画出平面直角坐标系,比较通用-In c++ builder environment application, draw the plane right Angle coordinate system, more general
route1.8
- 在界面上点击工具栏上的相应按钮画出一个多边形以及始点和终点,点击相应按钮画出始终点连成的向量与多边形的最大夹角。-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
PolarDiagram
- 一个在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
js
- 只用于单纯的计算三角函数,首先将角度输入文本框,然后选择需要求值的三角函数,点击计算,就会得出相应的结果。-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
seven
- 用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
comprose
- matlab绘制指南针,能够调整位置,大小和让其旋转一定角度,很实用-Matlab to draw the compass, it can adjust the position, size, and let the rotation Angle, very practical
Clock
- 运用坐标旋转算法计较坐标旋转后的新坐标值,以及此原理制作的电子时钟,整个时钟是用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
Angle
- This code provides a good Angle display and draw the control scheme