/* FUNCTION ---character string length INDEX strnlen ANSI_SYNOPSIS #include size_t strnlen(const char *, size_t ); TRAD_SYNOPSIS #include size_t
http://www.codebf.com/read/147331/5732580
/* FUNCTION ---find character in memory INDEX memchr ANSI_SYNOPSIS #include void *memchr(const void *, int , size_t ); TRAD_SYNOPSIS #include
http://www.codebf.com/read/147331/5732588
/* FUNCTION ---initialize memory to zero INDEX bzero ANSI_SYNOPSIS #include void bzero(void *, size_t ); TRAD_SYNOPSIS #include void bzero(,
http://www.codebf.com/read/147331/5732594
function b=Lshift(a,n) b=a; for j=1:n temp=b(1); for i=1:length(b)-1 b(i)=b(i+1); end b(length(b))=temp; end
http://www.codebf.com/read/147304/5733288
%产生平衡Gold码 xa=[0 1 1 0 0 0 1 0 0 0 1]; Ga=goldm(xa); Ga=2*Ga-1; xb=[1 0 0 1 1 1 0 1 0 0 1]; Gb1=goldm(xb); Gb_length=length(Gb1); for i=1:Gb_length if Gb1(i)==0 break; end e
http://www.codebf.com/read/147304/5733289
function G=goldm(x) %x为特征多项式 %g为x的多项式g(x)=diff(xf(x)) n=length(x); for i=1:n if x(i)==0 g(i)=0; else if mod(i,2)==0 g(i)=0; else g(i)
http://www.codebf.com/read/147304/5733290
function out=changchu(y,x) %用x长除y,y/x n=length(x); l=2^n-1; for i=1:l if y(1)==1 y=mod(y-x,2); y=Lshift(y,1); out(i)=1; else y=Lshift(y,1); out(i)=
http://www.codebf.com/read/147304/5733291
// Module Name: RLE.c // // Description: // A implementation of Run Length Encoding and Decoding Routines // #include #include #include #include "RLE.h" #i
http://www.codebf.com/read/146765/5734450
-- Simulation run time length run 21 us
http://www.codebf.com/read/146495/5737405
// 取通过URL传过来的参数 (格式如 ?Param1=Value1&Param2=Value2) var URLParams = new Object() ; var aParams = document.location.search.substr(1).split('&') ; for (i=0 ; i < aParams.length ; i++) { var aParam =
http://www.codebf.com/read/145519/5745315
虫虫下载站 半导体技术网 电子研发网 源码地带 电源技术网 单片机技术网 医疗电子技术 嵌入式系统与单片机