代码搜索:converting

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

代码结果 1,282
www.eeworm.com/read/200278/5070818

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/366702/2868270

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/292919/8324843

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/392544/8336365

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/269691/11082983

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/335362/12534323

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/147311/12567068

html formencode.html

Converting x-www-form-urlencoded Data (Java Developers Almanac Example)
www.eeworm.com/read/113029/15472444

cpp fig15_09.cpp

// Fig. 16.9: fig16_09.cpp // Converting to C-style strings. #include using std::cout; using std::endl; #include using std::string; int main() { string string1(
www.eeworm.com/read/110993/15520418

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/192103/8404260

htm appb_26.htm

Converting find Command Lines to Perl (Learning Perl, 3rd Edition)