代码搜索:Convert
找到约 10,000 项符合「Convert」的源代码
代码结果 10,000
www.eeworm.com/read/146126/12668201
cpp threetolong.cpp
// convert characters 0, 1 and 2 of a string into a long
#include
#include
using namespace std;
long threeToLong(string s)
{// Assume s.length() >= 3.
// leftmos
www.eeworm.com/read/243539/12935097
m oa2tr.m
%OA2TR Convert O/A vectors to homogeneous transformation
%
% TR = OA2TR(O, A)
%
% Returns a homogeneous tranformation for the specified orientation and
% approach vectors. The rotation submatrix is
www.eeworm.com/read/142572/12939102
l fixit.l
%{
/* fixit.l - convert long external names to names of 8-bytes or less */
/*
* This program is included to satisfy "dumb" compilers/linkers which
* do not know about externals of names longer
www.eeworm.com/read/328019/13052127
cs converttype.cs
using System;
using System.Data;
using System.Data.OleDb;
namespace Common
{
///
/// Convert 的摘要说明。
///
public class ConvertType
{
public ConvertType()
{
www.eeworm.com/read/326313/13148668
m polyphase.m
function P = polyphase(varargin)
% POLYPHASE -- convert matrix polynomial to polyphase form
%
% P = polyphase(P,m,r)
% P = polyphase(P)
%
% If P has type '', both M and R mus
www.eeworm.com/read/139421/13156779
c hextodec.c
/*
Write a program to convert a Hexdecimal number into Decimal.
The program is developed by QinKuangYu.
*/
#include
void main()
{
int i,acceptflag,dotnum;
char c;
double floatpo
www.eeworm.com/read/138927/13201804
txt detaildesign.txt
FinC 0.3 detail design
----------------------
Design for Token class
Class Token is main for convert source to token.
declaration and members:
struct TokenEnv
{
Bool eof;
Bool replay;
int line;
i
www.eeworm.com/read/138638/13227389
c dollars.c
/*
** Convert the digit string 'src' to dollars-and-cents form and store
** it in 'dst'.
*/
#include
void
dollars( register char *dst, register char const *src )
{
int len;
www.eeworm.com/read/137160/13341894
m classc.m
%CLASSC Convert mapping to classifier
%
% W = CLASSC(W)
% W = W*CLASSC
%
% INPUT
% W Any mapping or dataset
%
% OUTPUT
% W Classifier mapping or normalized dataset: outputs/features sum to 1
%
www.eeworm.com/read/321827/13397154
inc makefile.inc
PREOBJDIR = $(CPUDIR)\$(BLD_MODEL)_lib
# Here is the target for building LIBC{,D} / LIBCMT{,D} / MSVCRT{,D}.LIB
all: \
$(OBJDIR)\convert.lib \
!IF "$(TARGET_CPU)" != "PMAC"