代码搜索:sequential

找到约 1,846 项符合「sequential」的源代码

代码结果 1,846
www.eeworm.com/read/375190/2727357

ipp sequential_and.ipp

/*============================================================================= Copyright (c) 1998-2003 Joel de Guzman Copyright (c) 2001 Daniel Nuffer Copyright (c) 2002 Hartmut Kaiser
www.eeworm.com/read/375190/2727360

ipp sequential_or.ipp

/*============================================================================= Copyright (c) 1998-2003 Joel de Guzman Copyright (c) 2001 Daniel Nuffer Copyright (c) 2002 Hartmut Kaiser
www.eeworm.com/read/375190/2727716

hpp sequential_or.hpp

/*============================================================================= Copyright (c) 2001-2008 Joel de Guzman Copyright (c) 2001-2008 Hartmut Kaiser http://spirit.sourceforge.net/ Di
www.eeworm.com/read/375190/2727728

hpp sequential_and.hpp

/*============================================================================= Copyright (c) 2001-2008 Joel de Guzman Copyright (c) 2001-2008 Hartmut Kaiser http://spirit.sourceforge.net/ Di
www.eeworm.com/read/375190/2733692

cpp sequential_or.cpp

/*============================================================================= Copyright (c) 2001-2007 Joel de Guzman Distributed under the Boost Software License, Version 1.0. (See accompan
www.eeworm.com/read/369418/2800299

java sequential.java

/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding c
www.eeworm.com/read/357991/3008305

java sequential.java

/* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either v
www.eeworm.com/read/159044/10699313

txt sequential__adder.txt

module sequential__adder(a, b, sum, clock); parameter width = 1; input [width-1:0] a; input [width-1:0] b; input clock; output [width-1:0] sum; reg [width-1:0] sum; always @(posedge clk