代码搜索:Converting

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

代码结果 1,282
www.eeworm.com/read/258434/11864234

c pcnvrt.c

/* ** demo code for converting Pascal string to C strings ** ** public domain by Bob Stout */ #include #define P2Cconvert(s) {int n = *(s); memmove((s), &(s)[1], n); s[n] = '\0'
www.eeworm.com/read/341877/12056913

c pcnvrt.c

/* ** demo code for converting Pascal string to C strings ** ** public domain by Bob Stout */ #include #define P2Cconvert(s) {int n = *(s); memmove((s), &(s)[1], n); s[n] = '\0'
www.eeworm.com/read/130553/14186502

c pcnvrt.c

/* ** demo code for converting Pascal string to C strings ** ** public domain by Bob Stout */ #include #define P2Cconvert(s) {int n = *(s); memmove((s), &(s)[1], n); s[n] = '\0'
www.eeworm.com/read/162614/5520080

c conv2.c

// { dg-do assemble } // { dg-options "-pedantic-errors" } void cheat( int* i ) { ++(*i); } struct t { void cheat( int& i ) { ++i; } }; int main() { void (t::*member)( const int& ) = &t
www.eeworm.com/read/435150/7796298

cpp ex2_03.cpp

// Exercise 2.3 Converting a length in inches to feet-and-inches. #include using std::cin; using std::cout; int main() { const int inches_per_foot= 12; long length_inches = 0L
www.eeworm.com/read/137920/13279072

rpt dds.map.rpt

Analysis & Synthesis report for dds Sun Jul 31 10:54:28 2005 Version 4.0 Build 214 3/25/2004 Service Pack 1 SJ Full Version --------------------- ; Table of Contents ; ---------------------
www.eeworm.com/read/225703/14523223

in libmpeg2convert.pc.in

prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ Name: libmpeg2convert Description: libmpeg2 helper functions for converting to various formats. Version: @VERSION@ Li
www.eeworm.com/read/212967/15144347

in libmpeg2convert.pc.in

prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ Name: libmpeg2convert Description: libmpeg2 helper functions for converting to various formats. Version: @VERSION@ Li
www.eeworm.com/read/207217/15279449

cpp ex2_03.cpp

// Exercise 2.3 Converting a length in inches to feet-and-inches. #include using std::cin; using std::cout; int main() { const int inches_per_foot= 12; long length_inches = 0L
www.eeworm.com/read/168845/5435330

cpp optional_test_ref_fail1.cpp

// Copyright (C) 2003, Fernando Luis Cacciola Carballal. // // Use, modification, and distribution is subject to the Boost Software // License, Version 1.0. (See accompanying file LICENSE_1_0.txt o