代码搜索:Encode

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

代码结果 8,258
www.eeworm.com/read/310884/13641773

txt encode.txt

NAME encode - encode video and/or speech files SYNOPSIS encode [options...] DESCRIPTION This demo uses the Codec Engine to encode data from peripheral device drivers to f
www.eeworm.com/read/310884/13641782

cfg encode.cfg

/* ============================================================================ * Copyright (c) Texas Instruments Incorporated 2005 * * Use of this software is controlled by the terms and con
www.eeworm.com/read/310884/13641797

h encode.h

/* * encode.h * * ============================================================================ * Copyright (c) Texas Instruments Inc 2005 * * Use of this software is controlled by the terms and
www.eeworm.com/read/309349/13673663

c encode.c

/* ENCODE.C - Encode message blocks. */ /* Copyright (c) 2000, 2001 by Radford M. Neal * * Permission is granted for anyone to copy, use, modify, or distribute this * program and accompanying pro
www.eeworm.com/read/309344/13673855

c encode.c

/* ENCODE.C - MAIN PROGRAM FOR ENCODING. */ #include #define global #include "code.h" #include "model.h" void main(void) { int ch; /* Character to encode as a charac
www.eeworm.com/read/308110/13707924

m encode.m

function [I1,I2]=encode(I) [a,b]=size(I); Q1=[1 2 1 2 2 3 3 4 3 4 4 5 5 6 5 6 6 7 7 8 7 8]; Q2=[1 1 2 2 3 2 3 3 4 4 5 4 5 5 6 6 7 6 7 7 8 8]; Temp=uint8(zeros(a,b)); I1=uint8(zeros(a,b));I2=uint8
www.eeworm.com/read/307145/13727585

c encode.c

/* encode.c - contains code to convert binary data to * Group 3 Facsimilie T.4 encoding * * Copyright (C) 2000 Jack Klein * Macmillan Computer Publishing
www.eeworm.com/read/306202/13749710

cpp encode.cpp

//Program ex5 将你输入的内容加密显示在显示器上 //设计者 古槿 #include "stdio.h" #include "conio.h" #include "stdlib.h" int main(void) { char input; unsigned int seed; char delta; int length; int i;
www.eeworm.com/read/305524/13766658

m encode.m

function pop=encode(length,n) %编码函数 pop=randint(n,length); %产生初始种群
www.eeworm.com/read/305176/13777467

test_encode