代码搜索:Converting

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

代码结果 1,282
www.eeworm.com/read/316872/3604499

txt jfs.txt

IBM's Journaled File System (JFS) for Linux JFS Homepage: http://jfs.sourceforge.net/ The following mount options are supported: iocharset=name Character set to use for converting from Unicode to
www.eeworm.com/read/291465/3965341

cxx transcoders.cxx

/* * transcoders.cxx * * Abstractions for converting media from one format to another. * * Open H323 Library * * Copyright (c) 2001 Equivalence Pty. Ltd. * * The contents of this fil
www.eeworm.com/read/271875/4221606

h var_struct.h

#ifndef VAR_STRUCT_H #define VAR_STRUCT_H /* * The subtree structure contains a subtree prefix which applies to * all variables in the associated variable list. * * By converting to a tree of subt
www.eeworm.com/read/440906/1780696

c 20031215-1.c

/* PR middle-end/13400 */ /* The following test used to fail at run-time with a write to read-only memory, caused by if-conversion converting a conditional write into an unconditional write. */
www.eeworm.com/read/420043/2071390

java hexcodec.java

/*The HexCodec class contains a few static methods for converting between byte arrays and hex encoded strings.The complete class is shown in the next program. */ package psw.test; public class
www.eeworm.com/read/415934/2130718

js media.js

/* * jQuery Media Plugin for converting elements into rich media content. * * Examples and documentation at: http://malsup.com/jquery/media/ * Copyright (c) 2007 M. Alsup * Dual licensed und
www.eeworm.com/read/400650/2348462

c mesh.c

/* * Copyright 1997, Regents of the University of Minnesota * * mesh.c * * This file contains routines for converting 3D and 4D finite element * meshes into dual or nodal graphs * * Started 8/
www.eeworm.com/read/375736/2721571

c ctime2l.c

/* routines for converting from ASCII time to long int */ #include #include /* Intended to be the "inverse" of the asctime function of the C library * * ctime2l - takes
www.eeworm.com/read/366702/2878685

c 20031215-1.c

/* PR middle-end/13400 */ /* The following test used to fail at run-time with a write to read-only memory, caused by if-conversion converting a conditional write into an unconditional write. */
www.eeworm.com/read/260597/4331576

c ctime2l.c

/* routines for converting from ASCII time to long int */ #include #include /* Intended to be the "inverse" of the asctime function of the C library * * ctime2l - takes