代码搜索:out_data
找到约 581 项符合「out_data」的源代码
代码结果 581
www.eeworm.com/read/272638/10951354
h median_33.h
/* ------------------------------------------------------------------------ */
/* 2006.02 for DSP training lab */
/* ==============================================
www.eeworm.com/read/271194/11004500
java datainputoutputstream.java
//下面的应用程序,把几个Java类型的数据写到一个文件,再读出来。
import java.io.*;
public class DataInputOutPutStream
{
public static void main(String args[])
{
try
{
FileOutputStream fos=new FileOutputStream("jer
www.eeworm.com/read/468018/6997971
h median_3x3.h
/* ------------------------------------------------------------------------ */
/* 2006.02 for DSP training lab */
/* ==============================================
www.eeworm.com/read/426573/7088406
wsf wed.wsf
/*
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/400482/7103305
v reg8.v
module reg8(out_data,in_data,clk,clr);
output[7:0] out_data;
input[7:0] in_data;
input clk,clr;
reg[7:0] out_data;
always @(posedge clk or posedge clr)
begin
if(clr) out_data
www.eeworm.com/read/450207/7152471
v reg8.v
module reg8(out_data,in_data,clk,clr);
output[7:0] out_data;
input[7:0] in_data;
input clk,clr;
reg[7:0] out_data;
always @(posedge clk or posedge clr)
begin
if(clr) out_data
www.eeworm.com/read/181810/7154372
c phase.c
/**************** ********************/
/****************TLC5510测量相位 ********************/
/****************作者:张春龙 ********************/
/*****************************
www.eeworm.com/read/456603/7343822
v reg8.v
module reg8(out_data,in_data,clk,clr);
output[7:0] out_data;
input[7:0] in_data;
input clk,clr;
reg[7:0] out_data;
always @(posedge clk or posedge clr)
begin
if(clr) out_data
www.eeworm.com/read/449613/7499463
h img_pix_expand.h
/* ======================================================================== */
/* TEXAS INSTRUMENTS, INC. */
/*