代码搜索:coded

找到约 2,797 项符合「coded」的源代码

代码结果 2,797
www.eeworm.com/read/277124/10666079

c filter.c

/************************************************************************ * * filter.c, filter routines of tmn (TMN encoder) * * Copyright (C) 1997 University of BC, Canada * * Contacts: *
www.eeworm.com/read/277067/10671017

cpp image_sse2.cpp

#include #include "HEnc.h" #include "image.h" void Hfilter_sse2(unsigned char *rec, int width, int height, int lx, int chr, int coded_tab[MBR+1][MBC+1], int quant_tab[MBR+1][MBC+1]
www.eeworm.com/read/276986/10689580

m ofdm_cdma_run.m

clear all; clc; line_color=['k ' 'b ' 'r ' 'c ' 'm ' 'k->' 'b->' 'r->' 'c->' 'm->' 'k-^' 'b-^' 'r-^' 'c-^' 'm-^' 'k-s' 'b-s' 'r-s' 'c-s' 'm-s' ]; sampletime=8e-6;simtime=0.05; lamda=0.5;
www.eeworm.com/read/276572/10728836

m interleave_siso_20.m

function dout=interleave_siso_20(din, Mode) %---------------------------------------------------------------------- % interleaver % % Mode Data_rate Coding_rate BPSC CB
www.eeworm.com/read/271693/10983847

m br_decode2.m

% convulutional decoder % t is the trellis % By Carlos % CTIF,AAU %clflores@kom.aau.dk function decoded = BR_decode2(code_rate,R_demod,t) tb = min(35,floor(length(R_demod)*code_rate)); if cod
www.eeworm.com/read/455228/7375710

html long-long.html

Using the GNU Compiler Collection (GCC)
www.eeworm.com/read/444676/7609262

asm ow_42.asm

;OW-42 virus - TridenT group, edited for Crypt Newsletter 13 ; CODE SEGMENT ASSUME CS:CODE, DS:CODE, ES:CODE, SS:NOTHING org 0100h start: mov ah,4Eh ; find
www.eeworm.com/read/396136/8124392

html long-long.html

Using the GNU Compiler Collection (GCC)
www.eeworm.com/read/315894/13535058

txt 加密函数.txt

char c string coded_password int n,i,j,min_value,max_value min_value=30000 max_value=0 n=len(as_password) for i=1 to n c=mid(as_password,i,1) j=asc(c) if j
www.eeworm.com/read/306970/13734526

c rawenc.c

/* * Raw Video Encoder * Copyright (c) 2001 Fabrice Bellard. * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of t