代码搜索:Converting

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

代码结果 1,282
www.eeworm.com/read/279804/10392683

js 06.js

// This function recursively looks at Node n and its descendants, // converting all Text node data to uppercase function upcase(n) { if (n.nodeType == 3 /*Node.TEXT_NODE*/) { // If the no
www.eeworm.com/read/349902/10787117

m bvcoordconv.m

function c = bvcoordconv(c, ct, bbox) % bvcoordconv - converting coordinates for BV % % FORMAT: c = bvcoordconv(c, ct, bbox) % % Input fields: % % c Cx3 coordinates (or C
www.eeworm.com/read/275330/10823443

h ifssex.macx.h

/* * This file contains macro constant names for byte sex flags, fpu flags * the macros for converting from this machine to other types */ /* * Byte swaps for word and half words. */ #define ifs
www.eeworm.com/read/418629/10937505

txt readme.txt

JODConverter ============ This is JODConverter version 2.2.0, released on 2007-06-03. JODConverter is a Java library for converting office documents into different formats, using OpenOffice.org 2.x.
www.eeworm.com/read/312488/7098438

txt readme.txt

iPodconverter is a tool for converting a Mozilla address book to vCard format suitable for importing to an Apple iPod. Installation and Use: 1) download the latest zip file from SourceForge. 2)
www.eeworm.com/read/298285/7968259

notes

Various notes about Dinero IV DIFFERENCES BETWEEN DINERO III AND DINERO IV The command line arguments are quite different; see the -help and -dineroIII options for some guidance in converting Diner
www.eeworm.com/read/321827/13397895

c _fptostr.c

/*** *_fptostr.c - workhorse routine for converting floating point to string * * Copyright (c) 1985-1997, Microsoft Corporation. All rights reserved. * *Purpose: * Workhorse routine
www.eeworm.com/read/313564/13584811

txt tutorial guide (read me).txt

Converting MacOS X format icons to WinXP ---------------------------------------- This will be a pretty straight foward read simply because I'm too tired to be witty. You'll need at minimum 2 p
www.eeworm.com/read/124443/6047590

c decode_edid.c

/* Copyright (c) 2003, Thomas Kurschel Part of DDC driver EDID decoder. The EDID information is tightly packed; this file takes care of converting it to a usable structure. */ #include "e