代码搜索结果

找到约 10,000 项符合 7 的代码

dongtai7led.lnp

".\DongTai7Led.obj" TO "DongTai7Led" RAMSIZE(256)

pk7_enc.c

/* crypto/pkcs7/pk7_enc.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com).

d3dframe.h

//----------------------------------------------------------------------------- // File: D3DFrame.h // // Desc: Class to manage the Direct3D environment objects such as buffers, // viewports

sliphosts

# @(#)sliphosts 4.1 (ULTRIX) 7/2/90 # # /etc/sliphosts contains information about Serial Line Internet Protocol # hosts. Hosts come in numerous types but all are considered masters # or slaves depend

pk7_enc.c

/* crypto/pkcs7/pk7_enc.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com).

wpm7.m

function G7=wpm7(I)%第七位平面0-1表示 大小256×256 G7=I; [a,b]=size(I); for i=1:a for j=1:b G7(i,j)=bitget(G7(i,j),8); end end G7;

wpm7.m

function G7=wpm7(I)%第七位平面0-1表示 大小256×256 G7=I; [a,b]=size(I); for i=1:a for j=1:b G7(i,j)=bitget(G7(i,j),8); end end G7;

7to1.tdf

subdesign 7to1 ( in1,in2,in3,in4,in5,in6,in7:input; ouT[6..0] :output;) begin ouT[6..0]=(in7,in6,in5,in4,in3,in2,in1); end;