登录
首页 » Windows开发 » vc++ become bitmap subtidal environment, as well as the self

vc++ become bitmap subtidal environment, as well as the self

于 2022-11-23 发布 文件大小:153.22 kB
0 190
下载积分: 2 下载次数: 1

代码说明:

vc++环境下生成为位图,以及自绘位图,有保存删除等基本功能 -vc++ become bitmap subtidal environment, as well as the self-drawn bitmap, has preserved the basic functions such as delete

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

发表评论

0 个回复

  • 研勤公司2440板4.2bsp,实现三串口功能
    研勤公司2440开发板4.2bsp,实现三串口功能-research service company 4.2bsp 2440 Development Board, the realization of three functional Serial
    2022-02-04 15:08:57下载
    积分:1
  • 串行通讯是目前计算机、通信和控制领域最基本的通信方式。在CSDN的“嵌入式/WINCE”社区中,经常有人提问该到哪找串口通讯类,其实这个问题我自己也问过。:...
    串行通讯是目前计算机、通信和控制领域最基本的通信方式。在CSDN的“嵌入式开发/WINCE”社区中,经常有人提问该到哪找串口通讯类,其实这个问题我自己也问过。:)而一般的回答是给你提供一个Pocket PC 2002的SDK例子程序。但到底SDK的程序和MFC的结构有很大的不同,对于想用MFC编写通信程序的人来说也不是很便利。 另一方面,由于Windows CE是一个基于Unicode的操作系统,并且Windows CE不支持Windows下常用的串行通信重叠I/O方式(OVERLAPPED),因此编写Windows CE下的串口通讯类有一些与桌面Windows不同的地方。 以下是我从SDK程序改写而来的MFC类,希望能和致力于WINCE开发的朋友多多交流,由于本人才疏学浅,程序中有许多不完善的地方,请大家指正。我的程序是基于“主动发送请求,被动接收响应”的假设,因此我只设置了一个接收数据的线程。-serial communication is the computer, communications and control areas the most basic means of communication. Bringing in the "Embedded Development/pulled" communities, it was often the question where to find serial communications, in fact, the question I have asked. :) And the general answer is to provide you with a Pocket PC 2002 SDK examples procedures. But in the end SDK MFC procedures and the structure are quite different, MFC prepared to use communication program who is not very convenient. The other hand, is a Windows CE-based Unicode operating system, Windows C
    2022-05-21 18:26:03下载
    积分:1
  • 一个通过网路通信的办法实现了对.net C C++程序的万能调试工具...
    一个通过网路通信的办法实现了对.net C C++程序的万能调试工具-A network communications through the means of achieving on. Net C C++ programs universal debugging tool
    2022-06-16 13:38:57下载
    积分:1
  • 基于uml的工资管理系统~课程设计~比较适合初学~whut
    基于uml的工资管理系统~课程设计~比较适合初学~whut-Salary management system based on uml Course Design ~ ~ ~ whut more suitable for beginners
    2023-05-29 10:20:03下载
    积分:1
  • 初始化声卡、TBNR引擎、用户界面等。 2、启动TBNR引擎。 3、显示用户界面。 4、用户可以点击“始录音”,以启动声卡,始录音。...
    初始化声卡、TBNR引擎、用户界面等。 2、启动TBNR引擎。 3、显示用户界面。 4、用户可以点击“开始录音”,以启动声卡,开始录音。-initialization sound card TBNR engine, user interface, and so on. 2, TBNR start the engine. 3, showing the user interface. 4, users can click on the "start recording," to start the sound card and started recording.
    2023-08-13 09:35:04下载
    积分:1
  • 数据库操作类大全,包括MS SQL,Oracole,OLEDB,MySQL,ODBCDB。适合大家时用,避免重复劳动。...
    数据库操作类大全,包括MS SQL,Oracole,OLEDB,MySQL,ODBCDB。适合大家开发时用,避免重复劳动。-Guinness category database operations, including MS SQL, Oracole, OLEDB, MySQL, ODBCDB. Developed for everybody, and avoid duplication of efforts.
    2022-05-06 15:39:22下载
    积分:1
  • Get the screen size, using VC++7.0 development of a good example of a procedure...
    获取屏幕大小,用VC++7.0开发好的一个例子程序,供程序设计初学者参考。-Get the screen size, using VC++7.0 development of a good example of a procedure for the program design advanced users.
    2022-06-16 21:11:39下载
    积分:1
  • 文件分割器
    文件分割器-File splitter
    2022-02-01 09:17:01下载
    积分:1
  • 在列表控件中使用表头控件
    在列表控件中使用表头控件-list controls in the use of the first table Controls
    2022-07-23 03:11:30下载
    积分:1
  • 参考文章 遗传算法是基于达尔文进化论的一种智能优化算法,一种可用于复杂系统优化的具有鲁棒性的搜索算法,适用于解决传统方法难以解决的复杂的、非线性问题,可广泛...
    参考文章 遗传算法是基于达尔文进化论的一种智能优化算法,一种可用于复杂系统优化的具有鲁棒性的搜索算法,适用于解决传统方法难以解决的复杂的、非线性问题,可广泛应用于组合优化、离散优化、工程优化等领域。旅行商问题是一种NP难的组合优化问题,具有重要的理论研究价值和实际应用背景。然而,传统遗传算法中存在有不足,需要提出新的改进的遗传算法,并应用于旅行商问题的求解。-Genetic Algorithm article reference Darwin" s theory of evolution is based on an intelligent optimization algorithm, a complex system can be used to optimize the robustness of the search algorithm, the application of traditional methods to solve difficult and complex, nonlinear problems, can be widely applied in combinatorial optimization, discrete optimization, engineering, optimization and other fields. Traveling Salesman Problem is a NP hard combinatorial optimization problem, has important theoretical value and practical application of research background. However, the traditional genetic algorithm, there is less than the need to introduce new improved genetic algorithm, and applied for solving the traveling salesman problem.
    2023-06-10 12:55:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载