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

搜索资源列表

  1. 带附件及Html显示的邮件发送类

    0下载:
  2. unit UnitSendMail; interface uses   Windows, SysUtils, Classes,StdCtrls, ExtCtrls, ComCtrls, Dialogs,   IdMessage, IdBaseComponent, IdComponent, IdTCPConnection, IdTCPClient,   IdExplicitTLSClientServerBase,IdMessageClient, IdSMTP
  3. 所属分类:Delphi控件源码

    • 发布日期:2009-01-14
    • 文件大小:1685
    • 提供者:kennyxue
  1. 3ds Max 9 中文版入门与提高配书光盘

    0下载:
  2. 1) 本教学光盘中所有视频文件均采用TSCC视频编码进行压缩,如果发现光盘中的视频不能正确播放,应安装解码器。读者可访问http://www.techsmith.com 网站,在TechSmith官方网站中提供TSCC压缩编码程序的免费下载。在下载并正确安装解码器后,再运行本光盘教学软件,即可正确播放视频文件了。 2) 放入光盘,程序自动运行,或者执行play.exe文件。 3) 本程序运行,要求屏幕分辨率1024 ×768以上,否则程序可能显示不完全或不准确。
  3. 所属分类:3D图形编程

    • 发布日期:2017-03-23
    • 文件大小:474538
    • 提供者:yaoshujiao
  1. turbo_sys_demo

    0下载:
  2. This scr ipt simulates the classical turbo encoding-decoding system. It simulates parallel concatenated convolutional codes. Two component rate 1/2 RSC (Recursive Systematic Convolutional) component encoders are assumed. First encoder is t
  3. 所属分类:3G develop

    • 发布日期:2017-03-26
    • 文件大小:2414
    • 提供者:yk
  1. TestBase64

    0下载:
  2. Base64内容传送编码(VC++实现):常用于电子邮件的数据传输中-Base64 content transfer encoding (VC++ to achieve): commonly used in e-mail data transmission
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-12
    • 文件大小:25618
    • 提供者:Richard Yang
  1. txt2wml

    0下载:
  2. 实现普通txt文件转换为手机网页浏览器可以看的utf8编码的wml文件,为多数mtk平台的没有电子书功能的手机准备。-Achieve common txt files into the mobile web browser can watch the utf8 encoding wml document, for the majority of MTK platform is not ready mobile e-book function.
  3. 所属分类:File Operate

    • 发布日期:2017-05-03
    • 文件大小:1016693
    • 提供者:lin
  1. BarcodeGenerator

    0下载:
  2. 条码打印程序: 本程序用VC++6编写,是一个一维条码的打印演示程序,目的是为了验证和学习各种条码的编码算法。本程序可以打印各种一维条码如:code39,code93,code128,EAN13,交叉25码I2of5,codabar码。里面打包了dll可以在任何windows环境下解压运行。 目前二维条码的开发正在进行中,有兴趣的大虾们欢迎加入共同学习,共同进步。由于程序源代码比较大,有需要的可以给我发邮件: luhang33@126.com 或者QQ:2807
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-09
    • 文件大小:400349
    • 提供者:luhang
  1. Bas64_EnCode

    0下载:
  2. Base64 加密算法(Author 蒋柏良 Jerry Jiang)-* * DEscr iptION * Base64 processes input in 24bit chunks by converting each chunk into 4 * bytes of output. It does so by splitting input into four 6bit groups and * using these as indexes in the following
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:1151
    • 提供者:JerryJiang
  1. huffman

    0下载:
  2. 编写完整的系统,要求具有以下功能: 1、 I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存入文件hfmTree中。 2、 E:编码(Encoding)。利用以建好的哈夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中。 3、 D:译码(Decoding)。利用已建好的哈夫曼树将文件CodeFile中的代码进行译码,结果存入文件TextFile
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:320281
    • 提供者:张亦楠
  1. crypt

    0下载:
  2. // 命令行方式的文件加密和解密 //*** *** *** *** *** *** *** *** **** // How to use //**************************************************** /* The comand line is like this: command line: crypt [cpParams] [cpFile] [cpKey] arguments descr iptio
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:31239
    • 提供者:sinof
  1. myebook

    0下载:
  2. Linux系统下的电子书源代码,支持多种编码(unicode,GBK,BIG5,UTF8),支持自定义跳转页码和自动阅读功能.-E-book under the Linux system source code, supports a wide range of encoding (unicode, GBK, BIG5, UTF8), support for custom page Jump and automatic function.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:22059
    • 提供者:baizhantang
  1. ReadB4

    0下载:
  2. 对不同的编码进行解析。对邮件传输的编码BASE64等编码的分析,还有邮件报文的分析-Code for different analysis. Transmission of messages encoded BASE64 encoding, such as analysis, as well as the analysis of e-mail message
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:885573
    • 提供者:吴明
  1. EZWencoding

    0下载:
  2. The EZW encoder is based on progressive encoding to compress an image into a bit stream with increasing accuracy. This means that when more bits are added to the stream, the decoded image will contain more detail, a property similar to JPEG encoded i
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:57676
    • 提供者:manikandan
  1. Base64

    0下载:
  2. 本文档是Base64编码和解码的具体实现函数,有助于电子邮件等文档的解码。-This document is Base64 encoding and decoding to achieve the specific function, help to decode e-mail and other documents.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:836
    • 提供者:
  1. MyxmlParse

    0下载:
  2. 自己从网上学习,并封装完善 的一个程序,用来解析xml文件,含有unixcode-utf-gbk编码转换的函数。希望对大家有帮助。-Themselves from e-learning, and packaged complete a program used to parse xml file, containing unixcode-utf-gbk encoding conversion functions. We want to help.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:84138
    • 提供者:肖恩侠
  1. base64

    0下载:
  2. 简单直接的base64编码查看器,可以在邮件收发程序中发挥作用-Simple and direct viewer base64 encoding, you can send and receive e-mail program to play a role in
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:5968
    • 提供者:pan da xia
  1. SuperBase64ED

    0下载:
  2. 这是一个手机编程和邮件编程常用到的一个编码技术函数,Base64编码和解码动态库,支持字符串和文件的编解码工作。速度很快稳定,我的一些程序中用,现在发布。-This is a cell phone programming and e-mail program into a coding techniques commonly used functions, Base64 encoding and decoding of dynamic libraries, and documentation t
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:11573
    • 提供者:subzero_cn
  1. HuffmanCoding

    0下载:
  2. (1)I:初始化(Initialization)。对输入的一段英文中的每个字符统计其权值,建立哈夫曼树; (2)E:编码(Encoding)。利用已建好的哈夫曼树,对每个字符进行编码。 -(1) I: Initialization (Initialization). English section of the input statistics for each character of their weight, the establishment of Huffman tree
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:1714
    • 提供者:贾铭
  1. Realization_of_FPGA_for_LDPC_encoding

    0下载:
  2. 低密度奇偶校验码(简称LDPC码)是目前距离香农限最近的一种线性纠错码,它的直接编码运算量较大,通常具有码长的二次方复杂度.为此,利用有效的校验矩阵,来降低编码的复杂度,同时研究利用大规模集成电路实现LDPC码的编码.在ISE 8.2软件平台上采用基于FPGA的Verilog HDL语言实现了有效的编码过程,为LDPC码的硬件实现和实际应用提供了依据-Abstract:Low.density parity·check code(LDPC code)is a kind of linear eror
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:166294
    • 提供者:秦小星
  1. TestBase64

    0下载:
  2. Base64编码,全称为Base64内容传送编码,常用于电子邮件的数据传输中-Base64 encoding, all known as the Base64 content transfer encoding, commonly used for data transmission in the e-mail
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-12
    • 文件大小:2571549
    • 提供者:zhangxueliang00
  1. WIMAX_Turbo_Code

    1下载:
  2. 这是一套完整的支持wimax 16e协议CTC的编译码程序, 主程序在demo.c 译码器:tcdecoder.c 编码器:tcencoder.c-/* This program simulates the classical turbo encoding-decoding system on PC.*/ /* It uses parallel concatenated convolutional codes described in Figure 2.9 in Chapter
  3. 所属分类:3G develop

    • 发布日期:2016-08-15
    • 文件大小:26624
    • 提供者:bennytang
« 1 23 4 5 »
搜珍网 www.dssz.com