登录
首页 » Visual C++ » LED-CODE

LED-CODE

于 2013-01-22 发布 文件大小:71KB
0 304
下载积分: 1 下载次数: 8

代码说明:

  利用VC编写的数字LED界面显示程序,利用了几个类,为单文档(VC prepared using digital LED interface display program, the use of several classes for single-document)

文件列表:

VC 数字LED显示程序
..................\LED数字显示例子程序
..................\...................\Curvefit.cpp,4411,2013-01-21
..................\...................\Curvefit.h,542,2013-01-21
..................\...................\Digistatic.cpp,28066,2005-08-16
..................\...................\Digistatic.h,6131,2005-07-22
..................\...................\MainFrm.cpp,2543,2013-01-21
..................\...................\MainFrm.h,1619,2013-01-21
..................\...................\MemDC.h,2727,2013-01-21
..................\...................\ReadMe.txt,4263,2005-08-16
..................\...................\res


..................\...................\...\yyyy.rc2,396,2005-08-16

..................\...................\Resource.h,676,2013-01-21
..................\...................\Rgbcolor.h,1570,2013-01-21
..................\...................\StdAfx.cpp,244,2013-01-21
..................\...................\StdAfx.h,1092,2013-01-21
..................\...................\yyyy.aps,43688,2005-08-16
..................\...................\yyyy.clw,2257,2005-08-16
..................\...................\yyyy.cpp,4211,2013-01-21
..................\...................\yyyy.dsp,4836,2005-08-16
..................\...................\yyyy.dsw,531,2005-08-16
..................\...................\yyyy.h,1372,2013-01-21
..................\...................\yyyy.ncb,58368,2005-08-16
..................\...................\yyyy.opt,48640,2005-08-16
..................\...................\yyyy.plg,1127,2005-08-16
..................\...................\yyyy.rc,11652,2005-08-16
..................\...................\yyyyDoc.cpp,1740,2013-01-21
..................\...................\yyyyDoc.h,1491,2013-01-21
..................\...................\yyyyView.cpp,3866,2013-01-21
..................\...................\yyyyView.h,2012,2013-01-21
..................\...................\所需的类和头文件
..................\...................\................\Curvefit.cpp,4411,2013-01-21
..................\...................\................\Curvefit.h,542,2013-01-21
..................\...................\................\Digistatic.cpp,28066,2005-08-16
..................\...................\................\Digistatic.h,6131,2005-07-22
..................\...................\................\MemDC.h,2727,2013-01-21
..................\...................\................\Rgbcolor.h,1570,2013-01-21

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

发表评论

0 个回复

  • CGraphDemo
    MFC写的各种图形报表,如柱状图,饼状图,折线图,全部集成,没有用微软控件,方便移植( MFC to write a variety of graphical reports, such as histogram, pie chart, line graph, all integrated with Microsoft, no control, easy to transplant )
    2016-12-08 17:02:28下载
    积分:1
  • dllinput
    说明:  一个动态链接库的例子 一个动态链接库的例子 一个动态链接库的例子(a dynamic link library example of a dynamic link library examples of a dynamic link for example)
    2006-04-29 09:16:23下载
    积分:1
  • SbjDevSrc202
    A Model-View-Controller Framework that integrates with the MFC Doc/View architecture.
    2010-10-16 19:53:30下载
    积分:1
  • Image-Processing-System
    运行程序,打开程序主界面,如图1.3所示。本程序主要实现了图像处理、批量转换与处理、PSD文件管理、照片处理等,其中图像处理部分主要是对图像进行各个效果的显示,例如图像的锐化效果、浮雕效果等。批量转换与处理部分主要实现各种图像格式之间的转换,PSD文件管理部分主要是对PSD文件进行浏览和转换操作,照片处理主要用于照片的排版。(Run programs, open the main program interface, as shown in Figure 1.3. This procedure mainly realize the image processing, batch conversion and processing, the PSD file manager, photo processing, image processing part of the main image display various effects, such as image sharpening effects, such as relief effect. Batch conversion and processing some of the major conversion between various image formats the PSD document management part of the main PSD file browsing and conversion operations, photo processing is mainly used for the photo layout.)
    2013-05-12 17:35:44下载
    积分:1
  • DXF_read_display_wxwidgets
    编程环境为Visual studio2008,采用dxflib库编写,内部定义了一些图形类,可以实现dxf文件的读取,显示,及删除操作。页面侧边有动态标尺,按住鼠标中键可平移窗口,拨动滚轮可缩放视图,采用窗口裁剪以及显示缓存来提高性能及防止闪烁。本来是做为激光切割机控制系统来开发的,但是后来因为某些原因搁浅了,现在就拿出来供大家参数吧。界面上有一些激光加工参数的输入,但是实际是没有任何作用的。 程序界面使用wxwidgets库编写。这是一个跨平台的库,有很多有用的控件,在不同平台是会有相应平台的风格。此程序也可做为学习wxwidgets的例程。 编译此程序需要wxwidgets2.8.7 ;这是一个开源的界面库,请到官方主页去下载。 本人英文不好,以下英文描述为自动翻译。请见谅(Programming environment for Visual studio2008, using dxflib library prepared a number of graphics within the definition of class, can achieve dxf file to read, display, and delete operations. Pages are dynamically scale the side, hold down the mouse button to pan the window, toggle wheel to zoom the view, with window clipping and display cache to improve performance and prevent blinking. Originally as a laser cutting machine control system to develop, but was stranded for some reason, and now Take it out for your parameters. Interface, there are some laser processing parameters input, but actually have no effect. Prepared using the wxwidgets library program interface. This is a cross-platform library, there are many useful controls, there will be appropriate in different platforms, platform style. This procedure can also be used as learning wxwidgets routines. Compile this program requires wxwidgets2.8.7 this is an open source interface library, please go to the official home page)
    2010-07-11 21:08:48下载
    积分:1
  • Phong-shading-light
    球面Phong明暗处理光照算法,VC6.0上用MFC编程实现球面Phong明暗处理光照算法。界面简单,内容完整。下载后可以直接使用。(Phong shading spherical illumination algorithms implemented in the VC6.0 MFC programming fractal bush L system model algorithm. The interface is simple, content and complete. It can be used directly after download.)
    2020-10-12 23:17:31下载
    积分:1
  • trans
    说明:  用VB建立透明的窗口,文件名:trans.rar(Using VB to establish a transparent window, the file name: trans.rar)
    2008-10-02 12:06:52下载
    积分:1
  • 免费的优秀图形控件VC
    这是VC 写的源码工业控件,在软件实现工业控制或者其他领域,根据实时数据或者历史数据生成各种历史、实时曲线已经变得非常的重要,但是如何使你的曲线显示功能变得十分的强大而且界面美观呢,这个是我在下载到的最多的控件中间最完美的(This is the source code to write VC industrial controls, can be directly applied to industrial display very good, absolutely no less than a century, dust control)
    2020-06-26 09:20:02下载
    积分:1
  • MFC_Multiple_Document_dialog_under_the_framework_o
    MFC框架下多文档对话框RibbonMDI源码MFC Multiple Document dialog box under the framework of RibbonMDI source(MFC Multiple Document dialog box under the framework of RibbonMDI source MFC Multiple Document dialog box under the framework of RibbonMDI source)
    2010-08-07 10:09:26下载
    积分:1
  • 32lu-led
    水滴实验(水滴变大下落,带拖尾效果) 水滴实验(水滴变大下落,带拖尾效果) (Drop experiment (larger droplets fall, with tail effect) drop test (larger droplets fall, with tail effect))
    2020-09-23 13:57:51下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载