代码搜索:pointer

找到约 10,000 项符合「pointer」的源代码

代码结果 10,000
www.eeworm.com/read/224873/14565293

bak writer_pointer.vhd.bak

-- The Writer Pointer will control the Writer operation LIBRARY IEEE; USE IEEE.std_logic_1164.ALL; USE IEEE.numeric_std.ALL; --use IEEE.std_logic_arith.all; ENTITY writer_pointer IS PORT(
www.eeworm.com/read/224873/14565306

bak pointer_tb.vhd.bak

LIBRARY IEEE; USE IEEE.std_logic_1164.ALL; --use work.all; ENTITY pointer_tb IS END pointer_tb; ARCHITECTURE behavial of pointer_tb IS COMPONENT writer_pointer port( wclk : IN std_
www.eeworm.com/read/224873/14565308

bak reader_pointer.vhd.bak

-- The Reader Pointer will control the Reader operation LIBRARY IEEE; USE IEEE.std_logic_1164.ALL; USE IEEE.numeric_std.ALL; --use IEEE.std_logic_arith.all; ENTITY reader_pointer IS PORT(
www.eeworm.com/read/220439/14800875

cpp swap_pointer_ver.cpp

// Swap Pointer // Demonstrates passing constant pointers to alter argument variables #include using namespace std; void badSwap(int x, int y); void goodSwap(int* const pX, int*
www.eeworm.com/read/207407/15273120

gif dir_pointer_g.gif

www.eeworm.com/read/482889/1282820

hpp is_member_function_pointer.hpp

// (C) Copyright Dave Abrahams, Steve Cleary, Beman Dawes, Howard // Hinnant & John Maddock 2000. // Use, modification and distribution are subject to the Boost Software License, // Version
www.eeworm.com/read/482889/1282835

hpp is_member_object_pointer.hpp

// (C) Copyright John Maddock 2005. // Use, modification and distribution are subject to the Boost Software License, // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // htt
www.eeworm.com/read/482889/1284158

hpp basic_pointer_iserializer.hpp

#ifndef BOOST_ARCHIVE_BASIC_ARCHIVE_POINTER_ISERIALIZER_HPP #define BOOST_ARCHIVE_BASIC_ARCHIVE_POINTER_ISERIALIZER_HPP // MS compatible compilers support #pragma once #if defined(_MSC_VER) && (_
www.eeworm.com/read/482889/1284161

hpp archive_pointer_oserializer.hpp

#ifndef BOOST_ARCHIVE_ARCHIVE_POINTER_OSERIALIZER_POINTER_HPP #define BOOST_ARCHIVE_ARCHIVE_POINTER_OSERIALIZER_POINTER_HPP // MS compatible compilers support #pragma once #if defined(_MSC_VER) &