代码搜索:Converting
找到约 1,282 项符合「Converting」的源代码
代码结果 1,282
www.eeworm.com/read/316872/3602171
h virtconvert.h
#ifndef __H8300_VIRT_CONVERT__
#define __H8300_VIRT_CONVERT__
/*
* Macros used for converting between virtual and physical mappings.
*/
#ifdef __KERNEL__
#include
#include
www.eeworm.com/read/304657/3793742
java base16.java
// Copyright (c) 1999-2004 Brian Wellington (bwelling@xbill.org)
package org.xbill.DNS.utils;
import java.io.*;
/**
* Routines for converting between Strings of hex-encoded data and arrays of
* b
www.eeworm.com/read/304657/3793743
java base64.java
// Copyright (c) 1999-2004 Brian Wellington (bwelling@xbill.org)
package org.xbill.DNS.utils;
import java.io.*;
/**
* Routines for converting between Strings of base64-encoded data and arrays of
www.eeworm.com/read/288937/3999081
h virtconvert.h
#ifndef __M68KNOMMU_VIRT_CONVERT__
#define __M68KNOMMU_VIRT_CONVERT__
/*
* Macros used for converting between virtual and physical mappings.
*/
#ifdef __KERNEL__
#define mm_vtop(vaddr) ((unsigne
www.eeworm.com/read/410339/2212295
h virtconvert.h
#ifndef __M68KNOMMU_VIRT_CONVERT__
#define __M68KNOMMU_VIRT_CONVERT__
/*
* Macros used for converting between virtual and physical mappings.
*/
#ifdef __KERNEL__
#define mm_vtop(vaddr) ((unsigne
www.eeworm.com/read/395269/2443754
js devasearch.js
var u = new Array();
u[0] = "../contents.html|Java Web Start 1.4.2 Developer Guide|... Guide Note: There are two ways to navigate this guide: Search the guide Select|6|";
u[1] = "../converting.html|Co
www.eeworm.com/read/147311/12568067
html gettimeotherzone2.html
Converting Times Between Time Zones
(Java Developers Almanac Example)
www.eeworm.com/read/147311/12568529
html coalesce.html
Converting CDATA Nodes into Text Nodes While Parsing an XML File
(Java Developers Almanac Example)
www.eeworm.com/read/135531/13923204
mps ex3sos.mps
* Infeasible SOS1 example problem from the CPLEX reference manual, here made
* feasible by converting to SOS2 and increasing the c1 RHS from 20 to 30.
* Optimal value is -25 with the solution vector [
www.eeworm.com/read/192096/8406343
htm ch14_04.htm
Recipe 14.3. Converting Between DBM Files (Perl Cookbook)