您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. c# http post get

  2. using System; using System.Collections.Generic; using System.Text; using System.Net; using System.Net.Sockets; using System.Collections; using System.IO; using System.Text.RegularExpressions; using RE = System.Text.RegularExpressions.Regex; using Sy
  3. 所属分类:Web开发

    • 发布日期:2009-08-31
    • 文件大小:25600
    • 提供者:kw432
  1. 上传图片预览java代码

  2. 图片上传预览是一种在图片上传之前对图片进行本地预览的技术。 使用户选择图片后能立即查看图片,而不需上传服务器,提高用户体验。 但随着浏览器安全性的提高,要实现图片上传预览也越来越困难。 不过群众的智慧是无限的,网上已经有很多变通或先进的方法来实现。 例如ie7/ie8的滤镜预览法,firefox 3的getAsDataURL方法。 但在opera、safari和chrome还是没有办法实现本地预览,只能通过后台来支持预览。 兼容:ie6/7/8, firefox 3.5.5 后台支持下还兼容:
  3. 所属分类:Web开发

    • 发布日期:2010-07-09
    • 文件大小:13312
    • 提供者:lee80705041
  1. IMAGE and VIDEO COMPRESSION for MULTIMEDIA ENGINEERING Fundamentals, Algorithms, and Standards.part1.rar

  2. ContentsSection I FundamentalsChapter 1 Introduction1.1 Practical Needs for Image and Video Compression1.2 Feasibility of Image and Video Compression1.2.1 Statistical Redundancy1.2.2 Psychovisual Redundancy1.3 Visual Quality Measurement 1.3.1 Subjec
  3. 所属分类:C

    • 发布日期:2008-03-15
    • 文件大小:9437184
    • 提供者:osoon
  1. itextsharp-4.0.3-dll.zip

  2. C# 导出Pdf文件, using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; u
  3. 所属分类:Web开发

    • 发布日期:2010-12-21
    • 文件大小:1048576
    • 提供者:chengjia2284
  1. JPEG软件解码源代码

  2. JPEG软件解码源代码,下附软件文档部分说明:Overview: Functions provided by the library Outline of typical usageBasic library usage: Data formats Compression details Decompression details Mechanics of usage: include files, linking, etcAdvanced features: Compression para
  3. 所属分类:C

    • 发布日期:2008-03-23
    • 文件大小:696320
    • 提供者:happyrasen
  1. lyfupload12b刘云峰的文件上传组件

  2. LyfUpload 是一个免费 的ASP组件,遵从 RFC-1867 HTTP 请求, 它可以在ASP页面中接收客户端浏览器使用encType= "multipart/form-data" 的Form上载的文件。 本版本支持单文件上载、多文件上载、限制文件大小上载、限制某一类型文件上载、文件上载到数据库、数据库中读取文件及文件上载重命名等功能。 功能: 支持单文件上传 支持上传多个文件 可以将上传的文件改名保存 可以同时使用其它的form元素的信息 支持限制文件上传的大小 支持限制文件上传的类
  3. 所属分类:Web开发

    • 发布日期:2012-06-10
    • 文件大小:100352
    • 提供者:xiaoyao2011
  1. 给图片加水印

  2. 可以轻松给图片加文字水印 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Drawing.Drawing2D; using System.Drawing.Imaging; using Sys
  3. 所属分类:C#

    • 发布日期:2013-03-11
    • 文件大小:50176
    • 提供者:cf7852
  1. Introduction to Data Compression source code

  2. 数据压缩导论第三版 配套编码方案,c代码实现 包括 huffman lz jpeg 等实现
  3. 所属分类:C/C++

    • 发布日期:2013-07-26
    • 文件大小:3145728
    • 提供者:lexico
  1. JPEG2000 Standard for Image Compression fundamentals standards and practice

  2. 1 Introduction to Data Compression 2 Source Coding Algorithms 3 JPEG: Still Image Compression Standard 4 Introduction to Discrete Wavelet Transform 5 VLSI Architectures for Discrete Wavelet Transforms 6 JPEG2000 Standard 7 Coding Algorithms in JPEG2
  3. 所属分类:其它

    • 发布日期:2008-10-21
    • 文件大小:15728640
    • 提供者:janeat9902
  1. YUV2转JPEG的DEMO

  2. 利用jpeglib库转JPEG static void put_jpeg_yuv420p_file(FILE *fp, unsigned char *image, int width, int height, int quality) { int i, j; JSAMPROW y[16],cb[16],cr[16]; // y[2][5] = color sample of row 2 and pixel column 5; (one plane) JSAMPARRAY data[3]; //
  3. 所属分类:C++

    • 发布日期:2015-01-17
    • 文件大小:5242880
    • 提供者:xh731070557
  1. JPEG文件读取处理C++代码

  2. CHANGE LOG for Independent JPEG Group's JPEG software Version 9a 19-Jan-2014 ----------------------- Add support for wide gamut color spaces (JFIF version 2). Improve clarity and accuracy in color conversion modules. Note: Requires rebuild of test i
  3. 所属分类:C++

    • 发布日期:2015-07-25
    • 文件大小:1048576
    • 提供者:cumtbhaotongxue
  1. Document and Image Compression (Signal Processing and Communications)

  2. Although it's true that image compression research is a mature field, continued improvements in computing power and image representation tools keep the field spry. Faster processors enable previously intractable compression algorithms and schemes, a
  3. 所属分类:编解码

  1. C#读取JPEG图片的Exif信息

  2. [Serializable] public class EXIF { #region -- Class level members -- // Class level members. private Image _picture; #endregion #region -- Constructors -- // Constructors. /// /// This is default constructor of the EXIF class. /// public EXIF() {
  3. 所属分类:Flash

    • 发布日期:2009-04-19
    • 文件大小:94208
    • 提供者:weilingkai
  1. The JPEG 2000 Suite

  2. The JPEG 2000 Suite The JPEG 2000 Suite provides a comprehensive overview of the baseline JPEG 2000 standard and its extensions. The first part of the book sets out the core coding system, additions to the standard and reference software. The second
  3. 所属分类:图像处理

    • 发布日期:2018-10-22
    • 文件大小:108003328
    • 提供者:kernelkoder
  1. 酷炫黑色HTML5 3D线条凹凸人物头像动画特效.zip

  2. 代码片段: source" src="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEASABIAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCg
  3. 所属分类:其它

    • 发布日期:2019-07-11
    • 文件大小:31744
    • 提供者:weixin_39841848
  1. 浏览器中的data类型的Url格式 data:image/png,data:image/jpeg!

  2. 所谓 data 类型的Url格式,是在RFC2397中 提出的,目的对于一些 小 的数据,可以在网页中直接嵌入,而不是从外部文件载入
  3. 所属分类:其它

    • 发布日期:2020-09-25
    • 文件大小:65536
    • 提供者:weixin_38716460
  1. js+canvas实现图片格式webp/png/jpeg在线转换

  2. 功能需求: 我们在网页中上传一张图片,选择不同的格式,将该图片转换为对应的格式。 实现思路: 实现这样的功能,使用后端语言【php,java等】可以很容易的完成。但是如果只在前端如何完成呢? 1、通过input上传图片,使用FileReader将文件读取到内存中。 2、将图片转换为canvas,canvas.toDataURL()方法设置为我们需要的格式,如:”image/webp”,”image/jpeg”,”image/png”。 3、最后将canvas转换为图片,显示在网页中。点击右键保存
  3. 所属分类:其它

    • 发布日期:2020-11-19
    • 文件大小:49152
    • 提供者:weixin_38656676
  1. 4d-plugin-data-matrix:基于libdmtx 0.7.5的条形码生成器-源码

  2. 注意:对于v17及更早版本,请将manifest.json移动到Contents 4D插件数据矩阵 基于条形码生成器。 句法 使用libpng或libjpeg创建本机图像。由于颜色空间是PNG_COLOR_TYPE_PALETTE ,因此PNG在大小和质量方面提供了最好的PNG_COLOR_TYPE_PALETTE 。 JPEG色彩空间为JCS_GRAYSCALE ,质量为100 ,不小于PNG 。相比之下, SVG很大,但更易于在4D中进行后处理。 例子 $moduleSize := 2 $
  3. 所属分类:其它

    • 发布日期:2021-03-21
    • 文件大小:6291456
    • 提供者:weixin_42126274
  1. basic-cnn-lstm-image-captioning:用于图像字幕的基准模型-源码

  2. 图像字幕生成器(基线模型) Windows用户-使用cmd代替bash。 Windows虚拟机不支持在Tensorflow上进行GPU训练 数据集 Flickr8K数据集 Flickr8k_Dataset.zip() 包含8092个JPEG图像 1技嘉 Flickr8k_text.zip() 包含许多文件,这些文件包含照片的不同描述(标题)来源。 2.2兆字节 该数据集具有预定义的训练数据集(6,000张图像),开发数据集(1,000张图像)和测试数据集(1,000张图像)。 运行说明
  3. 所属分类:其它

    • 发布日期:2021-03-17
    • 文件大小:12288
    • 提供者:weixin_42102634
  1. pneumonia-image-diagnostic-源码

  2. ![Image](image url) 肺炎影像诊断 介绍 随着数据分析Ironhack训练营的结束,我们面临着开发最终项目的任务,在该项目中,我们将学习在过去七周中学到的一些技能。 这些技能之一是训练神经网络对图像进行分类,这是该项目的主要目标。 通过监督学习,我将开发一个进行胸部X线检查并诊断为肺炎的深度学习模型。 作为该项目的起点,我使用了其中包含将近6,000个X射线图像(JPEG),分为两个类别(肺炎/正常)。 使用的图书馆 在项目期间,我使用了以下库: 大熊猫 脾气暴躁的 凯拉斯
  3. 所属分类:其它

    • 发布日期:2021-03-11
    • 文件大小:205520896
    • 提供者:weixin_42170790
« 12 3 4 5 »