data type - перевод на итальянский
DICLIB.COM
Языковые инструменты на ИИ
Введите слово или словосочетание на любом языке 👆
Язык:     

Перевод и анализ слов искусственным интеллектом

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

data type - перевод на итальянский

CLASSIFICATION OF DATA IN COMPUTER SCIENCE
Type (computer science); Datatypes; Data types; Datatype; Data typing; Final type; Type (Computer science); Type (computer programming); Size (computer programming); Base data type; Native data type; Data type (JavaScript)
  • Python]] 3

data type         
Tipo di dati (tipo di informazione da inserire nel campo)
primary data         
  • The two columns to the right of the left-most column in this computerized table are raw data.
DATA COLLECTED FROM A SOURCE, HAS NOT BEEN SUBJECT TO ANY OTHER MANIPULATION BY A SOFTWARE PROGRAM OR A HUMAN RESEARCHER, ANALYST OR TECHNICIAN
Raw score; Primary data; Raw Data
dati primari
data representation         
  • Stripe graphic
  • Variable-width bar chart relating population (along ''x'' axis), per-person greenhouse gas emissions (along ''y'' axis), and total greenhouse gas emissions (area as ''x*y'' product of values)
  • Projected (1) frequency and (2) intensity of extreme "10-year heat waves" are connected in pairs of horizontal and vertical bars, respectively. Bars are distinguished by (3) color-coded primary category (degree of global warming).
  • Selected milestones and inventions
  • Animated spiral graphic
  • Iconography of correlations
  • Observatory of Economic Complexity]]
  • Data visualization is one of the steps in analyzing data and presenting it to users.
  • Pie chart
  • Gantt chart
  • Heat map
  • Histogram of housing prices
  • Partial map of the Internet early 2005 represented as a graph, each line represents two [[IP addresses]], and some delay between those two nodes.
  • A data visualization from [[social media]]
  • Flowchart
  • Streamgraph
  • Radar chart
  • Box and whisker plot
  • Napoleonic France's invasion of Russia]], an early example of an information graphic
  • Planetary movements
  • Playfair TimeSeries
  • Economic Complexity]] of a given economy
  • Scatter plot
  • Basic scatterplot of two variables
  • Line chart
  • Network analysis
  • Bar chart of tips by day of week
  • Treemap
  • A time series illustrated with a line chart demonstrating trends in U.S. federal spending and revenue over time
  • A scatterplot illustrating negative correlation between two variables (inflation and unemployment) measured at points in time
  • Venn diagram
CREATION AND STUDY OF THE VISUAL REPRESENTATION OF DATA
Information visualization; Information visualisation; Data visualisation; Infovis; Information Visualization; Data presentation; Dataviz; Infoviz; Graphical tools; Data Visualization; Data presentation architecture; Data representation; Many Eyes; Visualization interface; Data Presentation Architecture; Datavisualization; Interactive data visualization; Data graphics; Data graphic; Data Visualisation; History of data visualization; Data visualizations; "data viz"; Data viz; Data visualization; Data storytelling; Data story telling; Storytelling with data; Variwide
rappresentazione dei dati

Википедия

Data type

In computer science and computer programming, a data type (or simply type) is a collection or grouping of data values, usually specified by a set of possible values, a set of allowed operations on these values, and/or a representation of these values as machine types. A data type specification in a program constrains the possible values that an expression, such as a variable or a function call, might take. On literal data, it tells the compiler or interpreter how the programmer intends to use the data. Most programming languages support basic data types of integer numbers (of varying sizes), floating-point numbers (which approximate real numbers), characters and Booleans.