代码搜索:Converting

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

代码结果 1,282
www.eeworm.com/read/137691/5820118

make app.rules.make

# # This file is included to drive all the (non-gui based) apps # # An empty rule for converting .l to .c files. Keeps make # from trying to run lexx on the man page and overwriting # the source. %.c
www.eeworm.com/read/128604/5981006

java eventmodifier.java

/* EventModifier.java -- tool for converting modifier bits to 1.4 syle Copyright (C) 2002 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath is free software; you ca
www.eeworm.com/read/126092/6018033

1 xlhtml.1

.\"Created with GNOME Manpages Editor Wizard .\"http://gmanedit.sourceforge.net .\"Sergio Rua .\" .TH xlhtml 1 "October 13, 2001" "xlhtml" .SH NAME xlhtml \- A program for converting
www.eeworm.com/read/479166/6700170

cpp fig08_10.cpp

// Fig. 8.10: fig08_10.cpp // Converting a string to uppercase using a // nonconstant pointer to nonconstant data. #include using std::cout; using std::endl; #include // prototype
www.eeworm.com/read/478548/6709476

m bits2nec_48.m

#!/usr/bin/octave -qH % -q causes Octave to run in 'quiet' mode, -H prevents the commands we use % from being added to Octave's command history. % function for converting a string which represents a
www.eeworm.com/read/478548/6709482

m bits2nec_nasa.m

#!/usr/bin/octave -qH % -q causes Octave to run in 'quiet' mode, -H prevents the commands we use % from being added to Octave's command history. % function for converting a string which represents a
www.eeworm.com/read/128494/14293306

txt jfs.txt

IBM's Journaled File System (JFS) for Linux JFS Homepage: http://oss.software.ibm.com/jfs/ The following mount options are supported: iocharset=name Character set to use for converting from Unicod
www.eeworm.com/read/484868/1265374

make app.rules.make

# # This file is included to drive all the (non-gui based) apps # # An empty rule for converting .l to .c files. Keeps make # from trying to run lexx on the man page and overwriting # the source. %.c
www.eeworm.com/read/471667/1426687

java mnemonic.java

// Copyright (c) 2004 Brian Wellington (bwelling@xbill.org) package org.xbill.DNS; import java.util.HashMap; /** * A utility class for converting between numeric codes and mnemonics * for those c
www.eeworm.com/read/470720/1448165

c eb43.c

// All the pointer_to_binary_function cases used to fail because g++ // couldn't handle converting an overloaded function to a class type. // The first one should still fail because it requires an imp