登录
首页 » Visual C++ » FileShow

FileShow

于 2012-07-16 发布 文件大小:12077KB
0 219
下载积分: 1 下载次数: 26

代码说明:

  本程序主要是利用NI公司提供的measurement studio控件画曲线,从文件中提取数据,通过定时器动态显示在对话框上。(This procedure is the use of NI offers measurement studio control to draw curves to extract data from the file, through the dynamic timer is displayed in the dialog box.)

文件列表:

FileShow
........\Debug
........\.....\FileShow.bsc,5170176,2012-05-30
........\.....\FileShow.exe,2543668,2012-05-30
........\.....\FileShow.ilk,3310876,2012-05-30
........\.....\FileShow.obj,375139,2012-05-29
........\.....\FileShow.pch,14203776,2012-05-29
........\.....\FileShow.pdb,1147904,2012-05-30
........\.....\FileShow.res,13812,2012-05-30
........\.....\FileShow.sbr,0,2012-05-29
........\.....\FileShowDlg.obj,409030,2012-05-30
........\.....\FileShowDlg.sbr,0,2012-05-30
........\.....\StdAfx.obj,504464,2012-05-29
........\.....\StdAfx.sbr,2552088,2012-05-29
........\.....\Trajectory.txt,9264400,2012-05-25
........\.....\vc60.idb,435200,2012-06-06
........\.....\vc60.pdb,888832,2012-05-30
........\FileShow.aps,46984,2012-05-30
........\FileShow.clw,2002,2012-06-06
........\FileShow.cpp,2091,2012-05-24
........\FileShow.dsp,17203,2012-05-24
........\FileShow.dsw,805,2012-05-24
........\FileShow.h,1346,2012-05-24
........\FileShow.ncb,484352,2012-06-06
........\FileShow.opt,50688,2012-06-06
........\FileShow.plg,250,2012-06-06
........\FileShow.rc,49896,2012-05-30
........\FileShowDlg.cpp,8653,2011-06-01
........\FileShowDlg.h,2896,2012-05-26
........\NiIncludes.h,1132,2012-05-24
........\ReadMe.txt,3615,2012-05-24
........\res
........\...\FileShow.ico
........\...\FileShow.rc2,400,2012-05-24
........\resource.h,1100,2012-05-26
........\StdAfx.cpp,210,2012-05-24
........\StdAfx.h,1141,2012-05-24
........\Trajectory.txt,9264400,2012-05-25

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

发表评论

0 个回复

  • vg
    说明:  一个Visual Graph开发程序,具有类似MS viso的功能!带有C++,Delphi,VB,C#等的代码示例!(a Visual Graph development programs that have similar functions VISO MS! With C, Delphi, VB, C# code examples!)
    2005-04-08 10:06:59下载
    积分:1
  • 打开24位BMP
    这是一个模拟acdsee软件打开一幅bmp文件并显示在屏幕上的算法.(This is a simulation software Converter opened a bmp file and display on the screen of the algorithm.)
    2005-04-24 20:36:21下载
    积分:1
  • pgllib
    绘制多图形图表的强大功能库软件示例。请下载!(PGL is a library that encapsulates plot capabilities in a MFC project for VC6 and VC7. It is designed to be able to easily plot data generated in a project without the need of any external software.)
    2014-12-17 16:04:03下载
    积分:1
  • Elliptic-Curve-Encryption-Algorithm
    能实现椭圆曲线密码的加密解密过程,功能齐全,易于实现(Can realize the elliptic curve cryptography decipher process, function is complete, easy to realize)
    2017-01-05 11:36:56下载
    积分:1
  • caiyuan
    这是计算机图形学中的一个实验,使用VC++编写,功能是实现用菜单和鼠标交互式画圆。(This is the computer graphics an experiment, the use of VC preparation, function is using interactive menus and mouse Circle.)
    2006-06-13 11:13:15下载
    积分:1
  • computergraphicsprogramming
    说明:  我对计算机图形学的编程实践,包括画直线、反走样直线、画圆、 画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。由于 精力有限,未对原码做任何注释。出于简化编程的考虑,许多地方指定了常数,未做 通用处理。解压缩后建立gui16目录,在其下有原代码和工程文件。在gui16下建立 release目录,其下有一可执行文件及其所须的位图及模型文件。如在release目录之 外执行程序,必须复制所需位图及模型文件。 必须复制的文件: Chopper.asc chopper.bmp cp.bmp end.BMP end.txt w1.bmp w2.bmp w3.bmp 如有问题欢迎大家和我交流! 联系方式: e-mail:cproom@163.net http://cproom.yeah.net 通讯地址:陕西省西安市太白南路202号(骊山微电子公司)陈鹏(收) 邮编  :710065 电话  :(029)-8234582(computer graphics programming using GDI)
    2010-04-17 07:13:59下载
    积分:1
  • Graphic-Draw
    说明:  图形绘制,可设置线宽、颜色、样式,通过本例将了解如何使用自定义画笔定义线体的颜色,线宽,线形等,以及如何为程序中添加选项菜单和选项设置对话框,如何使用标准颜色对话框,如何使用字体对话框,在选项对话框中实现预览功能。实现选项对话框和窗口类中的数据交换。如何改变对话框和控件的背景色,如何改变控件的文本颜色,对按钮控件的特殊处理。如何在窗口中显示一幅位图。(VC++ graphics rendering, can set the line width, color, style, through this example will learn how to use custom brushes defined line of body color, line width, line, etc., and how to add options for the program menus and options in Settings dialog box How to use the standard color dialog box, how to use the Font dialog box, implemented in the Options dialog box preview. Implementation Options dialog box and window class data exchange. How to change the background color of dialog boxes and controls, how to change the control' s text color on button controls the special treatment. How in the window display a bitmap.)
    2011-04-14 17:48:50下载
    积分:1
  • NT9200
    NT9200数字脑电图仪 的串行通讯及实时绘图程序。可借鉴里面的绘图程序。(NT9200 digital EEG instrument serial communications and real-time drawing program. Inside of the mapping process can learn from.)
    2010-05-20 16:33:22下载
    积分:1
  • VER2
    一个TC画图软件,使用TC编译,具有程序框架及结构,适合改编而具有个性(a TC Drawing TOOL)
    2013-12-31 21:55:51下载
    积分:1
  • jpaint-src-0.0.1
    这是国外的同行编写的画图板程序,感觉比陈建春的要好些,说实话研究了半天,发现国内的cad水平低不是因为国内的人笨,主要是国外的cad技术不能很快的传递到国人手中,总是参考陈建华等水平有限,工程水平差的书籍造成整体水平低,书中没有详细的流程图,和软件设计思路,而且代码错误连篇。(This is the foreign counterparts of the drawing board to prepare procedures, CHEN Jian-chun than feeling the need to better tell the truth for a long time study and found that low levels of domestic cad because people are not stupid, mainly abroad cad technology should not quickly delivered to the the hands of the people always refer to Chen Jianhua, such as the limited level, engineering level difference caused by the overall level of books low, the lack of a detailed flow chart of the book, and software design, and code errors pack.)
    2007-10-09 22:23:11下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载