-
假币问题,处理假币问题的算法,比较简单的c++算法
假币问题,处理假币问题的算法,比较简单的c++算法-Counterfeiting problem, the algorithm to deal with the problem of counterfeit money, a relatively simple c++ algorithm
- 2022-03-18 04:48:12下载
- 积分:1
-
探索构造法
探索构造法-Explore the construction method
- 2022-07-12 10:59:53下载
- 积分:1
-
网络赚钱,懂懂网络赚钱高手,教你怎么通过网站等手段赚钱...
网络赚钱,懂懂网络赚钱高手,教你怎么通过网站等手段赚钱-Network to make money, make money masters who understand the network, teach you how to make money through the website and other means
- 2022-04-10 09:43:17下载
- 积分:1
-
简单的拼图程序,ketty,里面涉及了切片,让你了解关于图片的处理...
简单的拼图程序,ketty,里面涉及了切片,让你了解关于图片的处理-Simple puzzles procedures, ketty, which involves slicing, let you learn more about image processing
- 2022-03-11 10:04:56下载
- 积分:1
-
wince EVC 简单的图片浏览功能,自已随意扩展
支持 *.bmp *.jpg *.gif *.png 等等
// TODO: Add yo...
wince EVC 简单的图片浏览功能,自已随意扩展
支持 *.bmp *.jpg *.gif *.png 等等
// TODO: Add your control notification handler code here
CString defFilter("选中其中一个文件|*.bmp *.jpg *.gif *.png")
CFileDialog dlg(TRUE,NULL,NULL,OFN_ALLOWMULTISELECT,defFilter)
if(dlg.DoModal()==IDOK){
PathName=dlg.GetPathName()
}-wince EVC simple picture browsing, support the expansion of their own free*. bmp*. jpg*. gif*. png, etc.// TODO: Add your control notification handler code hereCString defFilter (
- 2023-04-14 17:00:03下载
- 积分:1
-
MFC 图像处理
这只是一个简单 MFC 可执行代码解决方案为各种图像处理的.raw 图像文件。该解决方案包含灰色-图像处理 (平滑、 锐化、 对比度拉伸、 缩放等) 和彩色图像 (RGB/HSI/YUV 颜色空间开关,平滑、 锐化、 对比度拉伸,等等。)我是只是本科的学生,也是初学图像处理算法,所以我必须承认这个源代码可能无法在所有有用。但我希望那是一个人,希望在类似层面上和我一起,将至少一个小提示在中找到他自己做。
- 2023-08-14 01:30:07下载
- 积分:1
-
This file is one of helpful tool when u r doing work on debug of ur program if u...
This file is one of helpful tool when u r doing work on debug of ur program if u r a win32 application develper.
Using TRACE macro or OutputDebugString function is listing the string at DebugView when u want or u consider.
- 2022-02-21 19:40:27下载
- 积分:1
-
evc下全屏代码,可以让整个窗口覆盖整个桌面。使用方便。
evc下全屏代码,可以让整个窗口覆盖整个桌面。使用方便。-AES under full-screen code, the whole window can cover the entire desktop. Easy to use.
- 2022-05-17 04:36:01下载
- 积分:1
-
mpeg decoder code
mpeg解码代码-mpeg decoder code
- 2022-10-18 11:40:03下载
- 积分:1
-
基于代码保护的虚拟机引擎源码,代码说明:1. 全部使用VS2005编译.2. 两个解决方案. 四个VC项目.
希望对希望了解VM方面的朋友能有一些帮助....
基于代码保护的虚拟机引擎源码,代码说明:1. 全部使用VS2005编译.2. 两个解决方案. 四个VC项目.
希望对希望了解VM方面的朋友能有一些帮助.-Based on code protection of the virtual machine engine source code, code: 1. All use VS2005 to compile .2. 2 solution. 4 VC project. Want to want to know a friend in VM to have some help.
- 2022-10-14 11:30:03下载
- 积分:1