登录
首页 » Windows开发 » Add button graphic example

Add button graphic example

于 2022-02-21 发布 文件大小:177.26 kB
0 199
下载积分: 2 下载次数: 1

代码说明:

添加图形按钮的例子-Add button graphic example

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

发表评论

0 个回复

  • Stratagus是一个免费的跨
    Stratagus is a free cross-platform real-time strategy game engine, capable of playing against human or computer opponents, network or local.
    2023-02-05 20:30:04下载
    积分:1
  • windows pthread库实现源码
    linux下多线程是采用pthread库实现,所以如果将程序放到windows时移植工作比较大,pthread库在windows平台实现了pthread接口,与linux兼容,为跨平台实现。
    2023-06-26 22:15:04下载
    积分:1
  • A组 用汇编语言实现:在屏幕上显示: SIN(X)+345*X/67 X=? REXUILT= 等待输入一个任意的十进制数X(假设每个数不...
    A组 用汇编语言实现:在屏幕上显示: SIN(X)+345*X/67 X=? REXUILT= 等待输入一个任意的十进制数X(假设每个数不超过三位),计算上述表达式的结果,将该结果显示出来:对于XIN(X)的计算结果要求采用子程序编写,主程序用于输入X和显示结果。 B组: 汇编程序写一个能与PC当前运行的程序进行分时操作的程序,程序的功能是演奏“五星红旗迎风飘扬”。并设置有热键,可随时终止或恢复演奏。 C组: 用汇编程序编程编写一个动画程序:有一架飞机在显示屏幕的上方,从左至右,忽高忽地,周而复始的飞行,屏幕下方设有一门高射炮,该炮可人工控制左右移动,人工控制空格键发射炮弹,炮弹命中飞机后,声光大作。(要求使用图形显示方式) -A group Using assembly language to achieve: on the screen: SIN (X)+345* X/67 X =? REXUILT = Waiting for input an arbitrary decimal number X (the assumption that the number of not more than three each), calculated the results of the above expression, the results are displayed: For XIN (X) requires the calculation of the results of the preparation subroutine, main program for Enter the X and the result will be displayed. B: Assembler to write a PC currently running with the process time-sharing operating procedures, procedures for the function is to play "five-star red flag fluttering in the wind." And set up hotkeys, may terminate
    2022-04-25 18:27:40下载
    积分:1
  • WTL的8.0版本,最新的,可用在VC和eVC上
    WTL的8.0版本,最新的,可用在VC和eVC上-WTL version 8.0, the latest available on the VC and eVC
    2022-07-11 05:03:06下载
    积分:1
  • 读取目录下的所有txt文本文件
    资源描述读取指定目录下的所有文本文件,指定目录是m_strSDFile,这个变量可以按需要改变,可以打开一个目录让用户选择。读取的方法采用递归调用,如果txt文件比较多,对于内存占用会比较多。文本文件的大小没有限制。文本文件找到后,存储在m_TxtFileArry中。
    2022-09-20 19:15:03下载
    积分:1
  • 飞鸽传书源码,自由传输文件,是不错的局域网传输文件的工具。
    飞鸽传书源码,自由传输文件,是不错的局域网传输文件的工具。-Flying Pigeon Chuanshu Source, free, file transfer, is a good tool for local area network to transfer files.
    2023-09-03 11:45:04下载
    积分:1
  • Article that you can know about controlling of hydraulics
    Article that you can know about controlling of hydraulics
    2022-03-01 11:09:49下载
    积分:1
  • 条形码生成打印(VB.NET2005) =================================== 一个条形码生成代码,所见即所得的条形码...
    条形码生成打印(VB.NET2005) =================================== 一个条形码生成代码,所见即所得的条形码标签设计方式,支持批量生成非数字前缀的条码,支持各种标准WINDOWS打印方式的普通打印机和条形码打印机,支持方案的应用。-Print bar code generation (VB.NET2005) =================================== a bar code to generate code, see that is, from the bar code label design, to support non-numeric quantities to generate the bar code prefix, to support a variety of standard forms of general printing WINDOWS printers and bar code printers, supported the application program.
    2022-03-16 15:30:47下载
    积分:1
  • VC++6做的一个 机自动运行 还不是很完善 不过例子不错
    VC++6做的一个 开机自动运行 还不是很完善 不过例子不错-VC++ 6 to do a boot to run automatically is not perfect but a good example of
    2022-03-25 18:51:37下载
    积分:1
  • 基于随机波束形成的多
    针对基于随机波束成形的多用户MIMO下行系统提出了三种调度算法:后端比例公平门限调度算法,后端最大值调度算法和后端比例公平最大值调度算法。通过仿真表明,这三种算法相比其他调度算法,在基本保持系统性能的前提下,能够降低反馈率,且有各自的特点和适用性:后端比例公平门限调度算法随着小区内用户数目的增多,反馈率越小,适合用户数较多的情况;后端最大值调度算法和后端比例公平最大值算法在用户数目较多的情况下,系统性能基本保持不变,且随着子信道数目增加,反馈率越小,适合天线数和用户数都较多的情况。-Based on random beamforming for multi-user MIMO downlink system proposed three kinds of scheduling algorithms: back-end proportional fairness scheduling algorithm threshold, the maximum back-end and back-end proportional fairness scheduling algorithm for the maximum scheduling algorithms. The simulation showed that the three kinds of algorithms compared with other scheduling algorithms, the basic premise of maintaining system performance, can reduce the feedback rate, and have their own characteristics and applicability: the back-end proportional fairness scheduling algorithm with the threshold number of users within a cell increases, the smaller the response rate for the number of users are more situation back-end and back-end ratio of the maxi
    2022-08-22 09:52:42下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载