Advanced Search
Search Results
396 total results found
M. Spinelli - S. La Spina: Two-stroke engine for model aircraft
The files are attached.
C. Hernandez - F. Schipani: ball valve tap (in italian)
Onedrive Folder
C. Parisi - F. Rapone: Push-pull toggle clamp (in italian)
R.Cappelli-V.Levdikova: "Knob with pusher" (in italian)
R.Cappelli-V.Levdikova: "Knob with pusher" (in italian)
D.Mammini - L.Menconi Angle globe valve (in Italian)
A.Mancino, G.Vincentini Butterfly valve project and presentation(in italian)
Presentation (in italian) https://docs.google.com/presentation/d/1FN4xgHOiDr1qkHu8_uNnjThvLCB9Sn-JQnQXsFaVTq0/edit?slide=id.g380253ef05e_0_15#slide=id.g380253ef05e_0_15 Project https://docs.google.com/document/d/12ROE9IXHmpYFrMkHXjq2hdzIRBVnr6GYHHe48cyuBu...
T. Freschi, F. Benvenuti: "Freewheel system - hub - brake disc for rear bicycle wheel" (In Italian)
Files can be found in Attachments section.
E. Gay, T. Regoli, hand drill (in italian) + powerpoint
Smart Greenhouse with ESP32 and Mechatronic Actuators
This seminar presents the upgrade of an existing home greenhouse into a smart greenhouse. The system uses an ESP32 controller, sensors for air temperature, air humidity, soil temperature, soil moisture and light intensity, and several actuators such as servo m...
Practical Implementation of a Selected Locomotion Method without Wheels and Legs
Automated Garden Irrigation System
Development of a laser tracking system
Development of a laser tracking system.pdf
Specification
Figure 2 Let's consider the example of an email application. Figure 2 presents a sketch of the Preview of an archived message window function. The user stories corresponding to the menu are as follows: As a user I want to view my previous message, so ...
Use case diagram
Use Case Diagram has been implemented based on system functions, each use case represents each function, ,,Present the archived message" use case is at the top of the diagram directly linked to the actor ,,USER". This indicates a association relationship rep...
Identification of data structures
Data structures - example implementation
import array import datetime from email import message from sqlite3 import Date from xmlrpc.client import DateTime class Archived_Message: id_message : int() data : datetime() title : str() message : str() Attachements : array...
Identification of system functions
System functions: Present the archived message View recipients View e-mail adresses Delete the archived message Resend the message
The service interface
Implemented in the Go programming language (If it can't be searched up try Golang) import ( "uuid" "enmime" ) type RecipentsList []Recipent type RecievingPersonTrie struct { Name string Surname string EmailAddress string } ty...
Use case scenarios
Present the archived message: main flow (main scenario): 1. The user clicks on selected message from the archived message lists 2.The system opens the "Present the archived message" view. 3.The system displays the details of the archived message. The displ...