代码搜索:Encode
找到约 8,258 项符合「Encode」的源代码
代码结果 8,258
www.eeworm.com/read/148663/6935257
vhd encode.vhd
-------------------------------------------------------------------------------
-- Title : Encoder
-- Project : VHDL Library of Arithmetic Units
---------------------------------------------
www.eeworm.com/read/465112/6966709
c encode.c
/******************************************************************
*
* ENCODE Version 48
*
******************************************************************
*
* Quantize LPC parameters for tr
www.eeworm.com/read/467287/7009297
c encode.c
/***********************************************************
encode.c -- sliding dictionary with percolating update
***********************************************************/
#include "ar
www.eeworm.com/read/466257/7041644
m encode.m
function cC=encode(C)
%初始变量
zeroseq=0;
zerocount=0;
j=1;
compC=[];
for m=1:length(C)
if (C(m)==0)&(zeroseq==0)
compC=[compC C(m)];
j=j+1;
zeroseq=1;
ze
www.eeworm.com/read/465891/7048326
obj encode.obj
www.eeworm.com/read/465462/7055231
cpp encode.cpp
//Name: i'll be back(Parttime)
//Assign 2- task 2b
//Program that encode text file and store into another file
#include
#include
#include
#include
#in
www.eeworm.com/read/464709/7067646
cpp encode.cpp
#include
#include
void encode(const char* text, char* dest)
{
int i;
int j = 0;
int count = 0;
char pre = '\0';
for(i = 0; i
www.eeworm.com/read/304790/7114564
m encode.m
function pop=encode(length,n)
%编码函数
pop=randint(n,length); %产生初始种群
www.eeworm.com/read/428445/7154025
h encode.h
#ifndef __ENCODE_H__
#define __ENCODE_H__
//------------------------------------------------------------------------------
#include
#include
#include
//-------
www.eeworm.com/read/461070/7235046
cpp encode.cpp
#include
#include
#include
#include
#include
#include
#include
#include "transf.h"
#include "coeffset.h"
#include