代码搜索:PC

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

代码结果 10,000
www.eeworm.com/read/245183/12812536

v pc.v

////////////////////////////////////////////////////////////////////// //// //// //// 8051 program counter
www.eeworm.com/read/244906/12834235

jpg pc.jpg

www.eeworm.com/read/330836/12865930

h pc.h

/* ********************************************************************************************************* * PC SUPPORT FUNCTIONS * *
www.eeworm.com/read/330836/12865934

c pc.c

/* ********************************************************************************************************* * PC SUPPORT FUNCTIONS * *
www.eeworm.com/read/143516/12869135

c pc.c

/* OS- and machine-dependent stuff for IBM-PC running MS-DOS and Turbo-C */ #include #include #include #include #include #include #incl
www.eeworm.com/read/143387/12879721

in sqlite.pc.in

# Package Information for pkg-config prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ Name: SQLite Description: SQL database engine Version: @VERSION@ Libs: -L${libd
www.eeworm.com/read/143223/12888149

v pc.v

module pc(din, clk,rst, ld, inc, dout); input [5:0]din; input clk, ld, inc,rst; output [5:0] dout; reg [5:0] dout; always @(posedge clk) if(rst) dout=0; else if(ld) dout=din; else if(in
www.eeworm.com/read/143194/12890105

vhd pc.vhd

-- pc.vhd -- This module implements the 16-bit program Counter (PC). PC is loaded from -- PCIn on the next clock when "PCControl" is asserted high. PC is cleared to -- zero when "reset" is assert
www.eeworm.com/read/330408/12895976

h pc.h

/* ********************************************************************************************************* * PC SUPPORT FUNCTIONS for WIN32 *
www.eeworm.com/read/330408/12896052

c pc.c

/* ********************************************************************************************************* * * PC SUPPORT FUNCTIONS for WIN32