Jump to content

Asset Template: Difference between revisions

No edit summary
 
(32 intermediate revisions by the same user not shown)
Line 1: Line 1:
<strong>A page that serves as a basic template for the asset pages</strong> [[File:Placehoder image.jpg|thumb|right|Image 1: caption]]


<header>
== Asset Description ==
What is C++?
<p style="line-height: 1.5em">
</header>
Lorem ipsum dolor sit amet, consectetur adipiscing elit <ref>Ivanov, D. (2023). The Industry 5.0 framework: Viability-based integration of the resilience, sustainability, and human-centricity perspectives. International Journal of Production Research, 61(5), 1683-1695.</ref>, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
<p>
</p>
C++ is a general purpose programming
<p style="line-height: 1.5em">
language and widely used now a days '
 
for competitive programming. It has
[[File:Placehoder image.jpg|center|x300px]]
imperative, object-oriented and generic
<div align="center" style="font-size:88%;line-height: 2em">''Image 2: Screenshot from the Collaborative Intelligence Platform''</div>
programming features. C++ runs on lots of
<br><br>
platform like Windows, Linux, Unix, Mac etc.
</p>
C++ is an efficient
 
and powerful language and finds wide use
== Features ==
in various GUI platforms, 3D graphics and
{| class="wikitable" style="margin:auto; width:100%; line-height: 1.5em"
real-time simulations. Because of the
|-
inclusion of rich function libraries,
! Feature !! Description
working in C++ becomes simpler and
|-
convenient than C. Being object-oriented
| Example || Example
programming like Java, C++ provides
|-
the support of inheritance, polymorphism,
| Example || Example
encapsulation, etc. Unlike C, C++ allows
|-
exception handling and function overloading.
| Example || Example
</p>
|}
<p>The “Hello World” program is the first
 
step towards learning any programming
== Usage ==
language and also one of the simplest
<p style="line-height: 1.5em">
programs you will learn. All you have
How to deploy and use this asset:
to do is display the message “Hello World”
* Step 1
on the screen.
* Step 2
<br><br>Let us now look at the program :<br>
* Step 3
</p>
* Step 4
<code>
</p>
#include<iostream>
<br>
<br>
 
using namespace std;
<p style="line-height: 1.5em">
<br>
The asset is Available at [https://www.kaggle.com/datasets/ravirajsinh45/real-life-industrial-dataset-of-casting-product Kaggle].''
int main()
</p>
<br>
 
{
=== Walkthroughs===
<br>
* Instructions available [https://github.com here]</li>  
cout〈〈"Hello World";
* Detailed step-by-step demonstration can be found [https://github.com here]</li>
<br>
 
return 0;
=== Licence===
<br>
MIT License, licence link [https://github.com/giorgosfatouros/Quality-Control-in-Industry-with-CV-and-TinyML/blob/main/LICENSE here]
}
 
</code>
== External Resources ==
<br>
<ul>
<p>C++ is an Object Oriented Programming Language.
<li>Created by [https://www.suite5.eu/ Suite5 Data Intelligence Solutions]</li>
<br> The main pillars of Object Oriented
<li>Contact [contact@suite5.eu email]</li>
Programming are :
</ul>
</p>
 
<ul>
==== Acknowledgement====
<li>Objects and Classes</li>
<p style="font-size:90%;line-height: 1.5em">
<li>Inheritance</li>
''This work is an was originally created in the context of xxx Project''
<li>Polymorphism</li>
 
<li>Abstraction</li>
== References ==
<li>Encapsulation</li>
<references />
</ul>
== Relevant Categories==
[[Category:xxxx]]

Latest revision as of 00:17, 19 June 2024

A page that serves as a basic template for the asset pages

Image 1: caption

Asset Description

Lorem ipsum dolor sit amet, consectetur adipiscing elit [1], sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Image 2: Screenshot from the Collaborative Intelligence Platform



Features

Feature Description
Example Example
Example Example
Example Example

Usage

How to deploy and use this asset:

  • Step 1
  • Step 2
  • Step 3
  • Step 4


The asset is Available at Kaggle.

Walkthroughs

  • Instructions available here
  • Detailed step-by-step demonstration can be found here

Licence

MIT License, licence link here

External Resources

Acknowledgement

This work is an was originally created in the context of xxx Project

References

  1. Ivanov, D. (2023). The Industry 5.0 framework: Viability-based integration of the resilience, sustainability, and human-centricity perspectives. International Journal of Production Research, 61(5), 1683-1695.

Relevant Categories