登录
首页 » 界面开发 » The use of GDI+ technology to draw a curve. This is a good curve, a friend in ne...

The use of GDI+ technology to draw a curve. This is a good curve, a friend in ne...

于 2022-05-28 发布 文件大小:309.23 kB
0 114
下载积分: 2 下载次数: 1

代码说明:

使用GDI+技术画出一条曲线。这是比较好的曲线,需要的朋友可以下载来参考一下。-The use of GDI+ technology to draw a curve. This is a good curve, a friend in need can be downloaded for reference.

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

发表评论

0 个回复

  • 教你如何编写换皮肤的程序
    教你如何编写换皮肤的程序-teach you how to prepare the skin for the procedure
    2022-02-04 21:38:33下载
    积分:1
  • Java实现简易计算器
    使用java实现一个简易的计算器,实现浮点数的加减乘除原酸,使用gui设计界面,多线程控制多个数的运算次序
    2022-03-18 15:10:00下载
    积分:1
  • 这是一个用到win32api的用键盘模拟鼠标的程序
    这是一个用到win32api的用键盘模拟鼠标的程序-win32api use the mouse keyboard simulation procedures
    2022-02-02 08:50:59下载
    积分:1
  • qt 代码,已经用mingw编译好,不错的学qt学习资料
    qt 代码,已经用mingw编译好,不错的学qt学习资料-qt code has been compiled using mingw, qt a good school learning materials
    2023-07-20 09:10:03下载
    积分:1
  • 钟表的程序,可以改变颜色,有兴趣的朋友可以看看。
    钟表的程序,可以改变颜色,有兴趣的朋友可以看看。-Watches the process, can change the color of friends who are interested can look at.
    2022-04-29 05:22:58下载
    积分:1
  • MFC进程之间的单管道传输
    资源描述 进程之间的单管道数据传输 操作平台:win10+vs2013 pro 运行结果: 1、字符与宽字符之间的转换 //宽字符转字符 void TcharToChar(const TCHAR * tchar, char * _char) { int iLength; //获取字节长度 iLength = WideCharToMultiByte(CP_ACP, 0, tchar, -1, NULL, 0, NULL, NULL); //将tchar值赋给_char WideCharToMultiByte(CP_ACP, 0, tchar, -1, _char, iLength, NULL, NULL); } //字符转宽字符 void CharToTchar(const char * _char, TCHAR * tchar) { int iLength; iLength = MultiByteToWideChar(CP_ACP, 0, _char, strlen(_char) + 1, NULL, 0); MultiByteToWideChar(CP_ACP, 0, _char, strlen(_char) + 1, tchar, iLength); } 2、创建进程及单管道传输 void CDemoDlg::OnBnClickedButton1() { // TODO: 在此添加控件通知处理程序代码 //管道相关 HANDLE hPWrite, hPRea
    2022-03-06 10:20:16下载
    积分:1
  • 一个用BCB5.0编的mini计算器。很漂亮,基本功能都有。我把这个就放在桌上以方便使用。...
    一个用BCB5.0编的mini计算器。界面很漂亮,基本功能都有。我把这个就放在桌面上以方便使用。-A minicalculator made by BCB 5.0 with a beautiful interface and all the fundemental functions. I put it on my desktop for convenience.
    2022-03-06 19:01:45下载
    积分:1
  • 可以修改背景、字体颜色、延迟时间的tooltip控件,还可以多行显示,可以跟随鼠标小范围移动...
    可以修改背景、字体颜色、延迟时间的tooltip控件,还可以多行显示,可以跟随鼠标小范围移动-The tooltip that can change background , font color and the delay time, it also can display multiple lines and move by mouse
    2023-08-14 01:10:03下载
    积分:1
  • 绘制圆形按钮的类,及其演示代码 可以将该类单独使用在其他MFC工程中 美化...
    绘制圆形按钮的类,及其演示代码 可以将该类单独使用在其他MFC工程中 美化界面-circular button mapping category, and demonstration code can be used alone like this in other beautification projects MFC interface
    2022-02-15 08:32:23下载
    积分:1
  • Avionics Instruements Demo
    The code is re-coded by myself for modifying the mathematics rotatioin and translation portion of the orginal source from code.google.com with GDI+ matrix operations. The demo program shows how to use these avionics instruments, but lacking of remark/descriptions in the source code due to rush work. Another points for the modifications are: the unit of rotation has been changed to degree, not radian; properties of each customized control are added for using in design phase.
    2022-04-27 23:58:20下载
    积分:1
  • 696518资源总数
  • 106182会员总数
  • 24今日下载