代码搜索:new_data
找到约 116 项符合「new_data」的源代码
代码结果 116
www.eeworm.com/read/468402/6989533
c f50x_can0_receive.c
//-----------------------------------------------------------------------------
// F50x_CAN0_Receive.c
//-----------------------------------------------------------------------------
// Copyright 2
www.eeworm.com/read/460608/7245825
c f50x_can0_receive.c
//-----------------------------------------------------------------------------
// F50x_CAN0_Receive.c
//-----------------------------------------------------------------------------
// Copyright 2
www.eeworm.com/read/403282/11520141
c f50x_can0_receive.c
//-----------------------------------------------------------------------------
// F50x_CAN0_Receive.c
//-----------------------------------------------------------------------------
// Copyright 2
www.eeworm.com/read/429806/8787666
cpp md5.cpp
#include
#include
#include
#include
typedef unsigned char BYTE;
typedef unsigned int UINT;
typedef UINT MD5_SUB_ARRAY[16];
typedef UINT MD5_
www.eeworm.com/read/464869/7061551
v detector.v
module detector(clk,rst,rxd,new_data);
input clk,rst,rxd;
output new_data;
reg new_data;
reg lock;
always @(posedge clk or negedge rst)
if(!rst)
begin
new_
www.eeworm.com/read/455691/7368899
cpp md5.cpp
#include
#include
#include
#include
typedef unsigned char BYTE;
typedef unsigned int UINT;
typedef UINT MD5_SUB_ARRAY[16];
typedef UINT MD5_TRANSORM_
www.eeworm.com/read/257228/11941971
cct holderptr.cct
// Copyright 2000 by Robert Dick.
// All rights reserved.
#include "HolderPtr.h"
/*###########################################################################*/
template
HolderPtr::H
www.eeworm.com/read/103816/15719610
imp grblock.imp
//
// $Source: /home/gambit/CVS/gambit/sources/base/grblock.imp,v $
// $Date: 2002/08/26 05:49:59 $
// $Revision: 1.3 $
//
// DESCRIPTION:
// Implementation of resizable 2-D rect array class
//
// Thi
www.eeworm.com/read/103816/15719626
imp gblock.imp
//
// $Source: /home/gambit/CVS/gambit/sources/base/gblock.imp,v $
// $Date: 2002/08/26 05:49:57 $
// $Revision: 1.3 $
//
// DESCRIPTION:
// Implementation of gBlock type
//
// This file is part of Ga
www.eeworm.com/read/191613/8426036
cpp pr1304.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill 2000
// Problem 13.4, page 319
// More Vector template functions
template
unsigned Vector::