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

搜索资源列表

  1. DataGrid

    0下载:
  2. DataGrid双向排序方法程序设计-DataGrid bidirectional sequencing design methods and procedures
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:2948
    • 提供者:伊铭
  1. arith-n

    0下载:
  2. 本设计的目的是:通过分析中文手写笔迹图象特有的灰度以及二维空间分布的统计特性,采用二维游程Hufman编码方法对图象进行压缩与解压缩处理,编写压缩与解压缩应用程序。-the purpose of this design is : Chinese handwriting analysis specific to the gray images of the two-dimensional spatial distribution of statistical characteristics usi
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:12203
    • 提供者:黄宾
  1. KSZ8873MML_RRL_DP1.0

    1下载:
  2. KSZ8873 的设计demo和设计原理图,多网口,可用于交换机设计-KSZ8873 design demo and design schematics, multiple Ethernet ports, the switch can be used to design
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-19
    • 文件大小:5189849
    • 提供者:林强
  1. a.rar

    0下载:
  2. 哈夫曼编码译码系統,利用哈夫曼编码进行信息通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(既可以双向传输信息的信道),每端都需要一个完整的编/译码系统。本次设计就是为这样的信息收发站写的一个哈夫曼的编/译码器。,Huffman decoding systems, the use of Huffman encoding of information and communicati
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:46793
    • 提供者:
  1. EWB

    0下载:
  2. 本文是EWB设计的方案描述,详细描述了设计的过程并富有相关的电路图,电路比较复杂,是高手学习的好材料!-This article is designed EWB program descr iption, a detailed descr iption of the design process and the rich associated circuitry, the circuit more complicated, is a master of good material to lear
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:371509
    • 提供者:liuxiaozhong
  1. BitTree

    0下载:
  2. 提供完整的二叉树的设计文档,设计源代码,方便数据结构的学习-Provide a complete binary tree of the design documents, design source code, data structure to facilitate learning
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:13691
    • 提供者:songkaisong
  1. 2

    0下载:
  2. 音乐信号滤波去噪—使用切比雪夫型滤波器,里面包括了音乐信号及滤波器设计的源程序-Music signal de-noising filter- the use of Chebyshev-type filter, which includes the music signal and filter design of the source
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:78139
    • 提供者:yqgary
  1. 060372011202.1

    0下载:
  2. MATLAB仿真设计与实验,不过题目都很简单,没什么大用处,可供考试用-MATLAB simulation and experimental design, but the subject is very simple, no big useful for examinations
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-11
    • 文件大小:1565
    • 提供者:杨希
  1. 060372011202.2

    0下载:
  2. MATLAB设计与实验程序,不是很难,可供试验用,大家注意题目-MATLAB Design and experimental procedures, is not difficult for the test, we pay attention to the subject
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:885
    • 提供者:杨希
  1. 060372011202.3

    0下载:
  2. MATLAB设计与实验程序,不是很难,可供试验用,大家注意题目-MATLAB Design and experimental procedures, is not difficult for the test, we pay attention to the subject
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-11
    • 文件大小:884
    • 提供者:杨希
  1. 060372011202.4

    0下载:
  2. MATLAB设计与实验程序,不是很难,可供试验用,大家注意题目-MATLAB Design and experimental procedures, is not difficult for the test, we pay attention to the subject
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:850
    • 提供者:杨希
  1. kaowuguanli

    0下载:
  2. vb+sql 数据库课程设计 可以实现考务管理 查询添加等多项操作-vb+ sql database of curriculum design can be achieved Examination Management inquiries add a number of operations
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:94619
    • 提供者:刘抒宇
  1. chexiangtiaodu

    0下载:
  2. 数据结构课程设计 车厢调度 一、需求分析 1、用编号依次为1,2,3,……,n表示停在铁路调度站入口处的车厢序列。 2、用一个栈形象地表示为火车的调度站。 3、利用栈先进后出的性质,结合递归和回溯算法,实现编号1…n的车厢的所有可能的序列和每种序列的出入栈变化过程。 本程序用C语言实现,已经在TURBOC 2.0环境下通过。-Data structure the curriculum design of a train scheduling, needs analy
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:60672
    • 提供者:llh
  1. 20081221

    0下载:
  2. 迷宫可用一个二维平面图形将迷宫左上角作为入口,右下角作为出口。该程序实现自动生成迷宫和走迷宫的算法设计。-Maze can be used a two-dimensional graphics to the upper left corner of the maze as the entrance to the lower right corner as an export. The program automatically generates Maze maze and the algori
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-10
    • 文件大小:1352
    • 提供者:王叶松
  1. WuLiu

    0下载:
  2. 软件工程课程设计,物流管理系统!是我们期末的课程设计-Software engineering course design, logistics management system! At the end of our curriculum design
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-10
    • 文件大小:1100106
    • 提供者:zhangdou
  1. Huffman

    0下载:
  2. 编写一程序求Huffman树。主要内容包括: 设计数据结构,求出Huffman树。 模拟Huffman树的形成过程。 给出Huffman编码。 -Procedures for the preparation of a Huffman tree. The main contents include: the design of data structure, obtained Huffman tree. Huffman simulated the formation of the
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-16
    • 文件大小:10178
    • 提供者:yili
  1. tuxiangchuli

    0下载:
  2. 一、 课程设计题目: 用C/C++语言编写灰度图像霍夫曼编码的程序 二、 设计内容及要求: 1、 用C/C++语言完成设计,在计算机上调试程序; 2、 上机课时:8课时; 3、 列出设计结果,并提交课程设计报告。 三、 设计方法与步骤: 1、 统计一幅BMP格式的灰度图像的概率,并显示相应的灰度值和概率; 2、 对这幅图像做霍夫曼编码;并列出编码结果。 3、 计算平均码长和熵值,算出编码效率。 4、 所有的结果都要求显示出来。 -First, the
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:764938
    • 提供者:SANMIL
  1. GXZGGL

    0下载:
  2. C++课程设计 C++开放的高校职工管理软件 附带源代码及报告-C++ Curriculum design C++ Open College staff management software source code and reports incidental
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-07
    • 文件大小:756285
    • 提供者:菲菲
  1. Minium_Spanning_Tree(Kruskal)

    0下载:
  2. 最小生成树问题 问题描述:若要在n个城市之间架设通讯网络,只需要架设n-1条线路即可。如何以最低的经济代价建设这个通讯网,是一个网的最小生成树问题。 设计要求:利用克鲁斯卡尔算法求网的最小生成树;以文本形式输出生成树中各条边以及它们的权值。 -The issue of minimum spanning tree problem Descr iption: n To set up a communication network between cities, only need to
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:8055
    • 提供者:利莉
  1. vbProjects

    0下载:
  2. 关于超市管理系统的代码,主要关于是用户界面设计的,对刚开始学习界面设计的人有参考作用-Supermarket Management System on the code, mainly on the user interface is designed for beginning to learn interface design reference for people
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-29
    • 文件大小:117825
    • 提供者:郭姗
« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com