代码搜索:strlib
找到约 317 项符合「strlib」的源代码
代码结果 317
www.eeworm.com/read/167578/5455061
h strlib.h
/*
* File: strlib.h
* Version: 1.0
* Last modified on Fri Jul 15 14:10:40 1994 by eroberts
* -----------------------------------------------------
* The strlib.h file defines the interface f
www.eeworm.com/read/167578/5455070
h strlib.h
/*
* File: strlib.h
* Version: 1.0
* Last modified on Fri Jul 15 14:10:40 1994 by eroberts
* -----------------------------------------------------
* The strlib.h file defines the interface f
www.eeworm.com/read/344610/3207375
c strlib.c
/*
* FILENAME: strlib.c
*
* Copyright 1998- 2000 By InterNiche Technologies Inc. All rights reserved
*
* Universal string functions, provided for systems with no C library.
* Created for
www.eeworm.com/read/316149/3612807
java strlib.java
package com.xaccp.common;
public class StrLib {
/**
* 如果字串为null,返回"",否则返回字串本身
* @param str 字符串参数
* @return 字符串本身,如果字符串为null则返回""
*/
public static String format(String str) {
re
www.eeworm.com/read/444853/1728573
dsp strlib.dsp
# Microsoft Developer Studio Project File - Name="StrLib" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Dy
www.eeworm.com/read/444853/1728574
h strlib.h
/*----------------------
STRLIB.H header file
----------------------*/
#ifdef __cplusplus
#define EXPORT extern "C" __declspec (dllexport)
#else
#define EXPORT __declspec (dllexport)
#en
www.eeworm.com/read/444853/1728576
mak strlib.mak
# Microsoft Developer Studio Generated NMAKE File, Based on StrLib.dsp
!IF "$(CFG)" == ""
CFG=StrLib - Win32 Debug
!MESSAGE No configuration specified. Defaulting to StrLib - Win32 Debug.
!ENDIF
www.eeworm.com/read/444853/1728577
c strlib.c
/*------------------------------------------------
STRLIB.C -- Library module for STRPROG program
(c) Charles Petzold, 1998
------------------------------------------------*/