代码搜索:Convert
找到约 10,000 项符合「Convert」的源代码
代码结果 10,000
www.eeworm.com/read/431110/1910775
c rangetoa.c
/*
* convert binary form of address range to ASCII
* Copyright (C) 1998, 1999 Henry Spencer.
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the
www.eeworm.com/read/430518/1928181
txt ethertap.txt
NOTE: Ethertap is now an obsolete facility, and is scheduled
to be removed in the 2.5.x kernel series. Those writing
applications using ethertap should convert their code to
use the
www.eeworm.com/read/402041/2333827
java bits.java
package org.trinet.util;
/**
* Staic classes for bit and byte manipulation.
*/
public class Bits {
/**
* Convert arbitrary number of bytes to integer converting the specified
* subarr
www.eeworm.com/read/388373/2550767
readme
dist_3.0/src
------------
This directory contains these source code sub-directories:
addsol | Program to add solvation parameters to macromolecule ".pdbq" file;
atmtobnd | Program to convert "
www.eeworm.com/read/381758/2641320
java valueofdemo.java
public class ValueOfDemo {
public static void main(String[] args) {
//this program requires two arguments on the command line
if (args.length == 2) {
//convert strings to nu
www.eeworm.com/read/381758/2641364
java valueofdemo.java
public class ValueOfDemo {
public static void main(String[] args) {
//this program requires two arguments on the command line
if (args.length == 2) {
//convert strings to nu
www.eeworm.com/read/366702/2869331
c ptrmem10.c
// { dg-do run }
// Test that we properly convert a constant ptm to bool.
class A { };
int main()
{
int A::*const p = 0;
if (p)
return 1;
}
www.eeworm.com/read/362032/2939005
include_deps
# Read the .depend files, extract the dependencies for .h targets, convert
# relative names to absolute and write the result to stdout. It is part of
# building the global .h dependency graph for kbu
www.eeworm.com/read/359048/2981012
java valueofdemo.java
public class ValueOfDemo {
public static void main(String[] args) {
//this program requires two arguments on the command line
if (args.length == 2) {
//convert strings to nu