代码搜索:Converting

找到约 1,282 项符合「Converting」的源代码

代码结果 1,282
www.eeworm.com/read/278099/10571811

h pcnvrt.h

/* +++Date last modified: 05-Jul-1997 */ /* ** demo code for converting Pascal strings to/from C strings ** ** public domain by Bob Stout */ #include #include "sniptype.h" #
www.eeworm.com/read/417893/10971693

h web.h

/** web.h * 1.Declares a class to encode strings converting a String * into a MIME format called "x-www-form-urlencoded" format. * To convert a String, each character is examined in turn:
www.eeworm.com/read/197608/7069661

c ucfile.c

/* * File: ucfile.c * -------------- * This program updates the contents of a file by converting all * letters to upper case. */ #include #include #include "genlib.h" #includ
www.eeworm.com/read/452209/7445611

ps rollconv.ps

%! % Copyright (C) 1995, 1996 Aladdin Enterprises. All rights reserved. % % rollconv.ps % Utility program for converting Japanese fonts produced by Macromedia's % Rollup program to Type 0 fonts
www.eeworm.com/read/435150/7796163

cpp main.cpp

// Exercise 19.4b Converting contents of a stream to upper case. #include #include #include #include using std::cout; using std::cin; using std::endl;
www.eeworm.com/read/244387/12869253

c ucfile.c

/* * File: ucfile.c * -------------- * This program updates the contents of a file by converting all * letters to upper case. */ #include #include #include "genlib.h" #includ
www.eeworm.com/read/315460/13542091

c ucfile.c

/* * File: ucfile.c * -------------- * This program updates the contents of a file by converting all * letters to upper case. */ #include #include #include "genlib.h" #includ
www.eeworm.com/read/314717/13560383

ps rollconv.ps

%! % Copyright (C) 1995, 1996 Aladdin Enterprises. All rights reserved. % % rollconv.ps % Utility program for converting Japanese fonts produced by Macromedia's % Rollup program to Type 0 fonts
www.eeworm.com/read/309649/13667345

h pcnvrt.h

/* +++Date last modified: 05-Jul-1997 */ /* ** demo code for converting Pascal strings to/from C strings ** ** public domain by Bob Stout */ #include #include "sniptype.h" #
www.eeworm.com/read/490034/6457614

h web.h

/** web.h * 1.Declares a class to encode strings converting a String * into a MIME format called "x-www-form-urlencoded" format. * To convert a String, each character is examined in turn: