登录
首页 » Visual C++ » 对比度拉伸

对比度拉伸

于 2020-05-06 发布
0 222
下载积分: 1 下载次数: 1

代码说明:

说明:  Visual c++数字图像处理对比度拉伸算法(Visual c ++ digital image processing contrast stretching algorithm)

文件列表:

对比度拉伸\Thumbs.db, 6144 , 2020-04-09
对比度拉伸\原始lena图像.bmp, 66614 , 2020-04-09
对比度拉伸\测试图片\Thumbs.db, 16384 , 2020-04-09
对比度拉伸\测试图片\原始lena图像.bmp, 66614 , 2020-04-09
对比度拉伸\测试图片\灰度拉伸后.bmp, 66614 , 2020-04-09
对比度拉伸\源代码\dibapi.cpp, 23782 , 2020-04-09
对比度拉伸\源代码\dibapi.h, 1876 , 2020-04-09
对比度拉伸\源代码\MainFrm.cpp, 2506 , 2020-04-09
对比度拉伸\源代码\MainFrm.h, 1581 , 2020-04-09
对比度拉伸\源代码\mydib.cpp, 3157 , 2020-04-09
对比度拉伸\源代码\mydib.h, 72 , 2020-04-09
对比度拉伸\源代码\MyDIP.aps, 30708 , 2020-04-09
对比度拉伸\源代码\MyDIP.clw, 2644 , 2020-04-09
对比度拉伸\源代码\MyDIP.cpp, 4158 , 2020-04-09
对比度拉伸\源代码\MyDIP.dsp, 4781 , 2020-04-09
对比度拉伸\源代码\MyDIP.dsw, 533 , 2020-04-09
对比度拉伸\源代码\MyDIP.h, 1345 , 2020-04-09
对比度拉伸\源代码\MyDIP.ncb, 66560 , 2020-04-09
对比度拉伸\源代码\MyDIP.opt, 56832 , 2020-04-09
对比度拉伸\源代码\MyDIP.plg, 244 , 2020-04-09
对比度拉伸\源代码\MyDIP.rc, 12279 , 2020-04-09
对比度拉伸\源代码\MyDIPDoc.cpp, 4007 , 2020-04-09
对比度拉伸\源代码\MyDIPDoc.h, 1830 , 2020-04-09
对比度拉伸\源代码\MyDIPView.cpp, 5600 , 2020-04-09
对比度拉伸\源代码\MyDIPView.h, 1990 , 2020-04-09
对比度拉伸\源代码\ReadMe.txt, 4287 , 2020-04-09
对比度拉伸\源代码\res\MyDIP.ico, 1078 , 2020-04-09
对比度拉伸\源代码\res\MyDIP.rc2, 397 , 2020-04-09
对比度拉伸\源代码\res\MyDIPDoc.ico, 1078 , 2020-04-09
对比度拉伸\源代码\res\Thumbs.db, 6656 , 2020-04-09
对比度拉伸\源代码\res\Toolbar.bmp, 1078 , 2020-04-09
对比度拉伸\源代码\Resource.h, 827 , 2020-04-09
对比度拉伸\源代码\StdAfx.cpp, 207 , 2020-04-09
对比度拉伸\源代码\StdAfx.h, 1040 , 2020-04-09
对比度拉伸\源代码\res, 0 , 2020-04-09
对比度拉伸\测试图片, 0 , 2020-04-09
对比度拉伸\源代码, 0 , 2020-04-09
对比度拉伸, 0 , 2020-04-09

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

发表评论

0 个回复

  • VC_programming_classic_DVR_MPEG4_encoding_player_c
    VC编程经典DVR-MPEG4编码播放器代码VC programming classic DVR-MPEG4 encoding player code(VC programming classic DVR-MPEG4 encoding player code)
    2010-08-17 15:26:17下载
    积分:1
  • FLASH
    Flash+VC Flash+VC Flash+VC (Flash+ VC Flash+ VC Flash+ VC)
    2009-06-02 14:32:43下载
    积分:1
  • cetscoem
    说明:  modify strat menu at windows
    2019-01-25 17:31:24下载
    积分:1
  • Excel-vc2
    VC++ 与 EXCEL生成系统报表-2(VC and EXCEL Generation System statements-2)
    2007-04-17 11:43:20下载
    积分:1
  • FLAC3D-zidingyibengoumoxing
    flac3d自定义本构模型实例演示,可以帮助数值模拟爱好者学习如何自定义本构模型。(flac3d custom constitutive model examples demonstrate, numerical simulation can help enthusiasts to learn how to customize the constitutive model.)
    2021-01-28 11:08:35下载
    积分:1
  • PhaseShiftMigationPlusInterpolation
    Phase Shift Migration Plus Interpolation .for those who are interesting in seismic processing.enjoy it
    2010-02-21 00:17:22下载
    积分:1
  • client-server
    多协议文件传输c/s网络应用设计与实现,程序用 TCP/UDP 两个协议模拟多协议服务器。首先服务器端要将两种协议的套接字创建好,并且监听 TCP 端口的连接。必要时使用select函数来进行多连接处理和非阻塞处理。而客户端直接可以按照发送的地址和端口号来进行通讯。 首先要运行服务器端,服务器会监听 TCP 端口。然后运行客户端,根据事先设定好的 IP和端口,就可以进行连接传输数据了。 程序实现的关键步骤: 以TCP协议为例 服务器端: 1.创建套接字;2.绑定端口;3.进入无穷的循环;4.接收请求;5.处理请求;6.应答。 客户端: 1.找到服务器的IP地址和协议的端口号;2.创建套接字;3.确定连接需要任意的,没有使用的端口号允许TCP去选择一个;4.将套接字和服务器连接;5.使用应用层协议和服务器交互;6.关闭连接。 (Multi-protocol file transfer c/s network application design and implementation of programs simulate multi-protocol server with TCP/UDP both protocols. First socket server to create a good two protocols, TCP port and listens for connections. If necessary, use the function to handle multiple connections and non-blocking treatment. And the client can follow directly address and port number to communicate. First run on the server side, the server listens on TCP port. Then run the client, according to pre-configured IP and port, you can connect the data transmission. The key step program implementation: In TCP protocol as an example Service-Terminal: 1. Create a socket 2 bound port 3 enter an infinite loop 4. receiving a request 5. processing requests 6 response. Clients: 1. Locate the server s IP address and protocol port number 2 creates a socket 3 connections need to determine arbitrary, unused port allows TCP to choose a 4 and the socket server connections 5 using appli)
    2016-07-11 10:19:07下载
    积分:1
  • Socket_tongxing
    SOCKET通信方面的很实用的程序 很经典(SOCKET communications procedure is very practical classic)
    2007-08-07 16:39:11下载
    积分:1
  • WinDriverPCI
    说明:  关于Windriver编写PCI驱动的教程(windriver )
    2009-08-26 09:38:56下载
    积分:1
  • com
    VS2010串口例程,VC2010写的串口调试助手,开发环境为VS2010,使用的uncioud环境,纯API,不错的C++串行通讯例子程序,希望能对串口学习的朋友有所帮助 (VS2010 serial routines, VC2010 write serial debugging assistant development environment VS2010, using uncioud environment, pure API, a good example of C++ serial communication program, hoping to help a friend learn the serial port)
    2011-08-11 13:20:01下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载