代码搜索:PC
找到约 10,000 项符合「PC」的源代码
代码结果 10,000
www.eeworm.com/read/305196/13777021
h pc.h
/*
*********************************************************************************************************
* PC SUPPORT FUNCTIONS
*
*
www.eeworm.com/read/305196/13777024
c pc.c
/*
*********************************************************************************************************
* PC SUPPORT FUNCTIONS
*
*
www.eeworm.com/read/304660/13789787
in pangoxft.pc.in
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: Pango Xft
Description: Xft font support for Pango
Version: @VERSION@
Requires: pango pangoft2
Libs: -L${libdir}
www.eeworm.com/read/304660/13789889
in pangocairo.pc.in
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: Pango Cairo
Description: Cairo rendering support for Pango
Version: @VERSION@
Requires: pango cairo @PKGCONFIG_
www.eeworm.com/read/304660/13790254
in pango.pc.in
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
pango_module_version=@PANGO_MODULE_VERSION@
Name: Pango
Description: Internationalized text handling
Version: @VERSI
www.eeworm.com/read/304660/13790256
in pangox.pc.in
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: Pango X
Description: X Window System font support for Pango
Version: @VERSION@
Requires: pango
Libs: -L${libdir
www.eeworm.com/read/304440/13794481
h pc.h
/*
*********************************************************************************************************
* PC SUPPORT FUNCTIONS
*
*
www.eeworm.com/read/304440/13794482
c pc.c
/*
*********************************************************************************************************
* PC SUPPORT FUNCTIONS
*
*
www.eeworm.com/read/303586/13812076
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/303140/13821108
h pc.h
/*
*********************************************************************************************************
* PC SUPPORT FUNCTIONS
*
*