代码搜索:unpack
找到约 1,594 项符合「unpack」的源代码
代码结果 1,594
www.eeworm.com/read/209211/4981569
unpack
#!/bin/rc
D=/n/ehime/testplan9
time cp /sys/lib/dist/web.protect/plan9.iso.bz2 /n/ehime
time bunzip2 -c /n/ehime/plan9.iso.bz2 > /n/ehime/plan9.iso
rm /srv/9660
9660srv
mount /srv/9660 /n/sid /n/ehi
www.eeworm.com/read/391253/8414073
m unpack.m
% MATLAB SIMULATION OF NSA FS-1016 CELP v3.2
% COPYRIGHT (C) 1995-99 ANDREAS SPANIAS AND TED PAINTER
%
% This Copyright applies only to this particular MATLAB implementation
% of the FS-1016 CELP
www.eeworm.com/read/190158/8447072
c unpack.c
/**************************************************************************
*
* ROUTINE
* unpack (unpack from binary to decimal)
*
* FUNCTION
* Input binary array and number of binary bits,
* progr
www.eeworm.com/read/190158/8447290
f unpack.f
www.eeworm.com/read/290312/8490146
obj unpack.obj
www.eeworm.com/read/290312/8490150
asm unpack.asm
*********************************************************************************
* (C) COPYRIGHT TEXAS INSTRUMENTS, INC. 1996 *
**********************************
www.eeworm.com/read/287380/8688373
c unpack.c
/*
* Copyright 2000-2004 by Hans Reiser, licensing governed by
* reiserfsprogs/README
*/
#include "debugreiserfs.h"
#include
#define print_usage_and_exit() die ("Usage: %s [-
www.eeworm.com/read/430375/8753143
pat unpack.pat
in fpval (7 to 0) B;
out sign B;
out exp (2 to 0) B;
out mantissa (4 to 0) B;
begin
po : 11011111 ?1 ?101 ?11111;
p1 : 01011100 ?0 ?101 ?11100;
p2 : 11110111 ?1 ?111 ?10111;
end;
www.eeworm.com/read/430375/8753610
vbe unpack.vbe
ENTITY unpack IS
PORT(
fpval : IN BIT_VECTOR(7 downto 0);
sign : OUT BIT;
exp : OUT BIT_VECTOR(2 downto 0);
mantissa : OUT BIT_VECTOR(4 downto 0)
);
END unpack;
ARCHITECTURE unpack_arch OF unpack IS
www.eeworm.com/read/384400/8872155
c unpack.c
/* unpack.c -- decompress files in pack format.
* Copyright (C) 1992-1993 Jean-loup Gailly
* This is free software; you can redistribute it and/or modify it under the
* terms of the GNU General