CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - GIF TO c

搜索资源列表

  1. Picture.Translate.Of.Remote.Desktop.Control

    0下载:
  2. 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现; C:GIF-LZW压缩算法压缩率较好,且我已想
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-27
    • 文件大小:54307
    • 提供者:whoamixp
  1. Anima

    0下载:
  2. 用VS2005生成的C#动画——散步的猫,通过源文件我们可以得知,所谓的生成动画是利用叠加GIF图像生成的,也就是让连续的几幅图像在规定时间内迅速加载,形成一种人眼视觉感觉连续的动画,本例中的猫由右到左路不停的走动。 -VS2005 with C#-generated animation- the cat walking through the source file, we can see that the generation of the so-called animated GIF
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:316085
    • 提供者:jiangjihai
  1. PictureEx_demo

    1下载:
  2. 介绍两个 C++ 类—— CPictureEx 和 CPictureExWnd,使用它们可以在 MFC 和 ATL 工程中使用动画GIF效果。-Introduction 2 C++ classes- CPictureEx and CPictureExWnd, use them in the MFC and ATL projects to use animated GIF effect.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-09
    • 文件大小:2340035
    • 提供者:yyz
  1. GIFDrive

    0下载:
  2. 关于gif格式的文件的源代码,c实现的,用于解释gif格式的文件-Gif format files on the source code, c implementation, used to explain the gif format
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-07
    • 文件大小:26983
    • 提供者:lantos
  1. watermark

    0下载:
  2. C# 2005开发一款图片批量加水印工具,编译试运行了一下,确实不错,选择需要加水印图片后,可以选择两种方式加水印:一是自定义文字,自己输入文字,设定显示位置就可以了,文字会按图片等比例缩放;二是可选择水印图片,支持GIF/JPG格式等,同时,更强悍的一个功能是,它支持批量增加水印鱼,非常方便好用-C# 2005 Development of a batch add a watermark image tools, compile test run a bit, really good, sel
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:26000
    • 提供者:胡杨
  1. jpggif

    0下载:
  2. c++显示JPG GIF文件 源代码 速度下载看阿-c++ display JPG GIF file download speed of the source code to see A
  3. 所属分类:Graph program

    • 发布日期:2017-03-31
    • 文件大小:30011
    • 提供者:111
  1. tupianliulanqi

    0下载:
  2. 在C++程序中显示JPG或者GIF图像并不是十分容易,本文将针对这个问题讨论如何在MFC中显示JPG或者GIF图像。-C++ program in JPG or GIF images to display is not very easy, this article will discuss how to address this issue in JPG or GIF MFC to display images.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-31
    • 文件大小:373379
    • 提供者:张燕
  1. cximageLite_V600

    0下载:
  2. CxImage is a C++ class that can load, save, display, transform images in a very simple and fast way. CxImage is open source and licensed under the zlib license. In a nutshell, this means that you can use the code however you wish, as long as you
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:563314
    • 提供者:tayfun karan
  1. Myimgapp

    0下载:
  2. 可实现JPG和GIF格式的图片的显示以及按照固定比例放大,用C语言编写-this program can realize JPG and GIF format images show and according to the constant proportion, written in C Language.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-16
    • 文件大小:4366324
    • 提供者:vivian
  1. VisuallCdigitalimageprocessing

    0下载:
  2. 本资料系统介绍了如何使用 Visual C++对 bmp、gif、jpg等常见格式图像进行处 理 -The information system describes how to use Visual C++ on bmp, gif, jpg format image processing and other common
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:371317
    • 提供者:吴建强
  1. ShowGif

    0下载:
  2. GIF图像文件的显示的源代码的改进版本,也是用VC++实现的,是学习C++的 理想材料。-To show GIF picture
  3. 所属分类:Graph program

    • 发布日期:2017-05-15
    • 文件大小:3766787
    • 提供者:余亮
  1. The-data-compression-book-2nd

    0下载:
  2. The primary purpose of this book is to explain various data-compression techniques using the C programming language. Data compression seeks to reduce the number of bits used to store or transmit information. It encompasses a wide variety of softwar
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:1535153
    • 提供者:Aoshi Hanate
  1. picture-explorer

    0下载:
  2. 以vs08为开发环境,使用C#语言编写的图片浏览器。并可以任意翻转,进行彩色和黑白变换,也可以另存修改后的图片,支持的图片格式:bmp、png、jpg、gif。-To vs08 for the development environment, written in C# using the image viewer. And can be any flip, change in color and black and white, you can save edited pictures, su
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-05
    • 文件大小:45288
    • 提供者:yang Dou
  1. giftest

    0下载:
  2. 用C#实现载入GIF格式的文件,并对其进行播放,很好的,完全可以执行。-Using C# to achieve load GIF format, and its playback, very good, can perform.
  3. 所属分类:CSharp

    • 发布日期:2017-05-29
    • 文件大小:12247517
    • 提供者:zhoumengna
  1. ICQ

    0下载:
  2. 说明: LanMsg是一款用.net C# 开发的局域网即时通讯开源软件(经过简单修改可用于因特网),适合.net即时通讯软件开发者用。 p2p原理(UDP打洞),消息的内容采用串行化技术发送与接收(可发送任何自定义的数据类型).为防止代码过多而引起查看难度,暂只提供本程序的2.1.3 Bate版 主要功能: 支持文件传输; 支持GIF动画表情; 支持屏幕截图发送; 支持音、视频对话; 支持对话记录保存于数据库操作等。 -Descr ipt
  3. 所属分类:P2P

    • 发布日期:2017-05-22
    • 文件大小:6946901
    • 提供者:liangjuyou
  1. ViewImage

    0下载:
  2. 实现c语言打开图片,对pcx格式和gif,jpeg,tga格式兼容。-C language to open the picture, pcx format and gif, jpeg, tga format compatibility.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-16
    • 文件大小:503066
    • 提供者:徐一心
  1. CImage

    0下载:
  2.  我们知道,Visual C++的CBitmap类和静态图片控件的功能是比较弱的,它只能显示出在资源中的图标、位图、光标以及图元文件的内容,而不像VB中的Image控件可以显示出绝大多数的外部图像文件(BMP、GIF、JPEG等)。因此,想要在对话框或其他窗口中显示外部图像文件则只能借助于第三方提供的控件或代码。现在,MFC和ATL共享的新类CImage为图像处理提供了许多相应的方法,这使得Visual C++在图像方面的缺憾一去不复返了。-We know that the Visual C++
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-05
    • 文件大小:233232
    • 提供者:terry
  1. GifImageDemo

    0下载:
  2. C#中实现gif动画的显示,以自定义控件的方式,直接可以调用!-Gif animation display can call directly to a custom control in C#!
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-06
    • 文件大小:148634
    • 提供者:林伟
  1. PictureBatchConversion

    0下载:
  2. C#批量转换图片格式,BMP/JPG/PNG/GIF转换 -C# batch convert image formats to BMP/JPG/PNG/GIF conversion
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:37160
    • 提供者:lvchuang
  1. howto_net_display_animated_gif

    0下载:
  2. C++开发,用于观看gif, 注释完整,适合阅读-C++ development, to watch the gif, complete annotation, suitable for reading
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-07
    • 文件大小:47340
    • 提供者:Fionn
« 1 2 3 45 6 »
搜珍网 www.dssz.com