代码搜索:Encode

找到约 8,258 项符合「Encode」的源代码

代码结果 8,258
www.eeworm.com/read/492380/1174707

svn-base main.lua.svn-base

#!/usr/bin/lua -- Copyright (C) 2009 OpenRB.com require('fslib') io.write(json.encode({ static = uci.get_array('route'), dynamic = readlines('route', 2, true) }))
www.eeworm.com/read/492380/1174802

lua main.lua

#!/usr/bin/lua -- Copyright (C) 2008 OpenRB.com require('fslib') limit = 25 data = readlines('logread | tail -n ' .. limit, 0, true) io.write(json.encode(data))
www.eeworm.com/read/492380/1174805

svn-base main.lua.svn-base

#!/usr/bin/lua -- Copyright (C) 2008 OpenRB.com require('fslib') limit = 25 data = readlines('logread | tail -n ' .. limit, 0, true) io.write(json.encode(data))
www.eeworm.com/read/479151/1340417

h gmac.h

/* * Definitions for the GMAC ethernet chip, used in the * Apple G4 powermac. */ /* * GMAC register definitions * * Note: We encode the register size the same way Apple does. I didn't copy
www.eeworm.com/read/477371/1361460

1 gyencode.1

.TH GYENCODE 1 "QCCPACK" "" .SH NAME gyencode \- encode using Gersho and Yano's AVQ algorithm .SH SYNOPSIS .B gyencode .RB "[\|" \-i .IR adaption\_interval "\|]" .RB "[\|" \-fc .IR final\_codebook "\
www.eeworm.com/read/477371/1361462

1 paulencode.1

.TH PAULENCODE 1 "QCCPACK" "" .SH NAME paulencode \- encode using Paul's 1982 AVQ algorithm .SH SYNOPSIS .B paulencode .RB "[\|" \-d .IR distortion\_threshold "\|]" .RB "[\|" \-fc .IR final\_codebook
www.eeworm.com/read/477371/1361850

1 dcttceencode.1

.TH DCTTCEENCODE 1 "QCCPACK" "" .SH NAME dcttceencode, dcttcedecode \- encode/decode an image using the DCT-TCE algorithm .SH SYNOPSIS .sp .B dcttceencode .RB "[\|" \-nl .IR num_levels "\|]" .RB "[\|
www.eeworm.com/read/461213/1553968

1 gyencode.1

.TH GYENCODE 1 "QCCPACK" "" .SH NAME gyencode \- encode using Gersho and Yano's AVQ algorithm .SH SYNOPSIS .B gyencode .RB "[\|" \-i .IR adaption\_interval "\|]" .RB "[\|" \-fc .IR final\_codebook "\
www.eeworm.com/read/461213/1553970

1 paulencode.1

.TH PAULENCODE 1 "QCCPACK" "" .SH NAME paulencode \- encode using Paul's 1982 AVQ algorithm .SH SYNOPSIS .B paulencode .RB "[\|" \-d .IR distortion\_threshold "\|]" .RB "[\|" \-fc .IR final\_codebook
www.eeworm.com/read/456693/1604407

py mimetools.py

# Portions Copyright (c) 2005 Nokia Corporation """Various tools used by MIME-reading or MIME-writing programs.""" import rfc822 __all__ = ["Message","encode","decode","copyliteral","copybinar