-
本程序是根据何斌的VC++数字图像处理写的图像处理界面,并对其进行改进,如可以实现24位真彩色图像的灰度化...
本程序是根据何斌的VC++数字图像处理写的图像处理界面,并对其进行改进,如可以实现24位真彩色图像的灰度化-This procedure is based on Bin" s VC++ written in digital image processing image processing interface, and to improve it, and if we can achieve 24-bit true color gray-scale image of
- 2022-01-26 05:22:08下载
- 积分:1
-
reconocimiento de caracteres manuscritos
reconocimiento de caracteres manuscritos
- 2022-02-02 16:17:54下载
- 积分:1
-
一个小程序,欢迎大家下载,欢迎大家提出意见。
一个小程序,欢迎大家下载,欢迎大家提出意见。-A small program, welcome you to download, welcome comments.
- 2022-07-27 00:01:21下载
- 积分:1
-
MFC 图像处理
这只是一个简单 MFC 可执行代码解决方案为各种图像处理的.raw 图像文件。该解决方案包含灰色-图像处理 (平滑、 锐化、 对比度拉伸、 缩放等) 和彩色图像 (RGB/HSI/YUV 颜色空间开关,平滑、 锐化、 对比度拉伸,等等。)我是只是本科的学生,也是初学图像处理算法,所以我必须承认这个源代码可能无法在所有有用。但我希望那是一个人,希望在类似层面上和我一起,将至少一个小提示在中找到他自己做。
- 2023-08-14 01:30:07下载
- 积分:1
-
一个简单的点扑克牌游戏编程程序简单易懂对想学习游戏编程的人是非常好的学习程序...
一个简单的点扑克牌游戏编程程序简单易懂对想学习游戏编程的人是非常好的学习程序-a simple point card games programming procedures are simple to learn game programming to the people is a very good learning procedures
- 2022-03-20 23:57:26下载
- 积分:1
-
操作MMS,添加控制服务器的源代码,很有用的
操作MMS,添加控制服务器的源代码,很有用的-Operation of MMS, add control of the server source code, very useful
- 2022-03-01 20:48:04下载
- 积分:1
-
windows ce 开发的入门教材,包括开发环境的图文配置,简单的控件使用,适合入门的开发者。...
windows ce 开发的入门教材,包括开发环境的图文配置,简单的控件使用,适合入门的开发者。-windows ce development of entry materials, including the development of graphic configured the environment, the use of simple controls suitable for portal developers.
- 2022-01-26 03:43:53下载
- 积分:1
-
windows核心编程源程序
windows核心编程源程序-windows core programming source
- 2022-07-17 08:21:23下载
- 积分:1
-
um=5.elmo
/*The program sets an arrays of positions and speeds.On the digital input #6 trigger, the program moves forward, waits one second and returns.The destination and speed of the motion are defined according to the values in the speed and position arrays, with an index set by digital inputs #1 through #5.When an error occurs, the program stops and digital output #1 is raised.The motions are executed by functions called by the main program.Errors are detected in the motion functions and returned to the main program.*///Global Variable declarationint Destination[32];int MotionSpeed[32];int MaxDest;int MaxSpeed;//Functions declarationfunction int Err = MoveForward(int MoveIndex); function int Err = MoveBack(int MoveIndex);//Program##PROGRAM1//Local variables declarationint i;float Coeff;//Program bod
- 2022-06-16 23:30:26下载
- 积分:1
-
The realization of a transparent form with the VC++
用VC实现透明窗体++
- 2023-04-22 10:20:04下载
- 积分:1