代码搜索:PSlib
找到约 68 项符合「PSlib」的源代码
代码结果 68
www.eeworm.com/read/319360/13452914
po de.po
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Free Software Foundation, Inc.
# FIRST AUTHOR , YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: 0.0.9\n"
"Report-Msgid-Bugs-To: \
www.eeworm.com/read/319360/13453027
am makefile.am
## Process this file with automake to produce Makefile.in
pslibdir = $(pkgdatadir)
pslib_DATA = \
grid.ps \
exectime.ps \
draft.ps
EXTRA_DIST = $(pslib_DATA)
www.eeworm.com/read/181493/9248044
txt 说明.txt
我知道网上有关于Socket通讯的例子,希望自己写的这个PB Socket 程序(异步流模式)对需要的人能够有用。
/*******************************************************************************
关键说明
服务器端
1,SocketServer中,有个uo_Socket_Server类型的数组Connec
www.eeworm.com/read/319360/13452920
am makefile.am
pslib.3: pslib.sgml
docbook2man $<
mv PSLIB.3 pslib.3
%.3: %.sgml
docbook-to-man $< > $@
%.html: %.sgml
docbook2html $<
mv index.html $@
distclean: clean
summary:
@for i in $(SGML_FILES); do
www.eeworm.com/read/319360/13453023
h psversion.h
/*
* pslibversion.h : compile-time version informations for the pslib.
*
* See Copyright for the status of this software.
*
* Uwe@steinmann.cx
*/
#ifndef __PSLIB_VERSION_H__
#define __PSLIB_VER
www.eeworm.com/read/319360/13453024
in psversion.h.in
/*
* pslibversion.h : compile-time version informations for the pslib.
*
* See Copyright for the status of this software.
*
* Uwe@steinmann.cx
*/
#ifndef __PSLIB_VERSION_H__
#define __PSLIB_VER
www.eeworm.com/read/319360/13452913
in potfiles.in
src/pslib.c
src/ps_afm.c
src/ps_util.c
src/ps_error.c
src/ps_memory.c
src/ps_memprof.c
src/ps_strbuf.c
src/bmp.c
www.eeworm.com/read/319360/13453039
txt cmakelists.txt
PROJECT(pslib C)
option(ENABLE_BMP "Build with BMP support" ON)
SET(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules")
if(ENABLE_BMP)
else(ENABLE_BMP)
set(DISABLE_BMP 1)
endif(ENABLE_BMP)
if