代码搜索:PC
找到约 10,000 项符合「PC」的源代码
代码结果 10,000
www.eeworm.com/read/386179/8762353
obj pc.obj
www.eeworm.com/read/385872/8785108
h pc.h
/*
*********************************************************************************************************
* PC SUPPORT FUNCTIONS
*
*
www.eeworm.com/read/385872/8785138
bak pc.bak
/*
*********************************************************************************************************
* PC SUPPORT FUNCTIONS
*
*
www.eeworm.com/read/385872/8785149
c pc.c
/*
*********************************************************************************************************
* PC SUPPORT FUNCTIONS
*
*
www.eeworm.com/read/385648/8794016
pc luajit.pc
# luajit.pc -- pkg-config data for LuaJIT
# vars from install Makefile
# grep '^J*V=' ../Makefile
V= 5.1
JV= 1.1.3
# grep '^INSTALL_.*=' ../Makefile | sed 's/INSTALL_TOP/prefix/'
prefix= /usr/local
www.eeworm.com/read/429611/8799352
c pc.c
/* OS- and machine-dependent stuff for IBM-PC running MS-DOS and Turbo-C
* Copyright 1991 Phil Karn, KA9Q
*/
#include
#include
#include
#include
#include
www.eeworm.com/read/429279/8813476
in lapackpp.pc.in
# pkg-config configuration for lapackpp
# For information about the syntax, see pkg-config(1)
# General installation directories
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@
www.eeworm.com/read/285648/8825892
h pc.h
/*
*********************************************************************************************************
* PC SUPPORT FUNCTIONS
*
*
www.eeworm.com/read/285648/8825893
c pc.c
/*
*********************************************************************************************************
* PC SUPPORT FUNCTIONS
*
*
www.eeworm.com/read/428885/8831694
v pc.v
module PC(ALUout, Inst, reset, PCsel, PCld, clk, PC);
input [31:0] ALUout;
input [31:0] Inst;
input reset, PCsel, PCld, clk;
output [31:0] PC;
reg [31:0] PC;
wire [31:0] src;