代码搜索:out_data
找到约 581 项符合「out_data」的源代码
代码结果 581
www.eeworm.com/read/423217/10579107
bak test3.v.bak
//test in two different clk with transmitter and receiver
module testbench3();
reg Clk1,Clk2,Reset;
wire BitWire;
reg [3:0] ClkCounter1;
reg [3:0] ClkCounter2;
reg in_DataEnable;
reg [7:0] in_Data
www.eeworm.com/read/426573/7088355
vwf edge.vwf
/*
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/426573/7088359
rpt edge.sim.rpt
Simulator report for edge
Tue Mar 03 13:28:06 2009
Quartus II Version 8.1 Build 163 10/28/2008 SJ Web Edition
---------------------
; Table of Contents ;
---------------------
1. Legal Not
www.eeworm.com/read/426573/7088443
vwf edge.sim_ori.vwf
/*
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/447737/7546066
hier_info timer.hier_info
|timer
CLK1HZ => adjuster:ADJUST_CONTROL.CLK1HZ
SET => adjuster:ADJUST_CONTROL.SET
MODE => adjuster:ADJUST_CONTROL.MODE
LED1[0]
www.eeworm.com/read/328990/12990733
c led_1.c
#include "reg51.h"
void Show(unsigned char);
extern bit light_on;
sbit LED_CLK = P1^4;
sbit LED_DATA = P1^5;
unsigned char code LED[16] = {0x03,0x9f,0x25,0x0d,0x99,0x49,0x41,0x1f,
www.eeworm.com/read/141307/13023360
cpp main.cpp
#include
#include
#include "slist.h"
#include "polynomial.h"
int main()
{
list_t poly_1,poly_2,poly_sum,poly_dif;
FILE *fInput, *fOutput;
if ( (fInput=fopen("in
www.eeworm.com/read/141307/13023367
h polynomial.h
void fill_list(FILE *finput , list_t poly);
list_t poly_add(list_t poly_1,list_t poly_2);
list_t poly_mul(list_t poly_1,list_t poly_2);
void out_data(FILE *foutput , list_t poly);