▍1. ConvertBMP
压缩BMP图片 联合开发网 - pudn.com
这是一个屏幕录制源代码,可以很清楚地录制计算机屏幕,用VC++编写的(This is a screen recording source code, can clearly record the computer screen, written in VC++.)
说明: 说明: 压缩BMP图片,图片质量有些损失,但压缩率很大(Explanation: Compressing BMP pictures may cause some loss of image quality, but the compression rate is very high.)
说明: 这是一个屏幕录制源代码,可以很清楚地录制计算机屏幕,用VC++编写的(This is a screen recording source code, can clearly record the computer screen, written in VC++.)
说明: 说明: bmp压缩算法,vc++实现,可以将抓屏,普通bmp图片文件进行高度压缩,提高传输速度,减小存储空间(Description: BMP compression algorithm, VC + + implementation, can capture screen, ordinary BMP image files for high compression, improve transmission speed, reduce storage space)
说明: 说明: 屏幕录制程序,保存为avi格式,支持压缩(Description: Screen recording program, saved in avi format, supports compression)
说明: 分析的很深入,学过了第一本后,可以通过这本来进阶,当年我通过这本书获得了许多"原来还可以设计成这样"的感悟(The analysis is very in-depth. After learning the first book, I can advance through this book. At that time, I got a lot of insights from this book that "I could have designed it like this")
说明: 蓝牙产测校准,测试源码,用于测试发射功率,频偏,接收灵敏度~(Bluetooth production test calibration, test source code, used to test transmission power, frequency offset, receiving sensitivity~)
说明: 这是电子工业出版社出版,吕兵编著的visua c++从初学到精通一书中的全部程序源代码,书中涵盖了数据库编程、图像编程,windows消息机制,(This book is written by LvBing ,published by electronic industry press,introduce method in database ,image process ,message map)
说明: programming progra mming programmi ngprogr
说明: VS2013运行VC6.0编写的程序,报错找不到msvcrtd.dll,mfc42d.dll,msvcp60d.dll,mfco42d.dll,msvcp60.dll。将以上dll文件复制到C:WindowsSysWOW64目录下即可。(Vs2013 runs the program written by vc6.0 and fails to find msvcrtd.dll, mfc42d.dll, msvcp60d.dll, mfco42d.dll, msvcp60.dll. Copy the above DLL files to the directory C: windows syswow64.)
说明: Visual c++数字图像处理对比度拉伸算法(Visual c ++ digital image processing contrast stretching algorithm)
说明: 基于MFC单文档,能够在MFC中显示BMP格式图片的程序(Based on MFC single document, a program that can display BMP format pictures in MFC)
说明: 实现小波去噪,里面含有小波包及小波滤波程序(Implement wavelet de-noising, including wavelet packet and wavelet filter program)
说明: 实现material studio多晶型物预测(Realize the prediction of material studio polycrystalline)
说明: 支持功能为以太网 modbus TCP/UDP通信 , 10进制转16进制 ,16进制转10进制 ,简单MFC界面,软件版本为VS2010源码,字符解析,报文解析。封装Modbus TCP通信类可以直接用(The supporting functions are Ethernet Modbus TCP / UDP communication, hexadecimal to hexadecimal, hexadecimal to hexadecimal, simple MFC interface, software version is VS2010 source code, character parsing, message parsing. Package Modbus TCP communication class can be used directly)
说明: 用于计算矩阵。但是还是有局限性,最重要的是能够计算卷积。(To compute on Matrix)
说明: 这是个人写的简单的文件合并工具,有如下特性: 1. 支持二进制和文本文件合并; 2. 可以自定义填充字节(默认为0); 3. 可以选择源文件的任意地址和任意数据长度(在源文件的数据范围之内); 4. 可以任意修改源文件数据在目标文件(合并或拆分)文件的地址范围; 5. 支持拆分源文件,但单次操作只支持一个源文件和一个目标文件; 6. 可以保存/加载文件拆分合并的配置数据,并于重复使用;(This is a simple file combine tool with the following characteristics: 1. Support binary and text file combine; 2. You can customize the padding byte (default is 0); 3. You can select any address of the source file and any data length (within the data range of the source file); 4. The source file data can be arbitrarily modified in the address range of the target file (combine or split) file; 5. Support split source files, but only one source file and one target file are supported in a single operation; 6. You can save/load the file to combine, split configuration data and reuse it;)