代码搜索:repeat
找到约 6,690 项符合「repeat」的源代码
代码结果 6,690
www.eeworm.com/read/373367/2764370
cc gr_repeat.cc
/* -*- c++ -*- */
/*
* Copyright 2008 Free Software Foundation, Inc.
*
* This file is part of GNU Radio
*
* GNU Radio is free software; you can redistribute it and/or modify
* it under the ter
www.eeworm.com/read/373367/2764517
py qa_repeat.py
#!/usr/bin/env python
#
# Copyright 2008 Free Software Foundation, Inc.
#
# This file is part of GNU Radio
#
# GNU Radio is free software; you can redistribute it and/or modify
# it under the terms
www.eeworm.com/read/162614/5538016
h bind_repeat.h
// TR1 code repetition for bind -*- C++ -*-
// Copyright (C) 2005 Free Software Foundation, Inc.
// Written by Douglas Gregor
//
// This file is part of the GNU ISO C++ L
www.eeworm.com/read/368409/9697054
tf repeat_tb.tf
module testbench();
reg [7:0] Din; // Inputs
wire [3:0] ones;// Outputs
repeat_1s uut (.ones(ones), .Din(Din));// Instantiate the UUT
// Initialize Inputs
initial
$monitor ($time,
www.eeworm.com/read/367993/9720067
png gamp-repeat.png
www.eeworm.com/read/335286/12541207
v mult_repeat.v
module mult_repeat(outcome,a,b);
parameter size=8;
input[size:1] a,b;
output[2*size:1] outcome;
reg[2*size:1] temp_a,outcome;
reg[size:1] temp_b;
always @(a or b)
begin
outcome=0;
temp_a=a;
www.eeworm.com/read/247568/12641070
png repeat_all.png
www.eeworm.com/read/247568/12641089