代码搜索:dataIn
找到约 2,888 项符合「dataIn」的源代码
代码结果 2,888
www.eeworm.com/read/232223/14203362
v m3s041ct.v
//******************************************************************* //
//IMPORTANT NOTICE //
//================
www.eeworm.com/read/127232/14367963
m convbase.m
function DataOut = convbase(DataIn,CurrBase,NewBase)
%CONVBASE Converts the number base of the input data (DataIn)
% DataOut = convbase(DataIn,CurrBase,NewBase)
% from the current base (CurrBase)
www.eeworm.com/read/126000/14452490
c circbuff.c
// circbuff.cpp
char BuffStart[18];
char *BuffDataEnd, *BuffEnd, *BuffDataStart;
void CBUFF_Init( void )
{
BuffDataStart = BuffStart;
BuffDataEnd = BuffStart;
BuffEnd = Buf
www.eeworm.com/read/226473/14463625
h remote_key.h
/*接收M50462AP电视机遥控器键码
------+ +--------------+ +------+ +------------------------+ +----
| | | | | | | |
+--+ +--+
www.eeworm.com/read/223128/14654983
ucf dial1.ucf
#PACE: Start of Constraints generated by PACE
#PACE: Start of PACE I/O Pin Assignments
NET "clk" LOC = "p80" ;
NET "datain" LOC = "p67" ;
NET "datain" LOC = "p65" ;
NET "datain
www.eeworm.com/read/223128/14655004
ucf _pace.ucf
#PACE: Start of Constraints generated by PACE
#PACE: Start of PACE I/O Pin Assignments
NET "clk" LOC = "p128" ;
NET "datain" LOC = "p69" ;
NET "datain" LOC = "p66" ;
NET "datain"
www.eeworm.com/read/119473/14829629
c imageprc.c
#include
#include
typedef unsigned char BYTE;
typedef BYTE IMAGE[251][256];
void main (void) {
int h, i, j, k, l, sum, iterations;
IMAGE *datain, *dataou
www.eeworm.com/read/119473/14829630
asm imgprcs1.asm
; IMGPRCS.ASM
;
; An image processing program.
;
; This program blurs an eight-bit grayscale image by averaging a pixel
; in the image with the eight pixels around it. The average is computed
;
www.eeworm.com/read/119473/14829631
asm imgprcs6.asm
; IMGPRCS.ASM
;
; An image processing program (Second optimization pass).
;
; This program blurs an eight-bit grayscale image by averaging a pixel
; in the image with the eight pixels around it.
www.eeworm.com/read/119473/14829632
asm imgprcs3.asm
; IMGPRCS.ASM
;
; An image processing program (Second optimization pass).
;
; This program blurs an eight-bit grayscale image by averaging a pixel
; in the image with the eight pixels around it.