代码搜索:Converting
找到约 1,282 项符合「Converting」的源代码
代码结果 1,282
www.eeworm.com/read/390106/8484521
htm makedes.htm
Converting a 56-bit Value to a DES Key (Java Developers Almanac Example)
www.eeworm.com/read/188512/8533001
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/284998/8878346
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/281673/9142647
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/183272/9172420
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/364932/9886871
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/355030/10299298
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
#in
www.eeworm.com/read/271450/10993697
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/181166/6916170
readme
Bin2Cpp - Binary 2 Cpp
======================
Bin2Cpp is a little programm for converting
binary files (i.e. pictures) into C/C++
header files.
You can include this header files in your
programms an
www.eeworm.com/read/443686/7628515
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