代码搜索:Convert
找到约 10,000 项符合「Convert」的源代码
代码结果 10,000
www.eeworm.com/read/217561/14958338
h config_stream.h
/*
* Code to convert a stream input into a dynamic array
* that can be parsed as argc and argv.
*
* Authors: Horms
*
* Released under the terms of the GN
www.eeworm.com/read/217557/14958465
m vertices.m
function vtcs = vertices(p)
% Convert a polyhedron object to a vertices object
%
% Syntax:
% "vtcs = vertices(poly)"
%
% Description:
% "vertices(poly)" returns a new vertices object con
www.eeworm.com/read/217557/14958495
m vertices.m
function v = vertices(con,option)
% Convert a linear constraint object to a vertices object
%
% Syntax:
% "vtcs = vertices(con)"
%
% Description:
% "vertices(con)" returns a new vertices
www.eeworm.com/read/116146/14987060
ly davesexample.ly
Parses simple lambda expressions to combinators
> {
> module Parser where
> import Lexer
> import Convert
> import PreludeGlaArray
> }
> %name parse
> %tokentype { Token }
> %token idT { Ident
www.eeworm.com/read/116146/14987133
ly davesexample.ly
Parses simple lambda expressions to combinators
> {
> module Parser where
> import Lexer
> import Convert
> import PreludeGlaArray
> }
> %name parse
> %tokentype { Token }
> %token idT { Ident
www.eeworm.com/read/214853/15086118
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "Convert Number to Time"
ClientHeight = 3480
ClientLeft = 3780
ClientTop = 2355
ClientWidth = 3315
www.eeworm.com/read/213967/15119243
cs supportclass.cs
//
// In order to convert some functionality to Visual C#, the Java Language Conversion Assistant
// creates "support classes" that duplicate the original functionality.
//
// Support classes re
www.eeworm.com/read/213723/15127293
c msp430xg46x_adc12_10.c
//******************************************************************************
// MSP430xG461x Demo - ADC12, Sample A10 Temp and Convert to oC and oF
//
// This example shows how to use the int
www.eeworm.com/read/10438/186159
c toupper.c
/***
*toupper.c - convert character to uppercase
*
* Copyright (c) Microsoft Corporation. All rights reserved.
*
*Purpose:
* Defines function versions of _toupper() and toupper().
*
www.eeworm.com/read/16273/666578
c _toupper.c
/***
*_toupper.c - convert character to uppercase
*
* Copyright (c) 1996, Microsoft Corporation. All rights reserved.
*
*Purpose:
* Defines _Toupper()
*
*Revision History:.
*