搜索资源列表
JavaApplet10
- 自编的十个Java applet小程序,有绘制笑脸,移动笑脸,闪烁字幕,正旋余玄曲线等,还有一些组合框的控件。 -writing small programs Java applet, drawing a smiley face, mobile smiling, flashing subtitles, is rotating Yuxuan curve, and some combination of the control box.
CurveApplet
- 绘制两条曲线,并且可以拖动控制点随心所欲改变曲线的形状,为进一步编写绘图程序打下基础。-drawing two curves, and can drag control points arbitrary change in the curve shape, To further prepare mapping procedures laid.
JTabbedPane2
- 初学JAVA,求给2D绘制曲线的源代码,要三次样条的
eCurve
- 二次曲线绘制:启动之后开始绘制二次曲线和小人,根据程序休眠时间对整个界面进行重绘,形成小人沿曲线移动的效果,也可以改变曲线的颜色
DrawSin
- java语言实现的正弦曲线的绘制-java language of the sinusoidal curve mapping
Geometry
- 使用JAVA实现的三维图形处理.可根据输入的曲线方程,如x^2+y^2+z^2=1表示为(1-(Y/50)^2+(Z/60)^2)^(1/2)*100),绘制三维曲线.并可通过拖动鼠标让曲线在三维空间中旋转
多功能测速仪设计
- 多功能自行车测速仪 ⒈ 对自行车进行实时速度的测量。显示出速度值。 ⒉ 能针对不同的车型进行选择。从而采用不同的模块进行测量。 ⒊ 能测量出当前环境的温度,以供使用者决定是否适宜进行运动。 ⒋ 显示当前日期时间,可以任意设定当前工作时间。 ⒌ 显示行车里程,运动时间。 ⒍ 可以自行设定采样频率 ⒎ 记录一段时间内的定时采样速度,存入制定单元。通过与PC机进行通讯,将数据传送到PC机中用如见进行处理,分析。得出运动或训练的情况。 ⒏ 配套软件bike v1.0可以将本次运动的速度绘制成速度曲线,以
tuxingyonghujiemian.rar
- 用Netbean编写的图形用户界面设计实验 包括绘制正弦曲线和市属四则运算器,Netbean prepared to use graphical user interface design experiment including the preparation of municipal sinusoid and 4 calculator
sineCurve
- 绘制一个正弦函数曲线,包括x轴y轴,横纵坐标-Draw a sine function curve
Hermite.rar
- Hermite曲线生成算法,通过四个点的确立绘制hermite曲线,Hermite curve generation algorithm, through the establishment of four-point hermite curve drawing
AS3Effects
- 绘制平滑曲线,可以控制曲线两端,曲线的弯度,直接导入可运行。-Draw smooth curve, can control curve ends, curve bending, direct import can run.
Java_1
- 代码的主要功能如下: 基本2D图形测试; 图形小演示; 交互绘制曲线; 模拟绘图软件。-The main function of the code is as follows: The basic 2D graphics tests graphics small demonstration interactive rendering curve simulation graphics software.
AsTest
- 实现 曲线 美图。flex 绘制曲线。需要在flex budile 下打开运行。-To realize the other curve. Flex curve plotting.
JFreeChart
- 从数据库提出数据,并利用这些数据做一些算法,以及绘制曲线-use the data of DB to compute some index and plot some figure
HighCharts
- 利用highcharts从数据库中取出数据,然后绘制曲线,好用的图形曲线。-The feature of highcharts can draw figures and lines whice use the data from DB
js-edit
- 使用给定数组或者变量数组绘制曲线统计图,可选择多种样式模板-The use of a given array or array of variables to draw the curve charts
AS3Curve
- as3多点曲线,有二次抛物线法绘制曲线。-as3 multi-point curve, there is a parabolic curve drawing method
Flash_curve2
- 这是FLASH绘制曲线的一个程序源码,VB语音开发,希望给大家带来快乐-This is a program source FLASH curve drawing, VB voice development, we hope to bring happiness
as2
- as2动态绘制曲线,曲线端点可拖动,附源文件和演示- As2 dynamic drawing curves, the curve can be dragged endpoint, with source files and presentations
bezier曲线
- 绘制三阶贝塞尔曲线,通过四个点,其中两个端点和两个控制点。