代码搜索:coded

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

代码结果 2,797
www.eeworm.com/read/167116/9980410

m crypto.m

function y = crypto(x) % CRYPTO Cryptography example. % y = crypto(x) converts an ASCII text string into another, coded string. % The function is its own inverse, so crypto(crypto(x)) gives x back. %
www.eeworm.com/read/360256/10105433

m crc_table_code.m

% Author:lidongshi % input must be integer multiples of 8 % CRC-CCITT encode in table % 07.11.30 function [crc_coded_sequence] = crc_table_code(uncode_sequence) % uint16 bitshift bitand d
www.eeworm.com/read/418178/10961682

m region_seg_demo.m

% Demo of "Region Based Active Contours" % % Example: % seg_demo % % Coded by: Shawn Lankton (www.shawnlankton.com) clc clear all close all I = imread('airplane.jpg'); %-- load the image m = zeros(si
www.eeworm.com/read/270936/11019280

m walsh_cod.m

function walshed=Walsh_cod(T_scrambled,channel_num) %The Walsh Coder replaces every coded bits with a row of Hadamard matrix %Therefore, each data bit is spread with 64 walsh chips %Letˇs sa
www.eeworm.com/read/461382/7228245

m singleread.m

function [sim_param_out, sim_state] = SingleRead( sim_param_in ) % CodedRead reads a single coded simulation from a file. % % The calling syntax is: % [sim_param, sim_state] = SingleRead( sim_
www.eeworm.com/read/450313/7485798

h realcross2.h

/*This is the file used for crossover for Real Coded GA*/ void realcross(population *new_pop_ptr,population *mate_pop_ptr); void realcross(population *new_pop_ptr,population *mate_pop_ptr) { i
www.eeworm.com/read/320240/13429812

m norm2huff.m

function [zipped,info] = norm2huff(vector) %NORM2HUFF Huffman codification (encoder) % For vectors, NORM2HUFF(X) returns a Huffman coded version of the input vector. % For matrices, X(:) is used
www.eeworm.com/read/316412/13523371

m crypto.m

function y = crypto(x) % CRYPTO Cryptography example. % y = crypto(x) converts an ASCII text string into another, coded string. % The function is its own inverse, so crypto(crypto(x)) gives x back. %
www.eeworm.com/read/258131/11882843

m singleread.m

function [sim_param_out, sim_state] = SingleRead( sim_param_in ) % CodedRead reads a single coded simulation from a file. % % The calling syntax is: % [sim_param, sim_state] = SingleRead( sim_
www.eeworm.com/read/253602/12210377

txt linux kernel 小于等于 2.6.11 sys_epoll_waitlocal integer overflow exploit.txt

/* * k-rad.c - linux 2.6.11 and below CPL 0 kernel exploit v2 * Discovered and exploit coded Jan 2005 by sd * * In memory of pwned.c (uselib) * * - Redistributions of source