Jump to content

Asset Template: Difference between revisions

No edit summary
 
(31 intermediate revisions by the same user not shown)
Line 1: Line 1:
   
   
== What is C++? ==
<strong>A page that serves as a basic template for the asset pages</strong> [[File:Placehoder image.jpg|thumb|right|Image 1: caption]]
 
== Asset Description ==
<p>
<p style="line-height: 1.5em">
C++ is a general purpose programming
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.
language and widely used now a days '
</p>
for competitive programming. It has
<p style="line-height: 1.5em">
imperative, object-oriented and generic
 
programming features. C++ runs on lots of
[[File:Placehoder image.jpg|center|x300px]]
platform like Windows, Linux, Unix, Mac etc.
<div align="center" style="font-size:88%;line-height: 2em">''Image 2: Screenshot from the Collaborative Intelligence Platform''</div>
C++ is an efficient
<br><br>
and powerful language and finds wide use
</p>
in various GUI platforms, 3D graphics and
 
real-time simulations. Because of the
== Features ==
inclusion of rich function libraries,
{| class="wikitable" style="margin:auto; width:100%; line-height: 1.5em"
working in C++ becomes simpler and
|-
convenient than C. Being object-oriented
! Feature !! Description
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
| Example || Example
step towards learning any programming
|}
language and also one of the simplest
 
programs you will learn. All you have
== Usage ==
to do is display the message “Hello World”
<p style="line-height: 1.5em">
on the screen.
How to deploy and use this asset:
<br><br>Let us now look at the program :<br>
* Step 1
</p>
* Step 2
<code>
* Step 3
#include<iostream>
* Step 4
<br>
</p>
using namespace std;
<br>
<br>
 
int main()
<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].''
{
</p>
<br>
 
cout〈〈"Hello World";
=== Walkthroughs===
<br>
* Instructions available [https://github.com here]</li>  
return 0;
* Detailed step-by-step demonstration can be found [https://github.com here]</li>
<br>
 
}
=== Licence===
</code>
MIT License, licence link [https://github.com/giorgosfatouros/Quality-Control-in-Industry-with-CV-and-TinyML/blob/main/LICENSE here]
<br>
 
<p>C++ is an Object Oriented Programming Language.
== External Resources ==
<br> The main pillars of Object Oriented
<ul>
Programming are :
<li>Created by [https://www.suite5.eu/ Suite5 Data Intelligence Solutions]</li>
</p>
<li>Contact [contact@suite5.eu email]</li>
<ul>
</ul>
<li>Objects and Classes</li>
 
<li>Inheritance</li>
==== Acknowledgement====
<li>Polymorphism</li>
<p style="font-size:90%;line-height: 1.5em">
<li>Abstraction</li>
''This work is an was originally created in the context of xxx Project''
<li>Encapsulation</li>
 
</ul>
== References ==
<references />
== 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