搜索资源列表
陈仲信WINCE教程之winc
- wince下的画二维曲线的的一个程序,wince在arm2410板上跑,其中包括视频效果演示-weights under the curve of the two-dimensional painting of a procedure, the weights arm2410 board run, including video demonstration effect
controler
- 用电键控制步进电机朝各个方向做曲线,圆和直线运动。-electricity stepper motor control in all directions so curve, circle and line movement.
EVCDemo
- 我们项目的一部分,s3c2410 内核,用EVC编写的WinCE应用程序,较好的实现了WinCE系统启动程序自动运行,可靠的串口数据采集、传输、处理,以及模拟表头、模拟数字数码管的数字显示和屏幕实时曲线绘图功能。希望和有此开发项目的朋友共同交流、共同进步。 电话:13849347318 Email:jiny2002@tom.com -our part of the project, s3c2410 kernel, with the preparation of the EVC Wi
WinCEjq
- Windows CE实例 对话框,曲线显示-Windows CE dialog example, the curve shows
952015VBPaint
- VB实现的串口通信操作界面,可以进行数据的采集,画实时曲线
winceDrawcurve
- evc程序开发源代码,在wince下实时绘制、显示二维曲线。
Draw2DGraph
- 在EVC环境下编写二维动态曲线,主要编写一个曲线控件类.在EVC下调试,在模拟机下运行.
CEPaint
- wince下的画图程序,WINCE没有带这个小工作,为了让产品更象PC机,我写了这个程序,完全自主编写和代码实现,没有使用DLL或OCX等封装过的东西。功能和WIN32版本类似,因API缺少的原因无画曲线和截取任意图形的功能,其他功能完整。EVC4下编译通过
CChart
- 一个wince下的画曲线类,能够实现曲线放大!
EVCDemo
- 我们项目的一部分,s3c2410 内核,用EVC编写的WinCE应用程序,较好的实现了WinCE系统启动程序自动运行,可靠的串口数据采集、传输、处理,以及模拟表头、模拟数字数码管的数字显示和屏幕实时曲线绘图功能。希望和有此开发项目的朋友共同交流、共同进步。
BezierExample
- wince 画BEZIER曲线的演示例子,大家看看,品尝品尝-Jack Bezier curve drawing demonstration example, we see, taste taste
QT 编写和基于WINCE系统的实时曲线图
- QT 编写和基于WINCE系统的实时曲线图,从串口采集数据,以曲线方式显示-QT preparation and real-time systems based on WINCE graph, collect data from the serial port to display curves
SineWave.rar
- wince下的一个简单的正弦曲线的画法,该程序在vs2005下实现的,wince under a simple sinusoid of the painting, the program achieved in VS2005
bspline.rar
- windows ce 下的画各种b样条曲线,可以自行设置点画出不同颜色,粗细的曲线。,windows ce painting under a variety of b-spline curve, you can set up their own point drawn in different colors and thickness of the curve.
WINCE_fanjuchi.rar
- wince下曲线反锯齿算法。由于smartphone中没有GDI画图,很好地解决了这个问题!,wince under the curve of anti-aliasing algorithm. As the smartphone does not GDI drawing, a good solution to this problem!
curve
- wince下,把数据从串口读进来,然后绘制一条曲线-Under wince to read incoming data from the serial port, and then draw a curve
wince_curve
- 用C#写的wince实时二维曲线,最大支持6条曲线,曲线参数皆可自定义。-wince real-time two-dimensional curve, the largest support 8 curve, curve parameters Jieke custom.
CEStripChart
- 一个wince下画趋势曲线的控件,不过曲线数量不能太多,6-8根比较合适-Draw a wince under the trend curve of the control, but too much should not quantity curve ,6-eight more appropriate
SPDetector
- 探矿设备上的wince源程序,包含上位机下位机通讯,数据处理,曲线显示-detector on wince 5.0,which includes communicaiton data processing and graph display.
chartCe wince绘制曲线的控件
- 自用的chartCe控件,使用VS 2008 C#开发,在wince 6.0 R3中运行没问题。其他版本没有测试过。 采用了双缓冲绘图,更新画面不闪烁,运行时占用资源极少。有简单的自动缩放功能。可绘制历史曲线也可用做实时图表。 特别说明,这个控件是基于网友的windowFrom控件改的。