虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

HEX-OUTPUT

  • We often get questions about how the deflate() and inflate() functions should be used. Users wonder

    We often get questions about how the deflate() and inflate() functions should be used. Users wonder when they should provide more input, when they should use more output, what to do with a Z_BUF_ERROR, how to make sure the process terminates properly, and so on. So for those who have read zlib.h (a few times), and would like further edification, below is an annotated example in C of simple routines to compress and decompress from an input file to an output file using deflate() and inflate() respectively. The annotations are interspersed between lines of the code. So please read between the lines. We hope this helps explain some of the intricacies of zlib.

    标签: functions questions deflate inflate

    上传时间: 2014-01-02

    上传用户:zhuyibin

  • Zlib函数列表 We often get questions about how the deflate() and inflate() functions should be used. User

    Zlib函数列表 We often get questions about how the deflate() and inflate() functions should be used. Users wonder when they should provide more input, when they should use more output, what to do with a Z_BUF_ERROR, how to make sure the process terminates properly, and so on. So for those who have read zlib.h (a few times), and would like further edification, below is an annotated example in C of simple routines to compress and decompress from an input file to an output file using deflate() and inflate() respectively. The annotations are interspersed between lines of the code. So please read between the lines. We hope this helps explain some of the intricacies of zlib.

    标签: functions questions deflate inflate

    上传时间: 2014-01-03

    上传用户:lhc9102

  • 使用 RS232串列通訊和機器人連結

    使用 RS232串列通訊和機器人連結,並且給予Output指令去使Robot去移動

    标签: 232 RS

    上传时间: 2014-01-11

    上传用户:qq1604324866

  • 设计输入 ! 多种设计输入方法 – Quartus II • 原理图式图形设计输入 • 文本编辑 – AHDL, VHDL, Verilog • 内存编辑

    设计输入 ! 多种设计输入方法 – Quartus II • 原理图式图形设计输入 • 文本编辑 – AHDL, VHDL, Verilog • 内存编辑 – Hex, Mif – 第三方工具 • EDIF • HDL • VQM – 或采用一些别的方法去优化和提高输入的灵活性: • 混合设计格式 • 利用LPM和宏功能模块来加速设计输入

    标签: 8226 Quartus Verilog AHDL

    上传时间: 2014-01-04

    上传用户:love_stanford

  • 这是CISS会议上发表的著名论文“Tensor Canonical decomposition based method for blind identification of MIMO system

    这是CISS会议上发表的著名论文“Tensor Canonical decomposition based method for blind identification of MIMO system with 3-input 2-output case”的源程序,主要是讲基于张量规范分解的多天线系统的忙识别问题,里边包含了相应的文章,可以一起对照着看。

    标签: identification decomposition Canonical Tensor

    上传时间: 2015-10-21

    上传用户:牛津鞋

  • 89S51看门狗功能的使用方法 S51的狗大家都说不好

    89S51看门狗功能的使用方法 S51的狗大家都说不好,可还是有人用的,干吗拿石头砸我!呵呵...! 89S51看门狗功能的使用方法 在ATMEL的89S51系列的89S51与89C51功能相同。指令兼容。HEX程序无需任何转换可以 直接使用。89S51只比89C51增加了一个看门狗功能。89S51的其它功能可以参见89C51的资料

    标签: 89S51 S51 看门狗

    上传时间: 2014-01-19

    上传用户:cuibaigao

  • 我在spartan-3e starter kit 的板上实现了mc8051

    我在spartan-3e starter kit 的板上实现了mc8051,程序调试通过,运行正常。 方法 1、用Keil 编译8051的代码; 2、将生成的hex文件用hex->bin工具转成bin文件 3、用bin->coe工具转成coe 4、在core generate 生成的rom中指明coe文件的位置 5、编译、下载到spartan-3e starter kit 板上,你将会看到流水灯的效果 我正在做这方面的东西,欢迎大家与我一起探讨。

    标签: spartan starter 8051 kit

    上传时间: 2013-12-09

    上传用户:源码3

  • This simulation script set allows for an OFDM transmission to be simulated. Imagetx.m generates th

    This simulation script set allows for an OFDM transmission to be simulated. Imagetx.m generates the OFDM signal, saving it as a windows WAV file. This allows the OFDM signal to be played out a sound card and recorded back. Imagerx.m decodes the WAV to extract the data. settings.m contains all the common settings to specify all the simulation parameters such as FFT size, number of carriers, input data source file, input and output WAV files, etc.

    标签: transmission simulation generates simulated

    上传时间: 2013-12-15

    上传用户:dyctj

  • Input The first line of the input contains a single integer T (1 <= T <= 20), the number of t

    Input The first line of the input contains a single integer T (1 <= T <= 20), the number of test cases. Then T cases follow. The first line of each case contains N, and the second line contains N integers giving the time for each people to cross the river. Each case is preceded by a blank line. There won t be more than 1000 people and nobody takes more than 100 seconds to cross. Output For each test case, print a line containing the total number of seconds required for all the N people to cross the river. Sample Input 1 4 1 2 5 10 Sample Output 17

    标签: the contains integer number

    上传时间: 2015-10-27

    上传用户:plsee

  • Input The input contains blocks of 2 lines. The first line contains the number of sticks parts afte

    Input The input contains blocks of 2 lines. The first line contains the number of sticks parts after cutting, there are at most 64 sticks. The second line contains the lengths of those parts separated by the space. The last line of the file contains zero. Output The output should contains the smallest possible length of original sticks, one per line. Sample Input 9 5 2 1 5 2 1 5 2 1 4 1 2 3 4 0 Sample Output 6 5

    标签: contains The blocks number

    上传时间: 2015-10-27

    上传用户:lepoke