代码搜索:4
找到约 10,000 项符合「4」的源代码
代码结果 10,000
www.eeworm.com/read/226233/14484513
bpg tee7bcb4.bpg
#------------------------------------------------------------------------------
VERSION = BWS.01
#------------------------------------------------------------------------------
!ifndef ROOT
ROOT =
www.eeworm.com/read/119076/14840686
bpg tee7bcb4.bpg
#------------------------------------------------------------------------------
VERSION = BWS.01
#------------------------------------------------------------------------------
!ifndef ROOT
ROOT =
www.eeworm.com/read/474074/6830789
bpg tee7bcb4.bpg
#------------------------------------------------------------------------------
VERSION = BWS.01
#------------------------------------------------------------------------------
!ifndef ROOT
ROOT =
www.eeworm.com/read/255697/12064237
m maxtrix4_2_0to4_4_4.m
function Matrix3D = Maxtrix4_2_0to4_4_4(Y,U,V)
%把4:2:0 YUV图像转换成4:4:4 MxNx3图像
msg = nargchk(3,3,nargin);
if ~(isempty(msg)) %检查输入参数是否为3个
disp(msg)
return ;
end
[M,N] = size(Y);
www.eeworm.com/read/286264/8778114
c tlror.c
#include
void tst_lror (void) {
long a;
long b;
a = 0xA5A5A5A5;
b = _lrol_(a,1); /* 程序运行后b 的结果是0x4b4b4b4b */
}
void main()
{ for(;;)
tst_lror();
}
www.eeworm.com/read/281651/9143777
cpp md4.cpp
// Free implementation of the MD4 hash algorithm
// Original header in MD4C.C and MD4.h:
// MD4C.C - RSA Data Security, Inc., MD4 message-digest algorithm
/*
Copyright (C) 1990-2, RSA Data
www.eeworm.com/read/234779/14097111
cpp md4.cpp
// Free implementation of the MD4 hash algorithm
// Original header in MD4C.C and MD4.h:
// MD4C.C - RSA Data Security, Inc., MD4 message-digest algorithm
/*
Copyright (C) 1990-2, RSA Data
www.eeworm.com/read/224062/14606323
java camera.java
/**
*
*/
package object3d;
import Math.MathTool;
import Math.Matrix4X4;
import Math.Point4D;
import Math.Vector4D;
/**
* @author PanXu
*
*/
public class Camera {
/**
*
www.eeworm.com/read/188543/8529827
m 4-4.m
www.eeworm.com/read/289579/8542223
txt 4_4.txt
#include
#define maxsize 100
typedef struct node{
char data[maxsize];
int front,rear;
}seqqueue;
/*建立循环链表*/
initqueue(seqqueue *q) /*队列初始化*/
{
q->front=-1;
q->rea