Blog

Articles about IoT, PCB Design, Simulation and Development

33 results for DAM

3 min read ES CA EN

Reading files in Java

Programs use variables to store information: Input data. Calculated results. Intermediate values generated throughout the calculation. All this information is ephemeral: when the program finishes…

Read more →
Implementation diagrams
5 min read ES CA EN

Implementation diagrams

We can basically divide the implementation diagram into: Package diagram. Component diagrams. Deployment diagrams. All of them will serve to specify in some way how the implementation of the result…

Read more →
Use case diagrams
8 min read ES CA EN

Use case diagrams

Introduction UML use case diagrams serve to show the functions of a software system from the point of view of its interactions with the outside world, without going into the detailed implementation…

Read more →
State diagrams
14 min read ES CA EN

State diagrams

UML diagrams are classified into: Static model: defines the structure of classes and objects. Dynamic model: defines the interrelationships between objects. Implementation model: describes the…

Read more →
Interaction diagrams
3 min read ES CA EN

Interaction diagrams

Introduction An interaction is the specification of the behavior of a use case or an operation in terms of a sequence of messages between objects. These messages contain stimuli that can be requests…

Read more →
2 min read ES CA EN

DAM_07_UF2

2015-09-23 Module presentation (001, 002, 003) 2015-09-30 Calculator + Test (unfinished) 2015-10-07 Calculadora01.zip --> With NUnit, functions are tested using CalculadoraTest. To enable NUnit, you…

Read more →
CRM systems
9 min read ES CA EN

CRM systems

HOW THE ECONOMY WORKS As workers, we work to receive a payroll in return; that is, we get money from a workflow obtained by the company. Depending on its needs, the company can obtain credit from the…

Read more →
Programming in Android
5 min read ES CA EN

Programming in Android

What are the basic components? Activity: Represents a screen with a user interface. Example: in a mail App, the screen for composing an email Service: Runs in the background to perform long-running…

Read more →
\\"Hello World\\" in Java
3 min read ES CA EN

\\"Hello World\\" in Java

To write this program we will need: The Java SE Development Kit 8 (JDK 8) A text editor File creation A source file contains code, written in the Java programming language, that you and other…

Read more →