代码搜索:Convert

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

代码结果 10,000
www.eeworm.com/read/383153/2622017

cpp osga_archive.cpp

#include #include #include #include #include "OSGA_Archive.h" using namespace osgDB; /* Functions to convert between std::strea
www.eeworm.com/read/381490/2643916

readme

The text files here are formatted in ReST, ReStructured Text, format. A description of ReST, plus Python software to convert it to HTML, can be found at . Once you
www.eeworm.com/read/381034/2650523

awk packetdat.awk

BEGIN { # we need to know (usual) packet size to convert byte numbers # to packet numbers if (packetsize
www.eeworm.com/read/366702/2867965

c virtual3.c

//PR c++/29022 struct A { operator int(); }; struct B : virtual A; // { dg-error "token" } int foo(B &b) { return b; // { dg-error "cannot convert" } }
www.eeworm.com/read/366702/2878669

c mzero6.c

/* Tail call optimizations would convert func() into the moral equivalent of: double acc = 0.0; for (int i = 0; i
www.eeworm.com/read/366702/2879332

c udconvert.c

double unsigned_to_double1 (u) unsigned u; { double d; d = (int) u; /* convert as from a *signed* integer */ return ((int) u < 0) ? d + 4294967296.0 : d; } /* Alternatively */
www.eeworm.com/read/364259/2906604

cpp xt4-10.cpp

#include using namespace std; int main() {void convert(int n); int number; coutnumber; cout
www.eeworm.com/read/358128/3000209

pm dumper.pm

# # Data/Dumper.pm # # convert perl data structures into perl syntax suitable for both printing # and eval # # Documentation at the __END__ # package Data::Dumper; $VERSION = '2.121_14'; #$| = 1;
www.eeworm.com/read/351409/3108326

cont som_cube.cont

# Control file for convert2snns # # PURPOSE: create a SOM with 3 components and grid 16x16 # # NOTE: since the WEIGHTFILE is omitted, the competitive layer # (hidden layer) is initi
www.eeworm.com/read/262550/4311903

php encoder.php