搜索资源列表
BMI
- BMI身体健康小精灵,通过输入身体数据,身高体重,获得身体健康指数,并得到相应的提示,最后绘制健康曲线-BMI health elf, enter the body through the data, height and weight, gain health index, and the corresponding prompts, and finally draw the curve of health
project030
- android的一个用project绘制曲线图像的源程序!-android project to draw a curve with the image of the source!
MyCalculator
- 计算器程序,可以实现较为复杂的算式,还可以绘制由初等函数组成的任意函数的曲线,并绘制出其导数。-Calculator program, you can achieve a more complex formula, you can also draw from the primary function of an arbitrary function of the curve, and draw out its derivative.
Mobile1
- 实现在android下绘制贝塞尔曲线,每秒获取8个点,且每秒刷新一次页面-To achieve in the android draw a Bezier curve,Get 8 points per second, and second to refresh the page
CanvasTest
- 本程序可以实现在Android手机屏幕上绘制曲线,绘制速度可更改-Achieve plotted on the screen Android phone
StaticChartDemo
- 绘制图类工具集合,可以绘制饼图,矩形,常用曲线、动画效果-canvas and tool
Weather
- 通过自定义控件,绘制温度曲线,温度值来自Webservers-By custom, drawing the temperature curve, the temperature values Webservers
SofeOnLine1.0
- 安卓APP,通过HTTP获取服务端JSON数据,绘制数据曲线。-android app http post get
BLEMy
- 在android手机上开发的基于蓝牙4.0BLE应用的程序,主要实现采集蓝牙4.0终端的温度数据,实时显示在手机上,并绘制成曲线-Bluetooth 4.0BLE based application programs developed on Android mobile phone, mainly to achieve the temperature data acquisition terminal 4 Bluetooth, mobile phone display in real time
hdbddgq
- 实现步骤 1. 首先确定使用分割法将整张图片分割成若干份,画在一个网格组成的长方形中 2.画出N*N格的方格 3.将国旗图案贴到这个网格中 1》 计算网格各顶点坐标 Vertex 计算各顶点对应的纹理坐标 texcoord 计算各顶点所对应的顶点法向量 Normal 计算出需要绘制的各顶点的顺序 order 绘制飘动效果 根据正弦曲线,计算出各顶点所对应的深度值 zDepth 计算出正弦曲线的波动 坐标点的变动 顶点法向量坐标值的变动 增加灯光
Android动态绘制曲线图
- 用onDraw的方式进行曲线图图像的更新,程序很短小,可以顺畅运行。