CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - gif

搜索资源列表

  1. giflib-1.1.4.tar

    0下载:
  2. gif decoding library version 1.1.4
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-02
    • 文件大小:519168
    • 提供者:mylogintome
  1. giflib-1.1.5.tar

    0下载:
  2. gif decoding library version 1.1.5
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-14
    • 文件大小:3503104
    • 提供者:mylogintome
  1. giflib-4.2.8.tar

    0下载:
  2. gif decoding library version 4.2.8
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-10
    • 文件大小:2345984
    • 提供者:mylogintome
  1. Encode-of-LZ77

    0下载:
  2. LZ77和它的变体发现,在正文流中词汇和短语(GIF中的图像模式)很可能会出现重复。当出现一个重复时,重复的序列可以用一个短的编码来代替。压缩程序扫描这样的重复,同时生成编码来代替重复序列。随着时间的过去,编码可以重用来捕获新的序列。算法必须设计成解压程序能够在编码和原始数据序列推导出当前的映射。-encode of Lz77
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:7795
    • 提供者:小冬瓜
  1. mat2gif

    0下载:
  2. 牛人编写的matlab制作gif代码,可把结构变形过程很好的展现出来-A gif code written in matlab, can be used to demonstrate structural deformation process well
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:660
    • 提供者:Richard
  1. LZWCOM3

    0下载:
  2. 多媒体lzw压缩算法源码(c++) LZW压缩算法是Lempel-Ziv-Welch 3个人共同发明的,简称 LZW 的压缩算法,可以用任何一种语言来实现它. LZW是GIF图片文件的压缩算法,而且zip压缩的思想也是基于LZW实现的,所以LZW对文本文件具有很好的压缩性能。-lzw compression algorithm source code (c++)
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-24
    • 文件大小:199897
    • 提供者:云天清
  1. LZWUNCOM3

    0下载:
  2. lzw解压缩算法源码 LZW压缩算法是Lempel-Ziv-Welch 3个人共同发明的,简称 LZW 的压缩算法,可以用任何一种语言来实现它. LZW是GIF图片文件的压缩算法,而且zip压缩的思想也是基于LZW实现的,所以LZW对文本文件具有很好的压缩性能。-lzw decompression algorithm source code LZW compression algorithm is Lempel-Ziv-Welch 3 individual co-inventor, re
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-01
    • 文件大小:632024
    • 提供者:云天清
  1. Iteration

    0下载:
  2. 气象上的变量差值计算,包含jacobi与g-i-f两种-Calculated on the difference between the meteorological variables, including two kinds of jacobi and gif
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:881
    • 提供者:李春慧
  1. mmread

    0下载:
  2. 在MATLAB中读取视频以及图像的m函数,可读取avi,asf,gif等格式的文件-a m function in MATLAB, send information of filename.avi into MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:5312
    • 提供者:shx
  1. grabit

    0下载:
  2. GRABIT starts a GUI program for extracting data an image file. It is capable of reading in BMP, JPG, TIF, GIF, and PNG files (anything that is readable by IMREAD).GRABIT starts a GUI program for extracting data an image file. It is capable of reading
  3. 所属分类:matlab

    • 发布日期:2017-04-27
    • 文件大小:23023
    • 提供者:smart soltuion
  1. image_solve

    0下载:
  2. 图像统计处理案例程序,包括数字图像,GIF格式图像-Cases image statistics program, including digital images, GIF format images
  3. 所属分类:matlab

    • 发布日期:2017-05-11
    • 文件大小:2189910
    • 提供者:yjm
  1. FD_movie

    0下载:
  2. 有限差分正演模拟 波场快照 存为gif动画-finite difference modelling
  3. 所属分类:matlab

    • 发布日期:2017-04-27
    • 文件大小:34812
    • 提供者:Ted
  1. hitmcm2015

    0下载:
  2. 哈工大威海2015国赛选拔赛-拼接碎纸片-gif处理、RGB模型降维、模拟退火算法-hitmcm2015-gif processing,reduction of color space dimensionality,Simulated annealing algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:174935
    • 提供者:Wang Yuchen
  1. ANN BP simulink

    0下载:
  2. ANN_MLP_BP_Batch_Mode_Training.gif
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2015-12-29
    • 文件大小:201026
    • 提供者:siteinternet93
  1. MATLAB_numerical-analysis

    5下载:
  2. MATLAB三次样条插值法 求信号的包络线 源代码 MATLAB使用欧拉Euler法求解微分方程组 源程序代码 MATLAB四阶龙格库塔法 求解微分方程数值解 源程序代码 MATLAB实现txt文本数据分离的源程序代码 MATLAB实现不同插值方法的GUI界面设计 源程序代码 MATLAB实现偏微分方程的差分计算 源程序代码 MATLAB实现单摆在外力矩作用下的动画 源程序代码 MATLAB实现图像中值 均值 维纳滤波 源程序代码 MATLAB实现图像分割otsu
  3. 所属分类:Algorithm

    • 发布日期:2017-05-13
    • 文件大小:2590142
    • 提供者:li
  1. Phase_Group_Velocity

    0下载:
  2. Each code generates GIF files of group/phase velocity animations where vp>vg, vp=vg, and vp<vg. In the animation, two markers are used to show the movements of the wavepacket and envelope.
  3. 所属分类:matlab

    • 发布日期:2017-12-14
    • 文件大小:2348
    • 提供者:Joonsuk Kim
  1. mirror

    1下载:
  2. image mirror mirror image kind tif,gif % 1 horizontal mirror % 2 vertical mirror % 3 two kinds of mirror
  3. 所属分类:matlab例程

    • 发布日期:2017-12-22
    • 文件大小:2048
    • 提供者:reem
  1. DSP_LAB 1

    0下载:
  2. 傅里叶级数项数不同对傅里叶级数拟合的影响,生成gif图像。(The number of different effects on Fourier series fitting)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-20
    • 文件大小:270336
    • 提供者:Darcy1
  1. 车牌识别系统MATLAB源代码完整

    0下载:
  2. clc; clear all; close all; [filename, pathname, filterindex] = uigetfile({'*.jpg;*.tif;*.png;*.gif','All Image Files';... '*.*','All Files' }, '选择待处理图像', ... 'images\01.jpg'); file = fullfile(pathname, filename);%文件路径和文件名创建合成完整文件名 id = Get_
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:89088
    • 提供者:为谁甜
  1. CN_center_difference

    0下载:
  2. 基于CN中心差分的一维含时薛定谔方程求解,可以同时绘制区间内的势垒分布和波函数随时间变化的GIF图。 CN_center_difference是主程序,里面可以改求解精度,势垒分布,初始波函数分布等。 check_energy用来检测能量守恒。 huizhi_gif_new用来绘制并生成gif。 具体参数可见注释。(One dimensional time-dependent Schrodinger equation based on the CN center difference is so
  3. 所属分类:matlab例程

    • 发布日期:2018-04-30
    • 文件大小:2048
    • 提供者:消失的慵懒
« 1 2 3 45 »
搜珍网 www.dssz.com