搜索资源列表
Sin02
- 一个实现画sin函数的例子,初学者可以看看,学习gdi ,cdc 设备,可以任意比例的缩放,只是实现得不是太理想。
clock
- 模拟石英钟,通过Decodetime过程获取当前时间的时,分,秒,并利用Sin函数和Cos函数计算出时针,分针,秒针的移动度数,并在TImage组件上进行重画,在重画前将上一次的画线擦除
SineWave
- 用纯c写得一个画sin函数曲线的小程序,充分利用了windows 的API函数,一个很好的程序
clock
- 模拟石英钟,通过Decodetime过程获取当前时间的时,分,秒,并利用Sin函数和Cos函数计算出时针,分针,秒针的移动度数,并在TImage组件上进行重画,在重画前将上一次的画线擦除-Analog clock, through the process of acquiring the current time Decodetime the hours, minutes, seconds, and use Sin and Cos fu
SineWave
- 用纯c写得一个画sin函数曲线的小程序,充分利用了windows 的API函数,一个很好的程序
555
- 本程序用于实现动画效果,沿着sin函数画圆,圆心沿着sin函数移动,半径以圆的1/4周期为一个周期周期变化。-This procedure used to achieve animation effects, along the sin function drawcircle, center of a circle along the sin function to move to a radius of a circle 1/4 cy
1
- 使用子像素的方法来减轻图像系统的负荷已经是目前主流3D程序中的必用方法。比如知道Sin函数的特性,就只需要计算0~pi/2的点就可以了,剩下的pi/2~pi可以通过子像素来画出,在图形量大的情况下可以减轻至少一半的系统压力。 这个程序不光可以加速Sin函数的显示,还可以加速所有函数的显示。 -The use of sub-pixel image of the ways to reduce the load on the system i
mydraw
- 此代码可以实现在一个画布上画sin和cos函数图像.-This code can be achieved on a canvas painted sin and cos function of the image.
SinWave
- 用java做的画sin(x)函数图像的源程序-Using java to do paintings sin (x) function of the image source
sin
- 在VC++下基于单文档的画图,可以画正弦函数和余弦函数,并能实现线宽的设置,比较简单-In VC++ under the drawing based on a single document, can draw the sine and cosine functions, and can achieve line width settings, relatively simple
240128
- 基本功能:240128的显示字符,汉字,画点,画线;同时用一个画sin曲线的函数来示范点画线的用法-using screen to display word ,spot ,and line ,meanwhile ,take an example of drawing the line of function of sin.
11
- 使用Fortran画出SIN函数的图形。这个程序会以目前Windows分辨率的大小来打开绘图窗口。程序执行后只能够看到窗口的一小部分,读者可以试着按下Alt+Enter来把窗口放大成全屏幕大小,不然看不到全部的图形。使用QuickWin模式时,并不像使用SGL时一样可以得到窗口大小改变的信息,所以QuickWin下的虚拟坐标是对固定分辨率来对应,不会随着窗口大小改变而缩放图形。-This program will draw the Si
DrawSin
- 如何在对话框上画正弦函数,大一时候学MFC课程的作业,整理成了详细的文档。-Draw sin(x) on a dialog.
Task_Draw_Sin
- 得用opencv实现画sin曲线,可以沿法线方法改变线宽,所有函数均自己实现,是很好的学习opencv的程序-Opencv draw starting a sin curve to achieve, you can change the width along the normal way, all functions are themselves realized, is a good learning process opencv
five-matlab-codes
- 1、画出函数y=x*sin(x) 2、用曲面表示z=x^2+y^2 3、创建n阶魔方矩阵,n能被4整除 4、三维图形影片动画 5、画出N=100,p=0.5情况下二项分布的概率 特性曲线-1, draw the function y = x* sin (x) 2, using surfaces to describe z = x ^ 2+ y ^ 2 3, create a cube matrix of orde
sin
- 使用 Javascr ipt 在浏览器中画正弦函数-Draw a sine function using Javascr ipt in the browser
VCPP-call-matlab-draw-sin-curve
- vc++6.0调用matlab的函数,画正弦曲线,比较详细的源码。-vc++6.0 to call matlab function, draw a sine curve, the more detailed source.
1
- 在视窗模式下,先定义绘图区域,然后画正弦函数,背景为黑色,图形为绿色,XY轴为白色-PLOT the arc of the fuction sin(x)
sin(x)
- 可以在visiual平台上画出sinx函数(You can draw the Sinx function on the visiual platform)
动态画圆
- 动态画出圆形,pset方法,sin,cos函数来实现动态圆形(Dynamically draw a circle)