登录
首页 » Process-Thread » 掌握CDC的文字处理程序的编写,如何产生自定义字体和自定义插入符,熟悉对CString类的使用。通过对卡拉OK程序的编写,讲解定时器的使用和DrawText函数...

掌握CDC的文字处理程序的编写,如何产生自定义字体和自定义插入符,熟悉对CString类的使用。通过对卡拉OK程序的编写,讲解定时器的使用和DrawText函数...

于 2022-04-21 发布 文件大小:37.82 kB
0 51
下载积分: 2 下载次数: 1

代码说明:

掌握CDC的文字处理程序的编写,如何产生自定义字体和自定义插入符,熟悉对CString类的使用。通过对卡拉OK程序的编写,讲解定时器的使用和DrawText函数的巧妙运用。讲解如何使用CDC的裁减功能。-grasp of word processing procedures for the preparation, how to customize fonts and custom insert website. redeem familiar with the right kind of use. By karaoke program, the timer on the use and DrawText function cleverly use. CDC on how to use the reduction of function.

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

发表评论

0 个回复

  • 采用visual c++.net编写的动态链接库与多线程、多进程教学实例
    采用visual c++.net编写的动态链接库与多线程、多进程教学实例-The use of visual c++. Net prepared by dynamic-link library with multi-threaded, multi-process teaching examples
    2022-04-14 14:37:53下载
    积分:1
  • 查看当前线城的信息及线程池的应用 vb.net
    查看当前线城的信息及线程池的应用 vb.net-See the current line of the city of thread pool information and application vb.net
    2022-06-02 02:53:57下载
    积分:1
  • dll 动态加载类的简单例子. 类中只有两个虚函数:Create() 和 Destroy()....
    dll 动态加载类的简单例子. 类中只有两个虚函数:Create() 和 Destroy().-class loaded dynamically in dll. Only 2 virtual functions are important in this class: Create() and Destroy(). Create() function returns TRUE if the DLL is loaded correctly and an instance handle obtained. Destroy() will unload the DLL from process memory.
    2022-01-30 18:14:26下载
    积分:1
  • 操作系统课程实验,模拟操作系统中进程控制与进程调度,有详细的文档和代码...
    操作系统课程实验,模拟操作系统中进程控制与进程调度,有详细的文档和代码-operating system, operating system simulation process control and process scheduling, detailed documentation and code
    2022-01-22 14:59:19下载
    积分:1
  • windows任务管理器vc源码,用 PSAPI 写的,只是又添加了一些小功能,包括CPU占用率显示,托盘显示等...
    windows任务管理器vc源码,用 PSAPI 写的,只是又添加了一些小功能,包括CPU占用率显示,托盘显示等-windows task manager vc source code, using PSAPI written, but also added some small features, including CPU usage display, pallet display, etc.
    2023-05-21 10:45:05下载
    积分:1
  • 与pssetcreateprocessnotifyroutine,pssetcreatethreadnotifyroutine线程问题。
    用PsSetCreateProcessNotifyRoutine,PsSetCreateThreadNotifyRoutine来进行进程线程监控我想大家已经都非常熟练了.sinister在一文中已经实现得很好了.前一段时间看到网上有人在研究监视远线程的文章,比较有意思.就写代码玩一玩.这之中就出现了一些问题.比方说直接用sinister的代码的话,是不能动态卸载的,因为他在安装了进线程监视函数后没有进行清除动作,造成在动态卸载时蓝屏,BUGCHECK为0x000000ce,错误码为:DRIVER_UNLOADED_WITHOUT_CANCELLING_PENDING_OPERATIONS.很显然,在驱动退出后,一些进线程操作仍然在访问原来的地址,造成出错.在XP后,微软给出了一个函数PsRemoveCreateThreadNotifyRoutine用来清除线程监视函数(清除进程监视的就是PsSetCreateProcessNotifyRoutine).我一直奇怪ICESWORD在2000中是怎么做到进线程监视的.后来才发现,在运行icesword后释放出一个detport.sys文件,然后一直在系统中存在着没有卸载掉.只是把它隐藏了而已^_^.这不是个好消息,难道我为了测试一个驱动,测试一次就得重启一次吗?呵呵,肯定不是啊,所以想办法搞定它.-with PsSetCreateProcessNotifyRoutine, PsSetCreateThreadNotifyRoutine thread to process control, I think we had a very skilled. Sinister In "" A text has been achieved in very good. Some time ago the Internet was seen in the surveillance study of the threads from article more interesting. Write playing with a code to play. on this issue, there have been some proble
    2023-06-28 21:35:02下载
    积分:1
  • multithreaded copy files, it can become 2.0 USB1.1, an eye
    多线程的文件复制,可以把usb1.1变成2.0,值得一看-multithreaded copy files, it can become 2.0 USB1.1, an eye-catcher
    2022-01-26 00:05:52下载
    积分:1
  • 利用多线程实现程序保护,简单的示范程序,帮助理解多线程的是运行机制...
    利用多线程实现程序保护,简单的示范程序,帮助理解多线程的是运行机制-Realize the use of multi-threaded process protections, the simple model procedures to help understand multi-threading is the operating mechanism
    2022-01-26 00:12:46下载
    积分:1
  • 操作系统内存调度各种算法的示例,也是多线程在同一控件上作画的演示程序。...
    操作系统内存调度各种算法的示例,也是多线程在同一控件上作画的演示程序。-operating system memory scheduling algorithms example, multithreading in the same controls on painting demonstration program.
    2022-02-21 04:45:40下载
    积分:1
  • 实时动态显示进程信息的程序,如资源利用等。比任务管理器显示更多进程信息...
    实时动态显示进程信息的程序,如资源利用等。比任务管理器显示更多进程信息- Real-time dynamic demonstration advancement information procedure, like resources use and so on. Compared to the task management demonstration are more advancements information
    2022-06-13 14:42:09下载
    积分:1
  • 696518资源总数
  • 105720会员总数
  • 3今日下载