登录
首页 » C# » CurveGraph

CurveGraph

于 2012-11-09 发布 文件大小:50KB
0 145
下载积分: 1 下载次数: 157

代码说明:

  Csharp的一个实时曲线绘制源码,可成功运行,使用定时器实现静态数据动态显示(The Csharp a source of real-time curve drawing, can be run successfully, use a timer to achieve dynamic display static data)

文件列表:

实时曲线绘制
............\bin
............\...\Debug
............\...\.....\实时曲线绘制.exe,11264,2012-07-23
............\...\.....\实时曲线绘制.pdb,44544,2012-07-23
............\...\.....\实时曲线绘制.vshost.exe,14328,2012-11-09
............\...\.....\实时曲线绘制.vshost.exe.manifest,490,2007-07-21
............\draw.cs,5335,2012-07-23
............\Form1.cs,2078,2009-12-28
............\Form1.Designer.cs,3026,2008-12-09
............\Form1.resx,6008,2008-12-09
............\obj
............\...\Debug
............\...\.....\Refactor
............\...\.....\TempPE
............\...\.....\......\Properties.Resources.Designer.cs.dll,4608,2009-12-28
............\...\.....\实时曲线绘制.csproj.FileListAbsolute.txt,2537,2012-11-09
............\...\.....\实时曲线绘制.csproj.GenerateResource.Cache,847,2009-12-28
............\...\.....\实时曲线绘制.exe,11264,2012-07-23
............\...\.....\实时曲线绘制.Form1.resources,180,2012-07-22
............\...\.....\实时曲线绘制.pdb,44544,2012-07-23
............\...\.....\实时曲线绘制.Properties.Resources.resources,180,2012-07-22
............\...\实时曲线绘制.csproj.FileList.txt,345,2008-12-10
............\Program.cs,477,2008-12-09
............\Properties
............\..........\AssemblyInfo.cs,1208,2008-12-09
............\..........\Resources.Designer.cs,2863,2009-12-28
............\..........\Resources.resx,5612,2008-12-09
............\..........\Settings.Designer.cs,1099,2009-12-28
............\..........\Settings.settings,249,2008-12-09
............\实时曲线绘制.csproj,3486,2009-12-28

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • tcp_socket VS2010实现
    说明:  TCP_SOCKET VS2010实现最简单的通信,在两台电脑上实现,两台电脑直接通过网线连接即可。(TCP_ Socket VS2010 realizes the simplest communication, which can be realized on two computers. The two computers can be connected directly through the network cable.)
    2020-11-09 19:16:24下载
    积分:1
  • sensor-closeloop
    直流无刷电机的控制程序,关键技术在于PWM调制、电流换向,编码器反馈速度闭环控制。基于TMS320F28335芯片开发。开发环境为CCS3.3.(Brushless DC motor control procedures, the key technology is PWM modulation, the current reversing, the encoder feedback speed closed-loop control. Based on TMS320F28335 chip development. Development environment for the CCS3.3.)
    2016-10-03 12:26:46下载
    积分:1
  • DialogDemo
    C++做的绘画板,可以实现RGB的混色,产生出不同的颜色来。(a paint tool by C++)
    2015-12-10 20:00:16下载
    积分:1
  • UA-LDS
    说明:  The OPC Foundation has formally released the OPC Unified Architecture Local Discovery Server to the community.
    2020-06-21 02:40:01下载
    积分:1
  • 64845777
    袖珍文件分割器,VC++经典编程源码,很好的参考资料。(Pocket file splitter, VC++ classic programming source code, a good reference.)
    2013-11-16 10:58:27下载
    积分:1
  • 6584854
    鼠标设置器,C#经典编程实例源码,很好的参考资料。(Mouse settings, classic instance of C# programming source code, a good reference.)
    2013-11-12 20:11:18下载
    积分:1
  • EX27_FIR
    使用DSP320F2812在CCS3.3编译环境里编程有限冲激响应,并得到很好的应用(Use DSP320F2812 CCS3.3 compiled in environment programming limited impulse response, and get a good application )
    2012-04-16 09:13:21下载
    积分:1
  • HttpDownLoad
    vc实现http下载的源代码 稍作改动可用来实现多线程 以及断点续传下载 对于想要学习http下载的朋友来说可以作为一个不错的参考(Vc realize the download HTTP source code can be used to make a little change to realize multithreading and netants download to want to learn HTTP download all of us can be used as a good reference)
    2011-10-28 08:26:45下载
    积分:1
  • 随机森林
    基于c++实现的随机森林,有注释很详细,对初学者有一定的帮助,但看懂还是需要时间的(Random forest based on C + +, annotated in detail, is helpful to beginners, but it still takes time to understand)
    2018-09-24 11:12:59下载
    积分:1
  • SerialDotNet2
    原本.net1.1都是采用justinIO.cs的,它调用的是winAPI,可能存在不同设备的兼容性问题。现在.net2直接在system.io.port下面有serialPort了,这样可以直接用。 鉴于.net2和.netCF2对于threading有不同的用法,所以两个版本都做了,分别是PC+.net2和wm5sp+.netcf2的。 由于smartphone的蓝牙都是默认com6和com7的,所以如果这个程序大家想用作蓝牙串行,在你们的桌面端蓝牙配置的时候要注意把虚拟串口重新定义到com6。具体做法以IVT Bluesoleil为例子,装好蓝牙驱动程序以后,会在设备管理器里面多出几个串行口;而IVT默认的串行口是com10/11,这样就要把设备管理器com10/11的高级属性里面的端口重新强制定义到com6/7,这样就可以了。因为我做蓝牙串行,所以程序代码中都采用了COM6, 9600, 8, N, 1 的通信格式。 本论坛也有cpp的smartphone串行程序,大家可以搜索一下。那个也不错,我调试的时候smartphone采用这个来调试的。()
    2007-09-06 16:58:26下载
    积分:1
  • 696518资源总数
  • 106164会员总数
  • 18今日下载