登录
首页 » 界面开发 » 二维曲线的实现方法,用来画二维曲线 输入XY坐标即可以得到曲线图型...

二维曲线的实现方法,用来画二维曲线 输入XY坐标即可以得到曲线图型...

于 2023-06-10 发布 文件大小:339.26 kB
0 242
下载积分: 2 下载次数: 1

代码说明:

二维曲线的实现方法,用来画二维曲线 输入XY坐标即可以得到曲线图型-two-dimensional curve of the method used to draw two-dimensional curve that is the importation of XY coordinates can be curve-

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

发表评论

0 个回复

  • victory Quaternary; Frank will Sadiq chain; Thinking that will relay; Quaternary...
    获得胜利第四纪;连锁店弗兰克萨迪克将; 思考题接力赛都将; 第四纪粪胆素;快的空间法;类毒素-victory Quaternary; Frank will Sadiq chain; Thinking that will relay; Quaternary fecal bile pigment; Fast space law; Toxoid
    2022-03-16 22:48:45下载
    积分:1
  • 在ListView和TreeView里加入F2快捷键用于编辑当前项
    在ListView和TreeView里加入F2快捷键用于编辑当前项-Add F2 access key to Listview and TreeView to edit current item
    2022-03-13 16:53:13下载
    积分:1
  • 检查 keyyboard 和鼠标空闲
    delphi 程序使用窗口的 api,请检查 keyyboard 和鼠标空闲
    2022-12-20 13:50:03下载
    积分:1
  • 音乐播放器
    音乐播放器音乐播放器音乐播放器音乐播放器音乐播放器音乐播放器音乐播放器音乐播放器音乐播放器音乐播放器音乐播放器音乐播放器音乐播放器音乐播放器音乐播放器音乐播放器音乐播放器音乐播放器音乐播放器音乐播放器音乐播放器音乐播放器音乐播放器音乐播放器音乐播放器音乐播放器音乐播放器音乐播放器音乐播放器音乐播放器音乐播放器音乐播放器音乐播放器音乐播放器音乐播放器音乐播放器音乐播放器音乐播放器音乐播放器音乐播放器音乐播放器音乐播放器音乐播放器音乐播放器音乐播放器音乐播放器音乐播放器音乐播放器音乐播放器音乐播放器音乐播放器音乐播放器音乐播放器音乐播放器音乐播放器音乐播放器音乐播放器音乐播放器音乐播放器
    2022-03-20 23:28:50下载
    积分:1
  • class_generator
    本程序是一个图形化的工具,将自动创建基于您所选的选项类的源代码。你从来没有注意到这类通常具有相似的基本结构,需要重写一次?这是一个有点繁琐的时候因为孤独,它会很方便也能产生类骨架程序,界定公共铺设,保护,和私人的,定义一个默认构造函数和析构函数,等。我们将做一个GUI(窗口)包含几个选项!
    2022-05-14 14:23:43下载
    积分:1
  • 本程序使用ADO访问Access2000的数据库。请适当修改stdafx.h中 #import "g:program filescommon filessy...
    本程序使用ADO访问Access2000的数据库。请适当修改stdafx.h中 #import "g:program filescommon filessystemadomsado15.dll" no_namespace rename("EOF","adoEOF") msado15.dll的路径-The program uses ADO to visit ACCESS2000 database. Please modify stdafx.h appropriate in# Import
    2022-07-01 21:22:59下载
    积分:1
  • 使用加速度传感器的手势识别
    gesture recognition by using accelerometer sensors
    2023-07-27 15:10:03下载
    积分:1
  • 一段美化的程序。可以使你的程序更漂亮
    一段美化界面的程序。可以使你的程序更漂亮-some landscaping interface procedures. You can make the process even more beautiful! !
    2022-07-12 22:24:52下载
    积分:1
  • 课程管理和绩效管理,ASP的前景,台湾SQL2…
    用于课程表管理和成绩的管理,前台ASP后,台SQL2000,非常方便实用-for curriculum management and performance management, ASP prospects, Taiwan SQL2000, very convenient and practical
    2023-04-25 13:50:04下载
    积分:1
  • 高级顶层窗口是一种无标题栏、菜单、工具条的一种常居顶层的窗口,最常见的例子就是输入法窗口,比如智能ABC窗口。这类窗口的特点除了上边所说的,最重要的就是窗口移动...
    高级顶层窗口是一种无标题栏、菜单、工具条的一种常居顶层的窗口,最常见的例子就是输入法窗口,比如智能ABC窗口。这类窗口的特点除了上边所说的,最重要的就是窗口移动。普通窗口移动是通过标题栏由系统自动实现的,对于这类窗口就无法依靠系统了,需要手工实现。实现的方法有两种: 手工处理WM_MOVE、WM_LBUTTONUP消息,并根据鼠标的移动自己实现窗口移动过程中的绘制; 在WM_MOVE消息处理函数中通过向自己发送参数wParam为HTCAPTION lParam为鼠标位置的WM_NCLBUTTONDOWN消息实现窗口移动,此时窗口移动过程的绘制由系统实现。 显然,后者较前者简单。本文采用后者。-top window is a non-title bar, menus, tools of a regular Habitat top of the window, the most common example is the input window, such as smart window ABC. This window features in addition to the upside, the most important thing is moving the window. General Mobile through the window title bar automatically by the system for such window will not be able to rely on the system, and will need to achieve manually. Implementation of two ways : manual processing WM_MOVE, WM_LBUTTONUP news, and in accordance with the movement of the mouse to achieve their mobile window in the process of drawing; In WM_MOVE message processing function to send itself through the parameters wParam HTCAPTION
    2022-08-06 00:41:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载