代码搜索:coded
找到约 2,797 项符合「coded」的源代码
代码结果 2,797
www.eeworm.com/read/271889/10976595
txt @psc_readme_57524_1.txt
Title: [[[AdvancedDS2]]]
Description: Advanced version of DS2.Encrypts data with RC4 before encrypted into DS2...Coded:Pavethira Kumar
This encryption method is specifically designed for data transfe
www.eeworm.com/read/271888/10976605
bas modencryption.bas
Attribute VB_Name = "modEncryption"
'Coded by Tim Cinel, 15 Oct 2003
'This module is an example of some low-level encryption.
'Remember, when encrypting, we need a way to get our original message
www.eeworm.com/read/197089/8031663
vhd kcpsm2.vhd
-- Constant (K) Coded Programmable State Machine for Virtex-II Devices
--
-- Version : 1.0
-- Version Date : 13th December 2001
--
-- Start of design entry : 15th October 2001
--
-- Ken Chapman
www.eeworm.com/read/332351/12762727
m ssbm.m
function ssbm(str)
if ~exist('str','var')
str='aedbaccde'; % the string to be coded
end
p=[0.2 0.3 0.1 0.15 0.25] %predetermined probability
l=0;d=1;%d is the range of probability
n=length(s
www.eeworm.com/read/245581/12793528
c main.c
#include "DCTProcess.h"
#include "ImageProcess.h"
#define FRAME_TO_BE_CODED 1
int main()
{
unsigned short i=0;
BYTE * pY, * pU, * pV;//Buffer for input image
BYTE * pRecon, * pRes;/
www.eeworm.com/read/326730/13120119
cfg decoder.cfg
test.avs .......AVS coded bitstream
test_dec.yuv .......Output file, YUV 4:2:0 format
test_rec.yuv ........Ref sequence (for SNR)
2 ........Number of reference frame b
www.eeworm.com/read/320004/13437268
pas dbf_str_ru.pas
unit dbf_str_ru;
// file is encoded in Windows-1251 encoding
// for using with Linux/Kylix must be re-coded to KOI8-R
// for use with DOS & OS/2 (if it will be possible with FreePascal or Virtual
www.eeworm.com/read/313956/13578298
m rsdecode.m
function [msg, err, ccode] = rsdecode(code, k, tp)
%RSDECODE Reed-Solomon decode.
% MSG = RSDECODE(CODE, K) recovers the message information from code
% word CODE, which has been coded
www.eeworm.com/read/259397/11795730
m selfgeometry2tgncorrelation.m
% SelfGeometry2TGnCorrelation
%
% Computation of the correlation matrices of the MIMO radio
% channel model described in IEEE 802 document 11-03/940r0
% for a limited set of hard-coded scenarios.
%
%
www.eeworm.com/read/150781/12263189
c sshblowf.c
/*
* Blowfish implementation for PuTTY.
*
* Coded from scratch from the algorithm description.
*/
#include
#include
#include "ssh.h"
typedef struct {
word32 S