代码搜索:Assignment
找到约 8,196 项符合「Assignment」的源代码
代码结果 8,196
www.eeworm.com/read/357852/10200341
cpp fraction.cpp
class Fraction {
public:
Fraction(int n, int d = 1) /* default argument */
: m_Numerator(n), m_Denominator(d) {}
private:
int m_Numerator, m_Denominator;
};
int main() {
int i;
www.eeworm.com/read/425674/10337976
qsf alu.qsf
# Copyright (C) 1991-2007 Altera Corporation
# Your use of Altera Corporation's design tools, logic functions
# and other software and tools, and its AMPP partner logic
# functions, and any outpu
www.eeworm.com/read/279788/10393421
qsf scrambler.qsf
# Copyright (C) 1991-2006 Altera Corporation
# Your use of Altera Corporation's design tools, logic functions
# and other software and tools, and its AMPP partner logic
# functions, and any outpu
www.eeworm.com/read/353518/10442460
qmsg d_agc.fit.qmsg
{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3 0 "*******************************************************************" 0 0}
{ "I
www.eeworm.com/read/352308/10565405
qmsg detect_high.fit.qmsg
{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3 0 "*******************************************************************" 0 0}
{ "I
www.eeworm.com/read/277372/10643758
xml processdefinition.xml
Hello world 1
This is the simples process.
www.eeworm.com/read/277372/10643778
xml processdefinition.xml
Hello world 2
This is the simples process.
www.eeworm.com/read/273954/10893164
qmsg trafficlight.fit.qmsg
{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3}
{ "Info" "IQEXE_START_BANNER_PRODUCT" "Fitter " "Info: Running Quartus II Fitter
www.eeworm.com/read/273202/10922771
qsf dzy.qsf
# Copyright (C) 1991-2007 Altera Corporation
# Your use of Altera Corporation's design tools, logic functions
# and other software and tools, and its AMPP partner logic
# functions, and any outpu
www.eeworm.com/read/416994/11007833
v lfsr.v
//*********************************************************
// IEEE STD 1364-1995 Verilog file: lfsr.v
// Author-EMAIL: Uwe.Meyer-Baese@ieee.org
//**************************************************