登录
首页 » Windows开发 » 一个Chart控件的例子

一个Chart控件的例子

于 2022-08-22 发布 文件大小:170.93 kB
0 50
下载积分: 2 下载次数: 1

代码说明:

一个Chart控件的例子-Example of a Chart control

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

发表评论

0 个回复

  • 《Windows核心编程》(第五版)Code
    这是一本经典的Windows核心编程指南,从第1版到第5版,引领着数十万程序员走入Windows开发阵营,培养了大批精英。 作为Windows开发人员的必备参考,本书是为打算理解Windows的C和C++程序员精心设计的。第5版全面覆盖Windows XP,Windows Vista和Windows Server 2008中的170个新增函数和Windows特性。书中还讲解了Windows系统如何使用这些特性,我们开发的应用程序又如何充分使用这些特性,如何自行创建新的特性。
    2023-09-06 11:55:04下载
    积分:1
  • 模糊模型的c++源代码,注释完整,清晰易懂
    模糊模型的c++源代码,注释完整,清晰易懂-Fuzzy Programming
    2022-03-21 17:31:02下载
    积分:1
  • 图象处理程序.....希望对大家有用
    图象处理程序.....希望对大家有用-Image processing procedure useful ..... hope everyone
    2022-05-08 20:46:53下载
    积分:1
  • kakabossskdr
    /* base64.cpp 和 base64.h 版权所有 (C) 2004年-2008 René Nyffenegger 提供此源代码 " 作为-是 ",没有任何明示或暗示 保修。在没有事件将作者举行任何损害承担责任 因使用本软件。 授予任何人出于任何目的,使用此软件的权限 包括商业应用程序进行修改和重新发布它 自由,受到以下限制: 1.此源代码的起源必须不得歪曲 ;你必须不 声称是你写的原始源代码。如果您使用此源代码 在一种产品,确认产品文档中将 表示赞赏,但不是必需的。 2.改变源版本为此,必须有明确标记和一定不能 谎称为原始的源代码。 3.本公告不可能会被删除,或从任何源分布改动。 勒内 · Nyffenegger rene.nyffenegger@adp-gmbh.ch */ #include"stdafx.h" //#include"base64.h" #include"msvc_common.h" #include < iostream > 静态 const std::string base64_chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" ""abcdefghijklmnopqrstuvwxyz "0123456789 +"; 静态内联 bool is_base64 (无符号的 char c) { 返回 (isalnum(c) | |(c == "+") ||(c == "/")); } std::string base64_encode (无符号的 char const * bytes_to_encode、 无符号的 in
    2022-12-20 14:15:03下载
    积分:1
  • 一个CShape版本的操作符号重载,本来是项目用的,给大家参考下!...
    一个CShape版本的操作符号重载,本来是项目用的,发给大家参考下!
    2022-05-10 14:34:35下载
    积分:1
  • 题目要求:读入两个小于100的正整数A和B,计算A+B。 需要注意的是:A和B的每一位数字由对应的英文单词给出。 输入格式:测试输入包含若干测试用例,每...
    题目要求:读入两个小于100的正整数A和B,计算A+B。 需要注意的是:A和B的每一位数字由对应的英文单词给出。 输入格式:测试输入包含若干测试用例,每个测试用例占一行,格式为"A + B =",相邻两字符串有一个空格间隔。当A和B同时为0时输入结束,相应的结果不要输出。 输出格式:对每个测试用例输出1行,即A+B的值。 输入样例: one + two = three four + five six = zero seven + eight nine = zero + zero = 输出样例: 3 90 96-Title request: read two positive integer less than 100 of the A and B, calculate A+ B. It should be noted that: A and B each of the figures by the corresponding English words are given. Input format: test input contains a number of test cases, test cases for each line, the format for the " A+ B =" , a string of adjacent spaces in the two intervals. When A and B at the same time 0:00 to the end of input, not output the results of the corresponding. Output Format: For each test case output a line, that is, the value of A+ B. Input sample: one+ two = three four+ five six = zero seven+ eight nine = zero+ zero = output sample: 39,096
    2022-05-18 03:32:14下载
    积分:1
  • installation tool kits can be embedded programming tools such as Visual C++, the...
    白盒测试工具安装包,可以嵌入VC等编程工具中,对代码进行白盒测试-installation tool kits can be embedded programming tools such as Visual C++, the code of White Box
    2022-03-06 02:10:36下载
    积分:1
  • 可实现INI文件的读取,这个是INT读取函数.
    可实现INI文件的读取,这个是INT读取函数.-INI files can be read, this is a read function INT.
    2022-03-24 11:21:59下载
    积分:1
  • 到中国的农历日历公历
    使用系统 ;使用 System.Drawing ;使用 System.Globalization ;使用 System.Windows.Forms ;命名空间 WinFormLunar 是{公共部分类 FormLunar: 窗体{# 区域私人只读字符串动物、 甘志 ;私人的 TextBox txtLunar ;私人的 DateTimePicker lunarPicker ;私人的 ChineseLunisolarCalendar lunarCalendar ;# Endregion 公共的 FormLunar){# 区域隐藏 () ;甘 ="B、 C、 D、 E 和 F 耿仁桂";芷 ="Zichou 毛贤陈寺吴申徐海";动物 = 大鼠牛虎兔子龙蛇马羊猴 Jigou 猪 ;Application.CurrentCulture = CultureInfo.GetCultureInfo ("zh-CN") ;/ / 中国地区。lunarCalendar = 新的 ChineseLunisolarCalendar () ;/ / 中国阴阳历。txtLunar = 新的文本框) ;txtLunar.Dock = DockStyle.Bottom ;txtLunar.ReadOnly = true ;/ / 只读模式。这。Controls.Add (txtLunar) ;lunarPicker = 新的 DateTimePicker () ;lunarPicker.Dock = DockStyle.Top ;lunarPicker.Format = DateTimePickerFormat.Custom ;/ / 自定义格式。lunarPicker.CustomFormat ="dddd yyyy "years" M "January "d "day" ;
    2022-02-13 07:36:19下载
    积分:1
  • 手机端,实现机画面更改,第二屏和第三批
    手机端,实现开机画面更改,第二屏和第三批-Mobile terminal to realize the boot screen to change, and the second and third screen
    2022-04-13 15:06:42下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载