代码搜索:Converting
找到约 1,282 项符合「Converting」的源代码
代码结果 1,282
www.eeworm.com/read/147311/12567475
html makedes.html
Converting a 56-bit Value to a DES Key
(Java Developers Almanac Example)
www.eeworm.com/read/147311/12567683
html unicodetoutf8.html
Converting Between Unicode and UTF-8
(Java Developers Almanac Example)
www.eeworm.com/read/113029/15472466
cpp fig05_10.cpp
// Fig. 5.10: fig05_10.cpp
// Converting lowercase letters to uppercase letters
// using a non-constant pointer to non-constant data.
#include
using std::cout;
using std::endl;
#i
www.eeworm.com/read/111082/15519493
html extremeconversion.html
Extreme Conversion
Extreme Conversion
The C3 ExtremeProgramming team just completed converting the
www.eeworm.com/read/103960/15715522
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/103786/15721135
html dio-3.html
Diskette Sector I/O Routines: Converting sector numbers
www.eeworm.com/read/100585/15870561
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/192103/8404106
htm appb_25.htm
Converting Other Languages to Perl (Learning Perl, 3rd Edition)
www.eeworm.com/read/390106/8483337
htm formencode.htm
Converting x-www-form-urlencoded Data (Java Developers Almanac Example)