代码搜索结果
找到约 10,000 项符合
4 的代码
tee7bcb4.bpg
#------------------------------------------------------------------------------
VERSION = BWS.01
#------------------------------------------------------------------------------
!ifndef ROOT
ROOT =
tee7bcb4.bpg
#------------------------------------------------------------------------------
VERSION = BWS.01
#------------------------------------------------------------------------------
!ifndef ROOT
ROOT =
tee7bcb4.bpg
#------------------------------------------------------------------------------
VERSION = BWS.01
#------------------------------------------------------------------------------
!ifndef ROOT
ROOT =
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);
tlror.c
#include
void tst_lror (void) {
long a;
long b;
a = 0xA5A5A5A5;
b = _lrol_(a,1); /* 程序运行后b 的结果是0x4b4b4b4b */
}
void main()
{ for(;;)
tst_lror();
}
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
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
camera.java
/**
*
*/
package object3d;
import Math.MathTool;
import Math.Matrix4X4;
import Math.Point4D;
import Math.Vector4D;
/**
* @author PanXu
*
*/
public class Camera {
/**
*
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