-
由于涉及图片的显示,所以我采用MFC进行编程。由于MFC封装了win32的许多APIAPI,所以可以不用考虑很多操作的细节,而专注于图像的处理。...
由于涉及图片的显示,所以我采用MFC进行编程。由于MFC封装了win32的许多APIAPI,所以可以不用考虑很多操作的细节,而专注于图像的处理。-because of the pictures, so I used MFC programming. As the MFC Packaging many APIAPI win32, so it is not necessary to consider many details of the operation, and focus on image processing.
- 2022-02-10 07:49:18下载
- 积分:1
-
一个ADPCM解码的例子
一个ADPCM解码的例子-An example of ADPCM decoder
- 2022-03-10 06:01:04下载
- 积分:1
-
ajax应用/*
[Discuz!] (C)2001
ajax应用/*
[Discuz!] (C)2001-2007 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$RCSfile: ajax.js,v $
$Revision: 1.117 $
$Date: 2007/08/09 08:49:19 $
*/
- 2022-06-12 15:35:01下载
- 积分:1
-
制作鼠标右键弹出的菜单
制作鼠标右键弹出的菜单,基于C++ 6.0 MFC ,可通过右键鼠标弹出菜单
制作鼠标右键弹出的菜单,基于C++ 6.0 MFC ,可通过右键鼠标弹出菜单
- 2023-02-09 20:00:04下载
- 积分:1
-
用VC++实现的记事本最全的功能,课程设计获得老师较高评价。...
用VC++实现的记事本最全的功能,课程设计获得老师较高评价。-With VC++ Realize most of the Notepad function of curriculum design to obtain a higher evaluation of teachers.
- 2022-06-27 11:33:40下载
- 积分:1
-
传感器的一些资料
传感器的一些资料-sensor some of the information
- 2022-02-09 10:49:38下载
- 积分:1
-
钢筋工程量计算程序(含执行程序)
钢筋工程量计算程序(含执行程序)...
钢筋工程量计算程序(含执行程序)
钢筋工程量计算程序(含执行程序) -Reinforced engineering calculation procedures (including enforcement procedures) reinforced engineering calculation procedures (including enforcement procedures)
- 2022-01-27 22:23:10下载
- 积分:1
-
遗传算法和蚂蚁算法融合的代码,比较好的利用了两种代码的优点,有很好的参考价值...
遗传算法和蚂蚁算法融合的代码,比较好的利用了两种代码的优点,有很好的参考价值-Genetic Algorithm and Ant Algorithm code integration, better use of the advantages of two kinds of code, have a good reference value
- 2023-08-08 05:05:03下载
- 积分:1
-
botton按钮的各个不同美化效果,仅供大家参考,如有不足之处,望多多指教...
botton按钮的各个不同美化效果,仅供大家参考,如有不足之处,望多多指教-botton button various beautification effects, only for your reference, if inadequate, hope the exhibitions
- 2022-02-07 20:38:38下载
- 积分:1
-
C++ And Threads
by Randy Charles Morin
If you’ve ever done multithreaded pro...
C++ And Threads
by Randy Charles Morin
If you’ve ever done multithreaded programming then most likely it was in C++. I haven’t
heard of many developers using the CreateThread Win32 API function from Visual Basic
or even Delphi. The reason is that the advantages of C++ and multiple threads are usually
the same.
You want more responsiveness from some application. How do you do it? Well you
could have multiple threads in order to limit blocking of one application request by
another. You could also use a more low level language.
- 2023-01-16 05:35:03下载
- 积分:1