Hirdetés

2024. június 19., szerda

Gyorskeresés

Hozzászólások

(#45088) Liberty-P válasza guriga1234 (#45046) üzenetére


Liberty-P
csendes tag

Köszönöm, hogy foglalkoztatok a kérdésemmel. A média-playerben valóban lehet hasonlót csinálni, de nekem tetszett volna, ha olyan egyszerűen és a content library - egyébként szép - menűjéből lehetne használni. Nem igazán értem Samuékat, hogy, ha van egy jó ötletük, akkor azt miért hanyagolják el később ennyire. Különösen, hogy állandóan hangoztatják, hogy maj lesznek mindenféle tartalmak...
Én is utána néztem az sdff filetípusnak, a következőt találtam:

Self Describing File Format (SDFF)
1. The Self Describing File Format (SDFF) is a meta file format
specification for uncomplicated ASCII data files. It is similar to,
but simpler than the SDDF (Self Defining Data Format)
specification in the PABLO performance analysis environment. The
Pablo SDDF is used in high performance computing environments
to define and record computing trace file events. SDDF files
contain the data record structure descriptions and the actual data
records.

The SDFF specification has been designed to make the ASCII data
files more readable and easy to parse using a standard input routine.
The format provides flexibility within the data file and allows
seamless changes without affecting the parsing code within the
input routine.

SDFF Structure

%{name} [{type}] [{number_of_rows} [{number_of_columns}]]

The name is a single word descriptor of the subsequent data line(s).
The type specification is optional, with the default being integer.
The number_of_rows is optional and states the number of data
lines that follow the description line. The number_of_columns is
also optional and if present, the number_of_rows is required. It
gives the number of white space separated data columns for each
line that follows the description line.

Sample Data File in SDFF Format:

%mnpt INT
3
%meshpts REAL 3 2
0.0 0.0
1.0 0.0
3.5 2.0
%soln REAL 3
1.53
3.356
0.342

Mivel csak egyszerű felhasználó vagyok és nem profi programozó, ezzel nem sokra mentem. Én csak valami egyszerű kis programocskára vágytam, amibe az egyik végén bemegy a .jpg, a másik végén meg kijön az sdff.sec.
Úgy tűnik el kell fogadnom, hogy egyszerű halandó nem képes felfogni, hogy a Samu nagyságrendű cégek mit miért csinálnak... :F

Copyright © 2000-2024 PROHARDVER Informatikai Kft.