代码搜索:Convert

找到约 10,000 项符合「Convert」的源代码

代码结果 10,000
www.eeworm.com/read/449151/7517498

c convert.c

#include "ds.h" void RGB_To_YUV(unsigned char *yuvBuff, unsigned char *rgbBuff, int width, int height) { int i, j, total, width3; width3 = 3 * width; total = width3 * height; for(i=0
www.eeworm.com/read/449151/7517684

h convert.h

void RGB_To_YUV(unsigned char *yuvBuff, unsigned char *rgbBuff, int width, int height);
www.eeworm.com/read/449030/7519908

s convert.s

# convert.s - A function to convert lower case letters to upper case .section .text .type convert, @function .globl convert convert: pushl %ebp movl %esp, %ebp pushl %esi pushl %edi mo
www.eeworm.com/read/449030/7519987

s convert.s

# convert.s - Converting lower to upper case .section .data string1: .asciz "This is a TEST, of the conversion program!\n" length: .int 43 .section .text .globl _start _start: nop leal str
www.eeworm.com/read/448003/7542177

c convert.c

#include "function.h" #include "define.h" #include "WTS701_DRV.h" #include //===================================================== #define ARRAY_MAX 1020 unsigned char read_tex
www.eeworm.com/read/448003/7542179

h convert.h

#ifndef CONVERT_H_INCLUDE #define CONVERT_H_INCLUDE #include "at.h" //========================================= extern int array; extern unsigned char read_text_flag; extern unsigned char d
www.eeworm.com/read/447899/7544262

v convert.v

module convert ( scan, prepared, clr, data ); input [7:0] scan; input prepared; input clr; output [7:0] data; reg [7:0] tmpASCII; reg [7:0] ASCII; reg
www.eeworm.com/read/447899/7544278

bsf convert.bsf

/* WARNING: Do NOT edit the input and output ports in this file in a text editor if you plan to continue editing the block that represents it in the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/447899/7544351

vhd convert.vhd

library IEEE; use IEEE.STD_LOGIC_1164.all; use IEEE.STD_LOGIC_UNSIGNED.ALL; use IEEE.STD_LOGIC_ARITH.ALL; entity convert is PORT( Scan : in STD_LOGIC_VECTOR(7 DOWNTO 0); pr
www.eeworm.com/read/445746/7591268

cpp convert.cpp

//////////////////////////////////////////////////////////////////////////// // // // Project : VideoNet version 1.1. // Description : Peer to Peer Video Conferencing over the LAN. //