登录
首页 » Visual C++ » ChartCtrl

ChartCtrl

于 2021-01-08 发布 文件大小:104KB
0 308
下载积分: 1 下载次数: 76

代码说明:

  MFC非常好用的绘图控件,实时更新采集数据图像非常方便,吐血推荐!(very useful resource for MFC painting)

文件列表:

ChartCtrl
.........\ChartAxis.cpp,19260,2010-06-04
.........\ChartAxis.h,17455,2009-12-23
.........\ChartAxisLabel.cpp,3742,2009-04-04
.........\ChartAxisLabel.h,3155,2009-12-21
.........\ChartBalloonLabel.h,3142,2009-12-22
.........\ChartBalloonLabel.inl,3815,2010-01-17
.........\ChartBarSerie.cpp,9777,2010-01-03
.........\ChartBarSerie.h,6911,2009-10-25
.........\ChartCandlestickSerie.cpp,7082,2009-12-28
.........\ChartCandlestickSerie.h,4320,2009-12-20
.........\ChartCrossHairCursor.cpp,1757,2009-02-08
.........\ChartCrossHairCursor.h,1972,2009-03-08
.........\ChartCtrl.cpp,31179,2010-06-04
.........\ChartCtrl.h,21115,2009-12-28
.........\ChartCursor.cpp,1483,2009-02-17
.........\ChartCursor.h,3819,2010-01-21
.........\ChartDateTimeAxis.cpp,10516,2009-12-26
.........\ChartDateTimeAxis.h,5216,2009-03-07
.........\ChartDragLineCursor.cpp,2438,2009-02-03
.........\ChartDragLineCursor.h,2189,2009-03-08
.........\ChartFont.cpp,3375,2009-05-18
.........\ChartFont.h,2923,2009-03-07
.........\ChartGanttSerie.cpp,5823,2009-12-28
.........\ChartGanttSerie.h,5010,2009-12-21
.........\ChartGradient.cpp,3765,2009-02-14
.........\ChartGradient.h,1863,2009-03-08
.........\ChartGrid.cpp,2628,2009-04-04
.........\ChartGrid.h,2186,2009-03-08
.........\ChartLabel.h,3699,2009-12-23
.........\ChartLabel.inl,1621,2009-12-22
.........\ChartLegend.cpp,9104,2009-06-02
.........\ChartLegend.h,4850,2009-03-07
.........\ChartLineSerie.cpp,9816,2010-07-10
.........\ChartLineSerie.h,3423,2009-08-16
.........\ChartLogarithmicAxis.cpp,4923,2009-04-04
.........\ChartLogarithmicAxis.h,1815,2009-04-04
.........\ChartMouseListener.h,2677,2009-12-27
.........\ChartPointsArray.h,6022,2009-12-21
.........\ChartPointsArray.inl,8339,2009-12-21
.........\ChartPointsSerie.cpp,8736,2010-01-17
.........\ChartPointsSerie.h,3380,2010-01-17
.........\ChartScrollBar.cpp,4894,2009-01-13
.........\ChartScrollBar.h,2207,2009-03-10
.........\ChartSerie.cpp,4175,2010-07-10
.........\ChartSerie.h,9531,2010-07-10
.........\ChartSerieBase.h,7492,2010-01-17
.........\ChartSerieBase.inl,8179,2010-07-10
.........\ChartSeriesMouseListener.h,2063,2009-12-27
.........\ChartStandardAxis.cpp,4861,2009-12-21
.........\ChartStandardAxis.h,2232,2009-03-07
.........\ChartString.h,932,2009-03-28
.........\ChartSurfaceSerie.cpp,7195,2009-08-15
.........\ChartSurfaceSerie.h,4207,2009-08-15
.........\ChartTitle.cpp,4835,2010-06-04
.........\ChartTitle.h,4130,2010-06-04
.........\ChartXYSerie.cpp,5089,2010-07-10
.........\ChartXYSerie.h,5014,2009-12-20
.........\PointsOrdering.h,917,2009-11-28

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

发表评论

0 个回复

  • yapnb
    采用加权网络中节点强度和权重都是幂率分布的模型,双向PCS控制仿真,包含光伏电池模块、MPPT模块、BOOST模块、逆变模块。( Using weighted model nodes in the network strength and weight are power law distribution, Two-way PCS control simulation, PV modules contain, MPPT module, BOOST module, inverter module.)
    2017-05-15 12:45:04下载
    积分:1
  • xinde1
    Visual C++6.0(5.0)开发工具功能非常强大,但是对于初学者来说,却有很多细节的问题需要注意。作者搜集整理了以下一些实用小技巧,希望对初学者有所帮助。 (Visual C 6.0 (5.0) development tool is very powerful, But for beginners, there are many detailed issues that require attention. Author collate some of the following practical tips, and I hope to help beginners.)
    2007-04-13 19:14:59下载
    积分:1
  • vcvideo
    VC++仿电影字幕滚动文字特效,使用了VC++自绘技术,其两个核心文件CreditsCtrl.cpp和CreditsCtrl.h已打包。   (VC++ imitation Subtitles scrolling text effects, using a self-drawn VC++, packaged two the core file CreditsCtrl.cpp and CreditsCtrl.h.)
    2012-10-01 01:26:05下载
    积分:1
  • testxpui
    一个XP用户界面类(an XP user interface category)
    2004-12-08 12:03:42下载
    积分:1
  • 创建
    说明:  1 程序开发步骤 (1) 打开vc,选择菜单项file->new,选择projects选项卡并建立一个名为"process"的win32 console applicatoin工程;创建时注意指定创建该工程的目录; (2) 在工程中创建源文件"process.cpp":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是"process.cpp";接下来询问是否创建新文件时回答"yes";然后通过Workspace->FileView->Source Files打开该文件(同上一试验); (3) 通过调用菜单命令项build->build all进行编译连接,可以在指定的工程目录下得到debug->process.exe程序;再把给定的launchset.txt文件存入该debug目录下,就可以在控制台下进入该目录以launchset.txt为参数运行程序,命令行为:process launchset.txt;要强调的是,在launchset.txt中指定的应用程序路径要正确,否则建立新的进程时会出错,这时需要对照系统的实际情况改动所给的参数文件。 2 补充说明 这里仅仅给出了编译结果和源程序,没有所创建工程的其他文件。(a program development steps (a) to open vc, select menu item file-gt; New, tab to choose projects and the establishment of a "process" of win32 console applicatoin works; Attention to create designated to create the directory of the project; (2) establish a project document "process.cpp" : Select menu item project-gt; add to project-gt; files, the choice of their own box to create the file name, here is the "process.cpp"; the next question asks whether the creation of new documents to answer "yes"; then Workspace- gt; FileView- gt; Source Files open the document (ibid. a pilot); (3) Order by calling menu items build-gt; build compile all connected, in the specific project directory under debug- gt; process. exe; then to the launchset.txt documents)
    2005-11-04 12:45:13下载
    积分:1
  • udprecvandsend
    UDP通讯的极品例程 包括服务器端和客户端(Need for UDP communication routines, including server-side and client)
    2008-05-09 11:43:30下载
    积分:1
  • flashdemo
    通过WINAPI实现的串口通信程序,有flash动画和丰富的按钮界面。(WINAPI achieved through serial communication procedures, flash animation and rich button interface.)
    2013-06-23 20:16:10下载
    积分:1
  • MF
    说明:  关于 Visual studio的书籍,实现了很多功能,很有借鉴意义。值得一看。适合学习。(Books about Visual studio, to achieve a lot of features, and a useful one. Worth a visit. Suitable for learning.)
    2013-03-21 16:52:44下载
    积分:1
  • NDIS_6[1].0_miniport__driver
    说明:  实现一个千兆以太网卡的NDIS的miniport驱动实例源代码 对于那些希望写一个NDIS 6.0的miniport设备驱动的开发人员来说,实例实在是太少了,只有一个DDK中的E100BEX。这里,我将选择一个当前比较流行的以太网控制器(Realtek 8111/8168/8169/8110等PCI的千兆以太网控制器),针对它们写一个NDIS6的驱动(The realization of a Gigabit Ethernet card, the NDIS driver miniport instance of the source code for those who wish to write an NDIS 6.0 of the miniport device driver developers, the example is too small, there is only one DDK in E100BEX. Here, I will choose a more popular current Ethernet controller (Realtek 8111/8168/8169/8110, such as PCI Gigabit Ethernet controller), for them to write a driver NDIS6)
    2008-12-06 11:41:00下载
    积分:1
  • jtcwVC
    该套软件主要用来记录家庭财务收入与支出的情况。软件包括下面几个方面的主要界面:1、用户登录界面:单击左边窗口的用户登录按钮可以进入该界面。输入要操作人的用户名和密码,这里由于只提供给自己家用,所以只有两个用户,可以输入ycl 密码:12345进入。2、账目现状界面:登录成功自动进入账目现状界面,当然也可以通过单击左边窗口中的账目现状按钮进入该界面,该界面可以显示指定时间段内的收入与支出情况,统计出现有余额。并通过树状列表显示各项收入支出的情况。3、资金进账界面:登录成功后,才能运行该界面,用户通过单击左窗口中的资金进账按钮来进入该界面。该界面可以显示指定时间段内的支出情况,并可以添加新的收入项目。测试时可以选择6月到10月之间的项目4、资金支出界面:登录成功后才能运行该界面,用户通过单击左窗口中的资金支出按钮来进入该界面。该界面可以显示指定时间段内的收入情况,并可以添加新的支出项目。测试时可以选择6月到10月之间的项目5、系统退出:用户可以通过单击左窗口中的系统退出按钮来退出系统的运行(Of the software is mainly used to record income and expenditure of the family financial situation. Several aspects of the software includes the following main interfaces: one, the user login screen: Click the button to the left of the window the user can log into the interface. Enter the operator s user name and password, here as available only to their own home, so there are only two users, you can enter ycl Password: 12345 to enter. 2, accounts for the status quo interface: Log in automatically into the accounts of the success of the status quo interface, of course, the left window by clicking the button in the accounts of the status quo into the interface that can display the specified time period of the income and expenditure, statistics appeared in the balance. Through the tree list displays all the income and expenditure situation. 3, funds much richer interface: login is successful, in order to run the interface, the user window by clicking the left button to enter the capital m)
    2010-03-11 11:37:52下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载