代码搜索:Converting
找到约 1,282 项符合「Converting」的源代码
代码结果 1,282
www.eeworm.com/read/153678/12012263
cpp stack2.cpp
//: C20:Stack2.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Converting a list to a stack
www.eeworm.com/read/256102/12028260
cpp fig08_10.cpp
// Fig. 8.10: fig08_10.cpp
// Converting lowercase letters to uppercase letters
// using a non-constant pointer to non-constant data.
#include
using std::cout;
using std::endl;
#include
www.eeworm.com/read/253405/12226008
c sendstr.c
#include "calld.h"
int
send_str(int fd, char *ptr, char *phone, int echocheck)
{
char c, tempc;
/*
* Go though send string, converting escape sequences on the fly.
*/
while ((c = *ptr++) != 0
www.eeworm.com/read/226560/14459267
cpp stack2.cpp
//: C04:Stack2.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Converting a list to a stack
#in
www.eeworm.com/read/122684/14674246
cpp stack2.cpp
//: C20:Stack2.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Converting a list to a stack
www.eeworm.com/read/208576/15243859
cpp fig08_10.cpp
// Fig. 8.10: fig08_10.cpp
// Converting lowercase letters to uppercase letters
// using a non-constant pointer to non-constant data.
#include
using std::cout;
using std::endl;
#include
www.eeworm.com/read/207169/15281238
m elems.m
%
% elems.m
% Mfile for converting r, v vectors to orbital elements
% Inputs : x vector DU,DU/TU unit
% x(1-3): x,y,z; x(4-6): vx,vy,vz
% Outputs: Classical
www.eeworm.com/read/240162/4579880
c cond6.c
// PR c++/11283
// Converting "a" to the type of "i" produces "int" rather than "const
// int", which was causing build_conditional_expr to abort. But we don't
// care about cv-quals on non-class rva
www.eeworm.com/read/233448/4672431
c cond6.c
// PR c++/11283
// Converting "a" to the type of "i" produces "int" rather than "const
// int", which was causing build_conditional_expr to abort. But we don't
// care about cv-quals on non-class rva
www.eeworm.com/read/207991/4998265
milc crash_destroy_commit.sf-1154552_s01.milc
proc int2lng(str intbat, str lngbat) : void
{
printf("Destroying %s\n", lngbat);
destroy(lngbat);
commit();
printf("Converting int %s to lng %s\n", intbat, lngbat);
var i := bat(intbat);
var l:=