代码搜索:PC
找到约 10,000 项符合「PC」的源代码
代码结果 10,000
www.eeworm.com/read/184970/9062878
obj pc.obj
www.eeworm.com/read/184772/9077397
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/184769/9079105
in cairo.pc.in
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: cairo
Description: Multi-platform 2D graphics library
Version: @VERSION@
@PKGCONFIG_REQUIRES@: @CAIRO_REQUIRES
www.eeworm.com/read/183682/9145243
h pc.h
/*
*********************************************************************************************************
* PC SUPPORT FUNCTIONS
*
*
www.eeworm.com/read/183682/9145267
obj pc.obj
www.eeworm.com/read/183682/9145269
c pc.c
/*
*********************************************************************************************************
* PC SUPPORT FUNCTIONS
*
*
www.eeworm.com/read/380409/9150397
pc db.pc
#include"db.h"
#include
#include
#include
EXEC SQL INCLUDE sqlca;
/*******************************************************************
功能:创建用户
参数:无
返回值:无
****
www.eeworm.com/read/183425/9159365
h pc.h
/*
*********************************************************************************************************
* PC SUPPORT FUNCTIONS
*
*
www.eeworm.com/read/183425/9159373
c pc.c
/*
*********************************************************************************************************
* PC SUPPORT FUNCTIONS
*
*
www.eeworm.com/read/281344/9161546
pc sql.pc
#include
#include
#include
#include
#include
/*先是.pc,编译成.c之后,里面的方法可以被其它文件调用*/
EXEC SQL BEGIN DECLARE SECTION;
char username[20];
c