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

搜索资源列表

  1. Sin02

    0下载:
  2. 一个实现画sin函数的例子,初学者可以看看,学习gdi ,cdc 设备,可以任意比例的缩放,只是实现得不是太理想。
  3. 所属分类:GDI/图象编程

    • 发布日期:2014-01-16
    • 文件大小:1925627
    • 提供者:wjl
  1. clock

    0下载:
  2. 模拟石英钟,通过Decodetime过程获取当前时间的时,分,秒,并利用Sin函数和Cos函数计算出时针,分针,秒针的移动度数,并在TImage组件上进行重画,在重画前将上一次的画线擦除
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:8774
    • 提供者:袁铭华
  1. SineWave

    0下载:
  2. 用纯c写得一个画sin函数曲线的小程序,充分利用了windows 的API函数,一个很好的程序
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:163042
    • 提供者:jiang
  1. 555

    0下载:
  2. 本程序用于实现动画效果,沿着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 cycle for a cycle cycle.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-06
    • 文件大小:8898
    • 提供者:liuhuan
  1. 1

    0下载:
  2. 使用子像素的方法来减轻图像系统的负荷已经是目前主流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 is already the existing procedu
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:26833
    • 提供者:许宁
  1. mydraw

    0下载:
  2. 此代码可以实现在一个画布上画sin和cos函数图像.-This code can be achieved on a canvas painted sin and cos function of the image.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:838
    • 提供者:linuxiva
  1. SinWave

    0下载:
  2. 用java做的画sin(x)函数图像的源程序-Using java to do paintings sin (x) function of the image source
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:3884
    • 提供者:李明
  1. sin

    0下载:
  2. 在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
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-07
    • 文件大小:2003250
    • 提供者:陈开
  1. 240128

    0下载:
  2. 基本功能:240128的显示字符,汉字,画点,画线;同时用一个画sin曲线的函数来示范点画线的用法-using screen to display word ,spot ,and line ,meanwhile ,take an example of drawing the line of function of sin.
  3. 所属分类:SCM

    • 发布日期:2017-04-15
    • 文件大小:11280
    • 提供者:朱昌国
  1. 11

    0下载:
  2. 使用Fortran画出SIN函数的图形。这个程序会以目前Windows分辨率的大小来打开绘图窗口。程序执行后只能够看到窗口的一小部分,读者可以试着按下Alt+Enter来把窗口放大成全屏幕大小,不然看不到全部的图形。使用QuickWin模式时,并不像使用SGL时一样可以得到窗口大小改变的信息,所以QuickWin下的虚拟坐标是对固定分辨率来对应,不会随着窗口大小改变而缩放图形。-This program will draw the Sine function curve using Fortra
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-04
    • 文件大小:1218
    • 提供者:Wang Aaron
  1. DrawSin

    0下载:
  2. 如何在对话框上画正弦函数,大一时候学MFC课程的作业,整理成了详细的文档。-Draw sin(x) on a dialog.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-30
    • 文件大小:467149
    • 提供者:王梓桐
  1. Task_Draw_Sin

    0下载:
  2. 得用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
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4592501
    • 提供者:lihong
  1. five-matlab-codes

    0下载:
  2. 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 order n, n be divisible by 4 4,
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1794
    • 提供者:Jerry
  1. sin

    0下载:
  2. 使用 Javascr ipt 在浏览器中画正弦函数-Draw a sine function using Javascr ipt in the browser
  3. 所属分类:Browser Client

    • 发布日期:2017-12-05
    • 文件大小:818
    • 提供者:罗伟坚
  1. VCPP-call-matlab-draw-sin-curve

    0下载:
  2. vc++6.0调用matlab的函数,画正弦曲线,比较详细的源码。-vc++6.0 to call matlab function, draw a sine curve, the more detailed source.
  3. 所属分类:File Operate

    • 发布日期:2017-11-01
    • 文件大小:2216679
    • 提供者:zhtwei
  1. 1

    0下载:
  2. 在视窗模式下,先定义绘图区域,然后画正弦函数,背景为黑色,图形为绿色,XY轴为白色-PLOT the arc of the fuction sin(x)
  3. 所属分类:Other systems

    • 发布日期:2017-11-19
    • 文件大小:1067
    • 提供者:luyu
  1. graphic

    0下载:
  2. 画弧函数arc()的应用,同时要注意两个三角函数sin()、cos()(只能用弧度)的使用方法。 -Draw arc function arc () application, at the same time, pay attention to the two trigonometric function sin (), cos () (use only radians) method of use.
  3. 所属分类:ELanguage

    • 发布日期:2017-11-10
    • 文件大小:7860
    • 提供者:chen chong
  1. liuyetu-an

    0下载:
  2. 画弧函数arc()的应用,同时要注意两个三角函数sin()、cos()(只能用弧度)的使用方法。 -Arc function arc () application, keeping in mind two trigonometric functions sin (), cos () (only in radians) is used.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-10
    • 文件大小:600
    • 提供者:chen
  1. sin(x)

    0下载:
  2. 可以在visiual平台上画出sinx函数(You can draw the Sinx function on the visiual platform)
  3. 所属分类:其他

  1. 动态画圆

    0下载:
  2. 动态画出圆形,pset方法,sin,cos函数来实现动态圆形(Dynamically draw a circle)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-19
    • 文件大小:2048
    • 提供者:buzhunqi
« 12 »
搜珍网 www.dssz.com