代码搜索:Input
找到约 10,000 项符合「Input」的源代码
代码结果 10,000
www.eeworm.com/read/471892/6883961
dat input_qpsk.dat
1 0 0 1 1 1 0 1 1 1 0 1 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 1 0 1 1 0 0 1 0 1 1 1 1 1 0 0 1 0 1 1 1 1 1 1 1 0 0 1 0 1 0 1 1 1 0 1 1 1 1 0 0 0 1 1 1 1 1 1 0 0 1 0 1 0 0 1 0 0 1 1 1 1 0 1 0 1 0
www.eeworm.com/read/471378/6892004
h input_gen.h
#ifndef INPUT_GEN_H
#define INPUT_GEN_H
#include
#include
using std::ifstream;
SC_MODULE(Generator) {
sc_out sensors; // 4bits stand for 4 sensors, 0 means no car, 1 mea
www.eeworm.com/read/471378/6892005
cc input_gen.cc
#include "input_gen.h"
#include
Generator::Generator(sc_module_name name, char *datafile)
: sc_module(name)
{
assert(datafile != 0); // not null
in = new ifstream(datafile); // open fi
www.eeworm.com/read/471378/6892013
o input_gen.o
www.eeworm.com/read/295676/8146381
txt navi_input.txt
w FF 00 ; Page 0
w 02 CD
w 04 00
w 06 00
w 07 02
w 08 12
w 09 F0
w 0A 0C
w 0B D0
w 0C CC
w 0D 15
w 10 00
w 11 5C
w 12 11
w 13 80
w 14 80
w 15 00
w 17 30
w 18 44
w 1C 47
w 1D 7F
w
www.eeworm.com/read/295543/8155203
h test_input.h
/*******************************************************************************
This file contains required input and expected output values.
*******************************************************