搜索资源列表
-
0下载:
tc可以直接调用的c语言图片显示程序,将16色BMP文件显示在你的界面上!-tc can directly call the c language picture display program, 16-color BMP file shows you the interface!
-
-
0下载:
这是基于C语言编写的关于BMP32、24、16、8、4、1等各种格式的显示程序,包括其中的压缩格式也可以显示,很实用。-This is based on the C language on BMP32, 24,16,8,4,1 display program such as a variety of formats, including the compression format can also display, very useful.
-
-
0下载:
对bmp格式的文件位图进行伸缩处理的C语言实现程序-Bmp file format for bitmap stretching treatment program in C language
-
-
0下载:
在C或者C++的编程语言程序中对JEPG图像进行读取-In C or C++ programming language program to read images of JEPG
-
-
0下载:
可实现JPG和GIF格式的图片的显示以及按照固定比例放大,用C语言编写-this program can realize JPG and GIF format images show and according to the constant proportion, written in C Language.
-
-
0下载:
小型CAD的C语言实现,这是一个可画图的程序-The C language implementation of small CAD, which is a drawing program
-
-
0下载:
这是一个读取BMP图片并显示于DOS环境下的c语言程序,该程序实现简单,可读性好-This is a read BMP images and display in the DOS environment c language program, the program is simple and readable
-
-
0下载:
c语言的图像读入与显示程序源代码,可以使用-The C language image reading and display program source code, can be used
-
-
0下载:
色彩变换是根据色彩的纺缍体模型对图像进行彩色变换的重要理论,本程序是其MATLAB的应用程序,根据它可以很容易地将其转化成C语言程序。-The color transform is important theoretical spindle-body model according to the color of the color conversion on the image, the procedure is the application of its MATLAB, and accor
-
-
0下载:
使用VC读取bmp图像的C语言程序,在vc上亲自测过,确实可用。-Bmp image to read the C language program using VC vc personally measured, indeed available.
-
-
0下载:
JPG2RGB565
说明:
1.对于单片机而言有的时候需要显示图片,一般单片机为了节约资源采用的图片一般为RGB565格式,
PC机上用的一般是RGB格式,也就是说PC机器上RGB(R,G,B)三个字节表示一个像素,单片机采
用两个字节表示一个像素,第一个字节的高5位表示R,第一个字节的低3位和第二个字节的高3位
表示G,第二个字节的低5位表示B
2.本程序支持JPG格式转为RGB565格式,显示在屏幕上或者用管道命令输出到一个文本文件
命令行:JPG2RGB
-
-
0下载:
输入图象显示源程序,建立C语言程序调试环境。在计算机屏幕上显示指定的图象。(A2,B2).修改程序,在屏幕上显示256*256的灰度图象(左暗-右亮、左上暗-中间亮-右下暗)。-input image display source code, build the C language program debugging environment.display the specified image on the computer screen. (A2, B2)modify the progra
-
-
0下载:
使用C++ 语言编写的生成条形码——EAN-13的C++源代码程序,输入相应的字符,能生成相对应的条形码。可以帮助学习条形码的生成开发。-The use of C++ language to generate a bar code- C++ EAN-13 source code program, enter the corresponding character, can generate the corresponding bar code. Can help to learn the dev
-