代码搜索:Converting
找到约 1,282 项符合「Converting」的源代码
代码结果 1,282
www.eeworm.com/read/190936/5170482
man_pages
#!/bin/bash
if [ "$RELTYPE" = 'stable' ] ; then
echo -n "Converting man pages to HTML... "
man ./logwatch.8 | man2html -nodepage > /var/www/mason/html/projects/logwatch/tabs/docs/logwatch.8.htm
www.eeworm.com/read/173143/5376672
dfm unit1.dfm
object Form1: TForm1
Left = 196
Top = 113
Width = 374
Height = 185
Caption = 'Converting a BMP Image to a PNG Image'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color
www.eeworm.com/read/328211/3446722
java gifencoder.java
package no.geosoft.cc.io;
import java.io.*;
import java.awt.*;
import java.awt.image.*;
/**
* Class for converting images to GIF files.
*
*
* Contribution:
*
* Sverre H. Hus
www.eeworm.com/read/326711/3470126
c fig07_10.c
/* Fig. 7.10: fig07_10.c
Converting lowercase letters to uppercase letters
using a non-constant pointer to non-constant data */
#include
#include
void convertToUpper
www.eeworm.com/read/286354/4039685
dfm unit1.dfm
object Form1: TForm1
Left = 196
Top = 113
Width = 374
Height = 185
Caption = 'Converting a BMP Image to a PNG Image'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color
www.eeworm.com/read/366702/2876252
f03 c_ptr_tests_10.f03
! { dg-do run }
! { dg-options "-std=gnu" }
! This test case exists because gfortran had an error in converting the
! expressions for the derived types from iso_c_binding in some cases.
module c_ptr_
www.eeworm.com/read/392256/8355185
php index.php
RTF to HTML testing
The problem of converting Word documents to HTML is rather acute, but the only possible way to parse Word files without using
www.eeworm.com/read/147311/12567070
html base64.html
Converting Between a Byte Array and Base64
(Java Developers Almanac Example)
www.eeworm.com/read/147311/12567116
html convertcert.html
Converting Between javax and java X509Certificates
(Java Developers Almanac Example)