代码搜索:Encode
找到约 8,258 项符合「Encode」的源代码
代码结果 8,258
www.eeworm.com/read/251957/4413016
txt install.txt
What is V4Studio?
------------------
This piece of software is an authoring tool to design and encode MPEG-4 content
at large (audio, video, still picture, vector graphics and text). The current
vers
www.eeworm.com/read/161121/5558374
h capi.h
/*
* CAPI encode/decode prototypes and defines
*
* Copyright (C) 1996 Universidade de Lisboa
*
* Written by Pedro Roque Marques (roque@di.fc.ul.pt)
*
* This software may be used and distribute
www.eeworm.com/read/266403/11227035
cpp uuencode.cpp
// Created:11-04-98
// By Jeff Connelly
// UUEncodes a binary file to plain text that uses ComprLib
// Note that the 'uu_encode()' function in ComprLib does not write a header,
// so this prog
www.eeworm.com/read/300070/13939692
axd webresource.axd
// Anthem.js
// Updated Mar 30, 2007
// Anthem.Manager.GetScripts: false
function Anthem_Encode(s){
if (typeof encodeURIComponent == "function") {
// Use JavaScript built-in function
//
www.eeworm.com/read/300070/13939833
axd webresource.axd
// Anthem.js
// Updated Mar 30, 2007
// Anthem.Manager.GetScripts: false
function Anthem_Encode(s){
if (typeof encodeURIComponent == "function") {
// Use JavaScript built-in function
//
www.eeworm.com/read/300070/13939973
axd webresource.axd
// Anthem.js
// Updated Mar 30, 2007
// Anthem.Manager.GetScripts: false
function Anthem_Encode(s){
if (typeof encodeURIComponent == "function") {
// Use JavaScript built-in function
//
www.eeworm.com/read/445022/7601177
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Test_Dll.rc
//
#define IDM_ABOUTBOX 0x0010
#define IDD_ABOUTBOX 100
#
www.eeworm.com/read/166793/5472431
desc rf_comm.desc
include modules{
RF_COMM;
RADIO_TIMING;
SPI_BYTE_FIFO;
CHANNEL_MON;
RANDOM_LFSR;
SEC_DED_ENCODING;
SLAVE_PIN;
};
SPI_BYTE_FIFO:SPI_DATA_SEND_READY RF_COMM:PACKET_SUB_DATA_SEND_READY
SPI_BYTE
www.eeworm.com/read/471374/6890802
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Test_Dll.rc
//
#define IDM_ABOUTBOX 0x0010
#define IDD_ABOUTBOX 100
#
www.eeworm.com/read/183001/5258872
sql hmac-sha1.sql
--
-- HMAC-MD5
--
SELECT encode(hmac(
'Hi There',
decode('0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b', 'hex'),
'sha1'), 'hex');
-- 2
SELECT encode(hmac(
'Jefe',
'what do ya want for nothing?',
'sha1'), 'hex')