代码搜索:Convert
找到约 10,000 项符合「Convert」的源代码
代码结果 10,000
www.eeworm.com/read/103553/15729431
cpp ecoffice.cpp
#include "ECOffice.h"
#include "crc32.h"
//////////////////////////////////////////////
// convert string to bit stream
// input string and length (not include null-stop), return bit stream
/
www.eeworm.com/read/101658/15822673
atg isoexpr.atg
COMPILER Expr
(* Simple four-function calculator - ISO library required *)
IMPORT SWholeIO;
PROCEDURE GetNumber (VAR Int : INTEGER);
(* Convert latest token to integer value Int *)
www.eeworm.com/read/101657/15822744
atg expr.atg
COMPILER Expr
PROCEDURE GetNumber (VAR Int : INTEGER);
(* Convert latest token to integer value Int *)
VAR
Error : INTEGER;
S : STRING;
BEGIN
ExprS.GetString(Exp
www.eeworm.com/read/100128/15883357
l unfixit.l
%{
/* unfixit.l - convert shortened external names to names back to their
* original names. (See fixit.l)
*/
/*
* This program is included to satisfy "dumb" compilers/linkers which
www.eeworm.com/read/234560/4657455
cs class1.cs
using System;
class Test
{
public static void Main()
{
double d1=23.5D,d2=23.4D;
int i1=Convert.ToInt32(d1);
int i2=Convert.ToInt32(d2);
Console.WriteLine("{0},{1}",i1,i2);
int i=
www.eeworm.com/read/391748/8380138
c inttostr.c
/* inttostr.c -- convert integers to printable strings
Copyright (C) 2001, 2006 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under
www.eeworm.com/read/291782/8395328
readme
The example files in this directory demonstrate how to use the
options -b, -f, and -r and the optional item appearances file.
This file also explains the conversion scripts, which can convert
differen
www.eeworm.com/read/190618/8440346
c asm2ghs.c
/*************************************************************
* File: tools/asm2ghs.c
* Purpose: Convert standard MIPS asm syntax to GHS syntax
* Author: Phil Bunce (pjb@carmel.com)
* Revision Hi
www.eeworm.com/read/189665/8459319
inc counter1.inc
function convert(num){
aa=num*10;
aa=Math.round (aa);
aa=aa/10;
return aa;
}
function getitem(onecookie,Itemname){
var