登录
首页 » C++ » gdibutton

gdibutton

于 2022-02-06 发布 文件大小:478.93 kB
0 111
下载积分: 2 下载次数: 1

代码说明:

GDI是图形设备接口的英文缩写,主要任务是负责系统与绘图程序之间的信息交换,处理所有Windows程序的图形和图像输出。GDI的出现使程序员无需要关心硬件设备及设备正常驱动,就可以将应用程序的输出转化为硬件设备上的输出和构成,实现了程序开发者与硬件设备的隔离,大大方便了开发工作。

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

发表评论

0 个回复

  • perspective-transform
    透视变换程序,实现三维物体到二维图像的透视变换。(the program of perspective transformation)
    2011-11-05 14:47:01下载
    积分:1
  • grp
    内有关于监护仪的相关设计,仅供参考,不太完善请见谅(There on the monitor related design, for reference only, not perfect, please forgive me)
    2013-12-16 16:54:19下载
    积分:1
  • STM32_FOC_PMSM
    实际电机控制的部分代码,目前仅一小部分,做为备份(motor run code part1)
    2021-04-27 13:28:44下载
    积分:1
  • C# 显示DataGridView控件中选定的单元格、行和列
    Visual C#显示选择的DataGridView单元格,获取DataGridView控件中选定的单元格、行和列,测试前请连接好数据库,实现此功能核心代码如下:   if (customersDataGridView.AreAllCellsSelected(true))   {    MessageBox.Show("所有单元格已经被选择!", "信息提示",MessageBoxButtons.OK);   }   else   {    System.Text.StringBuilder MyInfo =new System.Text.StringBuilder();    for (int i = 0;    i < MyCount; i++)    {    MyInfo.Append("行号: ");    MyInfo.Append(customersDataGridView.SelectedCells[i].RowIndex.ToString());    MyInfo.Append(", 列号: ");    MyInfo.Append(customersDataGridView.SelectedCells[i].ColumnIndex.ToString());    MyInfo.Append(", 单元格值: ");    MyInfo.Append(customersDataGridView.SelectedCells[i].Value.ToString());    MyInfo.Append(Environment.NewLine);    }    MyInfo.Append("一共选择了: " + MyCount.ToString()+"个单元格");    MessageBox.Show(MyInfo.ToString(), "信息提示", MessageBoxButtons.OK);   }
    2022-03-18 13:11:05下载
    积分:1
  • 【问题描述】 设有n个人围坐在圆桌周围,现从某个位置m(1≤m≤n)上的人开始报数,报数到k的人就站出来。下一个人,即原来的第k+1个位置上的人,又从1开始报数...
    【问题描述】 设有n个人围坐在圆桌周围,现从某个位置m(1≤m≤n)上的人开始报数,报数到k的人就站出来。下一个人,即原来的第k+1个位置上的人,又从1开始报数,再报数到k的人站出来。依此重复下去,直到全部的人都站出来为止。试设计一个程序求出出列序列。 这是一个使用循环链表的经典问题。因为要不断地出列,采用链表的存储形式能更好地模拟出列的情况。-[n-- with the individuals sitting around the round table is from a certain location m (1 m n) of people reported the number of reported number of people who have come out. Next individuals, that the original clause k a position who reportedly started from a few, and reported that the number of people who come forward. Accordingly continue to repeat until all of the people come out so far. Test procedures designed sought out a sequence out. This is a use of recycled Chain classic problem. Due to the constant up and be using the storage form of Chain better simulate down.
    2022-07-01 15:37:34下载
    积分:1
  • Unified Diagnostics Service (UDS) and OBD-II (On Board Diagnostics for Vehicles) C Library
    Unified Diagnostics Service (UDS) and OBD-II (On Board Diagnostics for Vehicles) C Library
    2019-12-07下载
    积分:1
  • A simple C# COM server
    一个简单的C#COM服务器。可以通过Bricscad LISP调用窗口窗体。
    2022-03-12 21:01:29下载
    积分:1
  • circle
    这是一个倒立摆的程序,仅供参考,我们当时测试用的,Q1174622332(Simple single-stage rotary inverted pendulum control system)
    2014-05-23 12:20:30下载
    积分:1
  • Mtinv
    mt 1 d inversion code
    2009-08-06 15:54:22下载
    积分:1
  • NB_stm32l151
    说明:  这是采用stm32L151主芯片驱动NB做云端通信,采用GPS定位。和采集温度。加震动检测。休眠状态达到9umA。(This is the use of stm32L151 main chip to drive NB for cloud communication and GPS positioning. And collection temperature. Add vibration detection. The sleep state reaches 9umA.)
    2020-04-08 10:30:06下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载