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

搜索资源列表

  1. DE0_SDCARD_JPEG_2_BMP

    0下载:
  2. 从SD Card中读取 image.jpg, 经过NIOS II 转成 image.bmp,并保存在SD Card中。 注: 运行程序之前,在SD Card的跟目录放一张名字为image.jpg的图片,并建立一个名为image.bmp的文件, 程序运行时,会把bmp图片数据写入image.bmp中-Read from the SD Card image.jpg, through the NIOS II converted image.bmp, and stored in the SD Car
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-19
    • 文件大小:5224118
    • 提供者:xiao
  1. JDC

    0下载:
  2. 压缩文件的相关资料敢死队风格沙丁鱼后发生地藕粉似的发 反对四伏但是啊大师傅发大发-Compressed file relevant information in sardine-style death squads took place after the lotus root starch-like hair opposed to four volts but ah fat chef Daihatsu
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:16925
    • 提供者:季东
  1. newton_iterate

    0下载:
  2. 利用顿迭代法来求域上任意f(x)的解.给定一个值与其精度范围,就能解出方程的近似解.-to find out the root of any f(x) by using the method of newton iterate.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:294970
    • 提供者:陈珍惜
  1. lz78

    0下载:
  2. LZ78字典压缩算法的原理实现文件的压缩及解压,需要在d盘根目录下建立a.txt文件作为压缩的源文件-LZ78 dictionary compression algorithm to achieve the principle of the file compression and decompression, the need d established under the root directory a.txt file as a compressed source file
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-27
    • 文件大小:290977
    • 提供者:lienquan
  1. erfenfa

    0下载:
  2. 二分法的基本思想是通过计算隔根区间的中点,逐步缩小隔根区间,从而可以得到方程的近似值-The basic idea of dichotomy is separated by calculating the midpoint of the root zone, gradually narrowing the range across the root, so you can get an approximation of equation
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:1068
    • 提供者:小马
  1. root

    0下载:
  2. 全面考虑各种情况,求解一元二次方程的解。只有核心代码,加mian函数即可运行-To consider all the circumstances, the solution for solving a quadratic equation. Only the core code, plus mian function to run
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-26
    • 文件大小:571
    • 提供者:王小玲
  1. include

    0下载:
  2. 哈夫曼编码的应用很广泛,利用哈夫曼树求得的用于通信的二进制编码称为哈夫曼编码。树中从根到每个叶子都有一条路径,对路径上的各分支约定:指向左子树的分支表示“0”码,指向右子树的分支表示“1”码,取每条路径上的“0”或“1”的序列作为和各个对应的字符的编码,这就是哈夫曼编码。-Huffman coding application is comprehensive, the use of Huffman tree obtained is called binary code used for comm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:17614
    • 提供者:王一
  1. LCD_1602_4_data

    0下载:
  2. 基于MSP430的LCD1602驱动程序,该程序只用到了4根传输线,里面有写好了的h文件和c文件,添加到工程即可运用。-Based on LCD1602 MSP430 driver, the program only to 4 root transmission line, and there are written the h files and c file, adding to the engineering can be used.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:6699
    • 提供者:张军
  1. MYhuffman

    0下载:
  2. 重写的经典huffman算法,本类融合了快速排序,插入排序,压缩阶段:每个assic从根递归写入一个DWORD中,当写满DWORD的32位的时候,写入一次内存压缩快>然后循环 解压过程:每次读取一个DWORD长度数据再反响循环&过滤该从左还是右子树进行还原当到达叶节点时候,读取对应节点的assic编码 再加压与解压末尾时候会出现不满足4个字节的数据,我把它们简称为补码,用来效验最终文件大小.-Huffman algorithm rewrite the classic blend o
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-12
    • 文件大小:4990
    • 提供者:杨斌
  1. 123

    0下载:
  2. (1) 文件系统中包括初始化一个系统目录,包括根目录/,5个子目录(bin/ boot/ dev/ etc/ home/)。    (2) 文件系统包括以下操作: (a) 在根目录或者子目录中添加一个文件或者子目录。(目录名最后用 / 结尾,文件名不用) (b) 在根目录或者子目录中删除一个文件或者子目录。 (c) 查找一个目录或文件的路径。(如输入搜索file1,则显示为/home/file1,或搜索user1,则显示为/home/user1/) (d) 退出文件系
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-20
    • 文件大小:26744
    • 提供者:李磊
  1. root(1)

    0下载:
  2. 酷派8150d,root,zip,省去电脑连接刷机的苦恼-Cool 8150d, root, zip, eliminating the need for a computer connected to the anguish Brush
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:917524
    • 提供者:黄梦宵
  1. android-Calculator

    0下载:
  2. 计算器操作 (CM) 清除存储值 (RM) 取出存储值 (M-) 当前显示值与存储值相减并保存 (M+/MS) 把目前显示的值放在存储器中,中断数字输入 (0-9) 按钮分别为输入数字0-9 字符键 (.) 钮用来输入小数点 (+/-) 钮用来转换当前值的正负 (√) 求平方根 ( ) 求百分比 (→)提供退格键功能 (C)按钮清除刚才的输入 (=) 确认计算结果 归零 (AC)清除全部数据结果和运算符 (CE)
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:52885
    • 提供者:1217
  1. SD_GCC_piaodown

    0下载:
  2. SD卡的FAT32文件系统 SD卡格式化成FAT32文件系统 基于单片机的SD卡FAT32文件系统,使用protues仿真,方便无开发板的童鞋学习。 SD卡的FAT32文件系统 怎样将SD卡格式化成FAT32文件系统? fat32格式在linux中叫做vfat,是一种window和linux都能识别的文件系统 1)首先切换到root权限: $su - root 2)查找SD的设备名称: #ls /dev/sd* 然后插入SD卡,再次输入上面的命令 ls /d
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:96937
    • 提供者:alex
  1. Calculators

    0下载:
  2. 一款简单的计算器 可以实现 就简单的加减乘除 ,求倒数,求平方根-A simple calculator can be implemented on simple addition and subtraction, multiplication and division, reciprocal, square root
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-17
    • 文件大小:394997
    • 提供者:xmer
  1. Cluster-analysis

    0下载:
  2. 本程序包,包括六个子程序,其功能内部都有注释。主要解决聚类分析问题。运行时六个子程序都要放在matlab根目录下。-This package includes six routines, their functions have internal comment. Cluster analysis is mainly to solve the problem. Six runtime routines should be placed under matlab root directory.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:4425
    • 提供者:qilei
  1. btst_24_slidefolio

    0下载:
  2. 好看的网页源码,直接解压在根目录下打开,也可以在手机浏览器中查看。-beautiful web page source, direct decompression in the root directory to open
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-11
    • 文件大小:2177460
    • 提供者:
  1. Huffman

    0下载:
  2. 1.基本上已经完成压缩及解压缩操作的代码实现。 解压缩时关键还是文件流的操作,读取内容时采用逐字节读取,把0-255的十进制整数转化为二进制数,利用这些二进制数从哈夫曼树的根结点出发,0走左子,1走右子,找到叶子结点,把该叶子结点的下标写入新文件,最后处理有效位数不满8位的字节-1 basically completed the compression and decompression code implementation. Decompression is the key stre
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:3432
    • 提供者:chenchen
  1. jpegsrc.v8b.tar

    0下载:
  2. 视频流,目的在与通过S5PV210板利用usb摄像头实现视频或图片捕获,mjpg_streamer的移植就是其中一种方法;并且本文重点在mjpg_streamer的移植,zImage和根文件系统的的制作与开发板的运行已省略(In order to achieve through the S5PV210 board using USB camera to capture video or pictures, mjpg_streamer transplantation is one of metho
  3. 所属分类:压缩解压

    • 发布日期:2017-12-15
    • 文件大小:964608
    • 提供者:just123
搜珍网 www.dssz.com