代码搜索:Convert

找到约 10,000 项符合「Convert」的源代码

代码结果 10,000
www.eeworm.com/read/262041/4317977

c mprintf.c

/* vmprintf.c: * * Same as mprintf, but this uses stdarg.h. * Cleaner and simpler. I have some targets using this and will probably * convert all targets to use this eventually. * * Note
www.eeworm.com/read/261925/4319288

py histtognu.py

#! /usr/bin/env python """HistToGNU.py Convert saved binary pickle of histograms to gnu plot output Usage: %(program)s [options] [histogrampicklefile ...] reads pickle filename from options if
www.eeworm.com/read/258249/4357712

c uudecode.c

/* uudecode.c - convert ascii-encoded files back to their original form * Usage: uudecode [infile] * * This command differs from the regular UNIX one in that the embedded * file name "/dev/stdout"
www.eeworm.com/read/160303/5572607

c ttodata.c

/* * convert from text form of arbitrary data (e.g., keys) to binary * Copyright (C) 2000 Henry Spencer. * * This library is free software; you can redistribute it and/or modify it * under the
www.eeworm.com/read/159905/5578934

aspx asymmetricwrite.aspx

byte[] Convert2ByteArray(string strInput) { int intCounter; char[] arrChar; arr
www.eeworm.com/read/474431/6809286

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/295246/8178466

py piglatin.py

"""Convert text to Pig Latin This program is part of "Dive Into Python", a free Python book for experienced programmers. Visit http://diveintopython.org/ for the latest version. """ __author__ = "M
www.eeworm.com/read/194440/8194510

m strvec2mat.m

function smat=strvec2mat(svec) % Given a string vector with possibly more than one logical % field in it with fields separated by a '|'. Convert vector % into a string matrix with each field on a sep
www.eeworm.com/read/193277/8242902

m binmodel.m

function varargout = binmodel(varargin) %BINMODEL Converts nonlinear expression to linear binary model % % [plinear1,..,plinearN,F] = BINMODEL(p1,...,pN) is used to convert % nonlinear expression
www.eeworm.com/read/172783/9690841

txt changelog.txt

2003.09.29 - Added a corconvert program to convert one image file to another. - Changed FileFormatDesc from a struct to an interface, removing a bunch of string parsing code from corona.h. 200