Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

bin2c

bin2c --version (return code: 0)

bin2c: NVIDIA (R) File to C data converter
Copyright (c) 2005-2016 NVIDIA Corporation
Built on Sun_Sep__4_22:13:50_CDT_2016
Cuda compilation tools, release 8.0, V8.0.44
bin2c --help (return code: 0)


Usage  : bin2c [options] <inputfile>

Options
=======

--alignment <bytes>        (-a)     
        Specify the alignment of the generated data array.
        Default value:  1.

--const (-c)     
        Specify if the generated data array is constant.

--help  (-h)     
        Print this help information on this tool.

--name <name>              (-n)     
        Specify the name of the generated data array.
        Default value:  'imageBytes'.

--options-file <file>,...  (-optf)  
        Include command line options from specified file.

--padd <byte>,...          (-p)     
        Specify trailing bytes.

--section <name>           (-s)     
        Specify the data section in which the generated data array must be placed.

--static(-st)    
        Generate the data array as a static variable.

--type <type>              (-t)     
        Specify the base type of the generated data array.
        Allowed values for this option:  'char','int','longlong','short'.
        Default value:  'char'.

--version                  (-V)     
        Print version information on this tool.

Comments

Popular posts from this blog

How to find the server is whether standby (slave) or primary(master) in Postgresql replication ?

7 Steps to configure BDR replication in postgresql

How to Get Table Size, Database Size, Indexes Size, schema Size, Tablespace Size, column Size in PostgreSQL Database

PostgreSQL Introduction

ERROR: operator does not exist: text ->> unknown LINE 1: ...stomer' as customer_name,sales_info ->>'PRODUCTS' ->>'produc... ^ HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts.